-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule reuseme
updated
30 files
+2 −0 | .github/workflows/R-CMD-check.yaml | |
+2 −0 | .github/workflows/pkgdown.yaml | |
+13 −3 | .github/workflows/test-coverage.yaml | |
+1 −1 | DESCRIPTION | |
+2 −1 | NAMESPACE | |
+25 −2 | NEWS.md | |
+57 −23 | R/link-elements.R | |
+1 −1 | R/outline-criteria.R | |
+63 −40 | R/outline.R | |
+10 −10 | R/proj-list.R | |
+1 −0 | R/quarto-help.R | |
+2 −2 | R/rename-files.R | |
+7 −0 | README.Rmd | |
+38 −48 | README.md | |
+1 −3 | TODO.R | |
+34 −0 | man/link_gh_issue.Rd | |
+0 −26 | man/link_issue.Rd | |
+27 −0 | man/markup_href.Rd | |
+12 −8 | man/outline.Rd | |
+2 −2 | man/proj_file.Rd | |
+1 −0 | tests/testthat/_ref/many-titles.md | |
+1 −1 | tests/testthat/_ref/my-analysis.R | |
+6 −4 | tests/testthat/_snaps/link-elements.md | |
+6 −5 | tests/testthat/_snaps/outline.md | |
+1 −1 | tests/testthat/_snaps/proj-list.md | |
+2 −2 | tests/testthat/_snaps/quarto-help.md | |
+4 −3 | tests/testthat/test-link-elements.R | |
+1 −1 | tests/testthat/test-outline-criteria.R | |
+5 −4 | tests/testthat/test-outline.R | |
+9 −5 | tests/testthat/test-quarto-help.R |