-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from Public-Health-Scotland/submit-cran
update cran-comments
- Loading branch information
Showing
7 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
^pkgdown$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ | ||
^revdep$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |