Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cran-comments #124

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^pkgdown$
^cran-comments\.md$
^CRAN-SUBMISSION$
^revdep$
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 note

* This is a new release.
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
62 changes: 62 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Platform

|field |value |
|:--------|:-------------------------------------------------|
|version |R version 4.3.2 (2023-10-31 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United Kingdom.utf8 |
|ctype |English_United Kingdom.utf8 |
|tz |Europe/London |
|date |2023-12-04 |
|rstudio |2023.09.1+494 Desert Sunflower (desktop) |
|pandoc |2.2.3.2 @ C:\PROGRA~3\ANACON~1\Scripts\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:------------|:-----|:-----|:--|
|phsmethods |1.0.1 |1.0.1 |NA |
|bit |4.0.5 |4.0.5 |NA |
|bit64 |4.0.5 |4.0.5 |NA |
|cli |3.6.1 |3.6.1 |NA |
|clipr |0.8.0 |0.8.0 |NA |
|colorspace |2.1-0 |2.1-0 |NA |
|cpp11 |0.4.6 |0.4.6 |NA |
|crayon |1.5.2 |1.5.2 |NA |
|dplyr |1.1.4 |1.1.4 |NA |
|fansi |1.0.5 |1.0.5 |NA |
|farver |2.1.1 |2.1.1 |NA |
|generics |0.1.3 |0.1.3 |NA |
|glue |1.6.2 |1.6.2 |NA |
|hms |1.1.3 |1.1.3 |NA |
|labeling |0.4.3 |0.4.3 |NA |
|lifecycle |1.0.4 |1.0.4 |NA |
|lubridate |1.9.3 |1.9.3 |NA |
|magrittr |2.0.3 |2.0.3 |NA |
|munsell |0.5.0 |0.5.0 |NA |
|pillar |1.9.0 |1.9.0 |NA |
|pkgconfig |2.0.3 |2.0.3 |NA |
|prettyunits |1.2.0 |1.2.0 |NA |
|progress |1.2.2 |1.2.2 |NA |
|R6 |2.5.1 |2.5.1 |NA |
|RColorBrewer |1.1-3 |1.1-3 |NA |
|readr |2.1.4 |2.1.4 |NA |
|rlang |1.1.2 |1.1.2 |NA |
|scales |1.3.0 |1.3.0 |NA |
|stringi |1.8.2 |1.8.2 |NA |
|stringr |1.5.1 |1.5.1 |NA |
|tibble |3.2.1 |3.2.1 |NA |
|tidyselect |1.2.0 |1.2.0 |NA |
|timechange |0.2.0 |0.2.0 |NA |
|tzdb |0.4.0 |0.4.0 |NA |
|utf8 |1.2.4 |1.2.4 |NA |
|vctrs |0.6.4 |0.6.4 |NA |
|viridisLite |0.4.2 |0.4.2 |NA |
|vroom |1.6.4 |1.6.4 |NA |
|withr |2.5.2 |2.5.2 |NA |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
Loading