diff --git a/pkgdown.yml b/pkgdown.yml index 868a69e..a46264b 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: multipage: multipage.html usedthese: usedthese.html -last_built: 2024-06-21T16:14Z +last_built: 2024-06-26T17:09Z urls: reference: https://cgoo4.github.io/usedthese/reference article: https://cgoo4.github.io/usedthese/articles diff --git a/reference/used_here.html b/reference/used_here.html index 659b9c8..b2a57f6 100644 --- a/reference/used_here.html +++ b/reference/used_here.html @@ -1,9 +1,11 @@
Consistent with knitr syntax highlighting, used_here()
adds a
-summary table of R package & function usage to a knitted Quarto or R Markdown document
Consistent with knitr syntax highlighting, used_here()
adds a summary
+table of R package & function usage to a knitted Quarto or R Markdown
+document
If the usage summary is required in the document you are currently knitting, -then no argument need be specified.
-If you want to create a summary by running just the code chunk, then it is necessary to -specify the quoted name of the saved file. You should first load and attach the packages -used in a fresh R session.
If the usage summary is required in the document you are currently +knitting, then no argument need be specified.
+If you want to create a summary by running just the code chunk, then it is +necessary to specify the quoted name of the saved file. You should first +load and attach the packages used in a fresh R session.
If the rendered summary includes rows where the package name is multiple packages -separated by a comma, this will be due to an unresolved conflict. The recommended approach -is to use the 'conflicted' package.
+If the rendered summary includes rows where the package name is +multiple packages separated by a comma, this will be due to an unresolved +conflict. The recommended approach is to use the 'conflicted' package.
Harvests and consolidates function usage tables from pages of a Quarto website -by searching for tables with the CSS class "usedthese"
+Harvests and consolidates function usage tables from pages of a Quarto +website by searching for tables with the CSS class "usedthese"
The url to the website listing page of posts containing usage tables created with
-used_here()
The url to the website listing page of posts containing usage
+tables created with used_here()
The number of links returned from the listing page may be restricted using -this argument.
The number of links returned from the listing page may be +restricted using this argument.