Skip to content

Commit

Permalink
prep for release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoo4 committed Jun 26, 2024
1 parent 880cf73 commit dad9f06
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 110 deletions.
21 changes: 11 additions & 10 deletions R/used_here.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
#'
#' @description `r lifecycle::badge('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
#'
#' @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.
#' @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.
#'
#' @param fil If the usage summary is required in the document you are currently knitting,
#' then no argument need be specified.
#' @param 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 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.
#'
#' @return A printed kable table with the css class "usedthese"
#'
Expand Down
12 changes: 6 additions & 6 deletions R/used_there.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#'
#' @description `r lifecycle::badge('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"
#'
#' @param url The url to the website listing page of posts containing usage tables created with
#' [used_here()]
#' @param url The url to the website listing page of posts containing usage
#' tables created with [used_here()]
#'
#' @param num_links The number of links returned from the listing page may be restricted using
#' this argument.
#' @param num_links The number of links returned from the listing page may be
#' restricted using this argument.
#'
#' @return A tibble summarising package & function usage
#'
Expand Down
21 changes: 11 additions & 10 deletions man/used_here.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions man/used_there.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 22 additions & 78 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,86 +1,30 @@
# Platform

<table>
<thead>
<tr>
<th style="text-align:left;"> field </th>
<th style="text-align:left;"> value </th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;"> version </td>
<td style="text-align:left;"> R version 4.3.0 (2023-04-21) </td>
</tr>
<tr>
<td style="text-align:left;"> os </td>
<td style="text-align:left;"> macOS Ventura 13.3.1 </td>
</tr>
<tr>
<td style="text-align:left;"> system </td>
<td style="text-align:left;"> aarch64, darwin20 </td>
</tr>
<tr>
<td style="text-align:left;"> ui </td>
<td style="text-align:left;"> RStudio </td>
</tr>
<tr>
<td style="text-align:left;"> language </td>
<td style="text-align:left;"> (EN) </td>
</tr>
<tr>
<td style="text-align:left;"> collate </td>
<td style="text-align:left;"> en_US.UTF-8 </td>
</tr>
<tr>
<td style="text-align:left;"> ctype </td>
<td style="text-align:left;"> en_US.UTF-8 </td>
</tr>
<tr>
<td style="text-align:left;"> tz </td>
<td style="text-align:left;"> Europe/London </td>
</tr>
<tr>
<td style="text-align:left;"> date </td>
<td style="text-align:left;"> 2023-06-15 </td>
</tr>
<tr>
<td style="text-align:left;"> rstudio </td>
<td style="text-align:left;"> 2023.06.0+421 Mountain Hydrangea (desktop) </td>
</tr>
<tr>
<td style="text-align:left;"> pandoc </td>
<td style="text-align:left;"> 3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) </td>
</tr>
</tbody>
</table>
|field |value |
|:--------|:---------------------------------------------------------------------------------------------------|
|version |R version 4.4.1 (2024-06-14) |
|os |macOS Sonoma 14.5 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/London |
|date |2024-06-26 |
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
|pandoc |3.1.11 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/aarch64/ (via rmarkdown) |

# Dependencies

<table>
<thead>
<tr>
<th style="text-align:left;"> package </th>
<th style="text-align:left;"> old </th>
<th style="text-align:left;"> new </th>
<th style="text-align:left;"> Δ </th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;"> usedthese </td>
<td style="text-align:left;"> 0.3.2 </td>
<td style="text-align:left;"> 0.3.2.9000 </td>
<td style="text-align:left;"> * </td>
</tr>
<tr>
<td style="text-align:left;"> vctrs </td>
<td style="text-align:left;"> NA </td>
<td style="text-align:left;"> 0.6.2 </td>
<td style="text-align:left;"> * </td>
</tr>
</tbody>
</table>
|package |old |new |Δ |
|:-----------|:-----|:----------|:--|
|usedthese |0.4.0 |0.4.0.9000 |* |
|cli |NA |3.6.3 |* |
|crayon |NA |1.5.3 |* |
|digest |NA |0.6.36 |* |
|evaluate |NA |0.24.0 |* |
|systemfonts |NA |1.1.0.9000 |* |
|xfun |NA |0.45 |* |

# Revdeps

0 comments on commit dad9f06

Please sign in to comment.