File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ Suggests:
2424 spelling,
2525 testthat (>= 3.0.0)
2626Roxygen: list(markdown = TRUE)
27- RoxygenNote: 7.3.1
27+ RoxygenNote: 7.3.2
2828Config/testthat/edition: 3
Original file line number Diff line number Diff line change 11
22## Test environments
3- * local macOS install, R 4.4.0
4- * local Windows install, R 4.4.0
3+ * local macOS install, R 4.4.3
54
65#### On Github Actions
7- * macOS-latest (release), R 4.4.0
8- * windows-latest (release), R 4.4.0
9- * ubuntu-latest (oldrel, devel, release), R 4.4.0
6+ * macOS-latest (release), R 4.4.3
7+ * windows-latest (release), R 4.4.3
8+ * ubuntu-latest (oldrel, devel, release), R 4.4.3
109
1110## R CMD check results
1211
13- 0 errors | 0 warnings | 0 notes
12+ 0 errors | 0 warnings | 1 notes
13+
14+ * ` extdata ` contains the state and county map data
15+ which are vital to the function of this package. Multiple years
16+ of data are included due to significant changes in 2021/2022.
17+ Here is the ``` R CMD check ``` output:
18+ ```
19+ ❯ checking installed package size ... NOTE
20+ installed size is 7.4Mb
21+ sub-directories of 1Mb or more:
22+ extdata 7.3Mb
23+ ```
1424
1525## Downstream dependencies
1626
You can’t perform that action at this time.
0 commit comments