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 @@ Summarise function usage in a single document — used_here • usedthese @@ -66,8 +68,9 @@

[Experimental]

-

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

@@ -78,11 +81,11 @@

Usage

Arguments

fil
-

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.

@@ -93,9 +96,9 @@

Value

Details

-

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.

diff --git a/reference/used_there.html b/reference/used_there.html index 86c6c7e..883588c 100644 --- a/reference/used_there.html +++ b/reference/used_there.html @@ -1,9 +1,9 @@ Scrape the summaries for site-wide analysis — used_there • usedthese @@ -66,8 +66,8 @@

[Experimental]

-

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"

@@ -78,13 +78,13 @@

Usage

Arguments

url
-

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()

num_links
-

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.