Skip to content

Commit dad9f06

Browse files
committed
prep for release 0.5.0
1 parent 880cf73 commit dad9f06

File tree

5 files changed

+56
-110
lines changed

5 files changed

+56
-110
lines changed

R/used_here.R

+11-10
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
#'
33
#' @description `r lifecycle::badge('experimental')`
44
#'
5-
#' Consistent with knitr syntax highlighting, [used_here()] adds a
6-
#' summary table of R package & function usage to a knitted Quarto or R Markdown document
5+
#' Consistent with knitr syntax highlighting, [used_here()] adds a summary
6+
#' table of R package & function usage to a knitted Quarto or R Markdown
7+
#' document
78
#'
8-
#' @details If the rendered summary includes rows where the package name is multiple packages
9-
#' separated by a comma, this will be due to an unresolved conflict. The recommended approach
10-
#' is to use the 'conflicted' package.
9+
#' @details If the rendered summary includes rows where the package name is
10+
#' multiple packages separated by a comma, this will be due to an unresolved
11+
#' conflict. The recommended approach is to use the 'conflicted' package.
1112
#'
12-
#' @param fil If the usage summary is required in the document you are currently knitting,
13-
#' then no argument need be specified.
13+
#' @param fil If the usage summary is required in the document you are currently
14+
#' knitting, then no argument need be specified.
1415
#'
15-
#' If you want to create a summary by running just the code chunk, then it is necessary to
16-
#' specify the quoted name of the saved file. You should first load and attach the packages
17-
#' used in a fresh R session.
16+
#' If you want to create a summary by running just the code chunk, then it is
17+
#' necessary to specify the quoted name of the saved file. You should first
18+
#' load and attach the packages used in a fresh R session.
1819
#'
1920
#' @return A printed kable table with the css class "usedthese"
2021
#'

R/used_there.R

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
#'
33
#' @description `r lifecycle::badge('experimental')`
44
#'
5-
#' Harvests and consolidates function usage tables from pages of a Quarto website
6-
#' by searching for tables with the CSS class "usedthese"
5+
#' Harvests and consolidates function usage tables from pages of a Quarto
6+
#' website by searching for tables with the CSS class "usedthese"
77
#'
8-
#' @param url The url to the website listing page of posts containing usage tables created with
9-
#' [used_here()]
8+
#' @param url The url to the website listing page of posts containing usage
9+
#' tables created with [used_here()]
1010
#'
11-
#' @param num_links The number of links returned from the listing page may be restricted using
12-
#' this argument.
11+
#' @param num_links The number of links returned from the listing page may be
12+
#' restricted using this argument.
1313
#'
1414
#' @return A tibble summarising package & function usage
1515
#'

man/used_here.Rd

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/used_there.Rd

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

+22-78
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,30 @@
11
# Platform
22

3-
<table>
4-
<thead>
5-
<tr>
6-
<th style="text-align:left;"> field </th>
7-
<th style="text-align:left;"> value </th>
8-
</tr>
9-
</thead>
10-
<tbody>
11-
<tr>
12-
<td style="text-align:left;"> version </td>
13-
<td style="text-align:left;"> R version 4.3.0 (2023-04-21) </td>
14-
</tr>
15-
<tr>
16-
<td style="text-align:left;"> os </td>
17-
<td style="text-align:left;"> macOS Ventura 13.3.1 </td>
18-
</tr>
19-
<tr>
20-
<td style="text-align:left;"> system </td>
21-
<td style="text-align:left;"> aarch64, darwin20 </td>
22-
</tr>
23-
<tr>
24-
<td style="text-align:left;"> ui </td>
25-
<td style="text-align:left;"> RStudio </td>
26-
</tr>
27-
<tr>
28-
<td style="text-align:left;"> language </td>
29-
<td style="text-align:left;"> (EN) </td>
30-
</tr>
31-
<tr>
32-
<td style="text-align:left;"> collate </td>
33-
<td style="text-align:left;"> en_US.UTF-8 </td>
34-
</tr>
35-
<tr>
36-
<td style="text-align:left;"> ctype </td>
37-
<td style="text-align:left;"> en_US.UTF-8 </td>
38-
</tr>
39-
<tr>
40-
<td style="text-align:left;"> tz </td>
41-
<td style="text-align:left;"> Europe/London </td>
42-
</tr>
43-
<tr>
44-
<td style="text-align:left;"> date </td>
45-
<td style="text-align:left;"> 2023-06-15 </td>
46-
</tr>
47-
<tr>
48-
<td style="text-align:left;"> rstudio </td>
49-
<td style="text-align:left;"> 2023.06.0+421 Mountain Hydrangea (desktop) </td>
50-
</tr>
51-
<tr>
52-
<td style="text-align:left;"> pandoc </td>
53-
<td style="text-align:left;"> 3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) </td>
54-
</tr>
55-
</tbody>
56-
</table>
3+
|field |value |
4+
|:--------|:---------------------------------------------------------------------------------------------------|
5+
|version |R version 4.4.1 (2024-06-14) |
6+
|os |macOS Sonoma 14.5 |
7+
|system |aarch64, darwin20 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |Europe/London |
13+
|date |2024-06-26 |
14+
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
15+
|pandoc |3.1.11 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/aarch64/ (via rmarkdown) |
5716

5817
# Dependencies
5918

60-
<table>
61-
<thead>
62-
<tr>
63-
<th style="text-align:left;"> package </th>
64-
<th style="text-align:left;"> old </th>
65-
<th style="text-align:left;"> new </th>
66-
<th style="text-align:left;"> Δ </th>
67-
</tr>
68-
</thead>
69-
<tbody>
70-
<tr>
71-
<td style="text-align:left;"> usedthese </td>
72-
<td style="text-align:left;"> 0.3.2 </td>
73-
<td style="text-align:left;"> 0.3.2.9000 </td>
74-
<td style="text-align:left;"> * </td>
75-
</tr>
76-
<tr>
77-
<td style="text-align:left;"> vctrs </td>
78-
<td style="text-align:left;"> NA </td>
79-
<td style="text-align:left;"> 0.6.2 </td>
80-
<td style="text-align:left;"> * </td>
81-
</tr>
82-
</tbody>
83-
</table>
19+
|package |old |new |Δ |
20+
|:-----------|:-----|:----------|:--|
21+
|usedthese |0.4.0 |0.4.0.9000 |* |
22+
|cli |NA |3.6.3 |* |
23+
|crayon |NA |1.5.3 |* |
24+
|digest |NA |0.6.36 |* |
25+
|evaluate |NA |0.24.0 |* |
26+
|systemfonts |NA |1.1.0.9000 |* |
27+
|xfun |NA |0.45 |* |
8428

8529
# Revdeps
8630

0 commit comments

Comments
 (0)