diff --git a/.Rbuildignore b/.Rbuildignore index d5786df..e8f7bed 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,4 @@ ^pkgdown$ ^cran-comments\.md$ ^CRAN-SUBMISSION$ +^revdep$ diff --git a/cran-comments.md b/cran-comments.md index 858617d..78b2c60 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 0000000..111ab32 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,7 @@ +checks +library +checks.noindex +library.noindex +cloud.noindex +data.sqlite +*.html diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..d519e1d --- /dev/null +++ b/revdep/README.md @@ -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 + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..33114b6 --- /dev/null +++ b/revdep/cran.md @@ -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 + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file