|
1 | 1 |
|
2 | | -This is a resubmission for 0.1.0. |
3 | | - |
4 | 2 | ## Test environments |
5 | | -* local macOS install, R 4.1.2 |
| 3 | +* local macOS install, R 4.3.0 |
6 | 4 |
|
7 | 5 | #### On Github Actions |
8 | | -* macOS-latest (release), R 4.1.2 |
9 | | -* windows-latest (release), R 4.1.2 |
10 | | -* ubuntu-latest (oldrel, devel, release), R 4.1.2 |
| 6 | +* macOS-latest (release), R 4.3.0 |
| 7 | +* windows-latest (release), R 4.3.0 |
| 8 | +* ubuntu-latest (oldrel, devel, release), R 4.3.0 |
11 | 9 |
|
12 | 10 | ## R CMD check results |
13 | 11 |
|
14 | 12 | 0 errors | 0 warnings | 1 notes |
15 | 13 |
|
16 | 14 | * `extdata` contains the state and county map data frames |
17 | 15 | which are vital to the function of this package. The data |
18 | | -is unlikely to change often (at most once per year). |
| 16 | +is unlikely to change often (at most once per year). |
19 | 17 | Here is the ```R CMD check``` output: |
20 | 18 | ``` |
21 | | -> checking installed package size ... NOTE |
| 19 | +❯ checking installed package size ... NOTE |
22 | 20 | installed size is 6.7Mb |
23 | 21 | sub-directories of 1Mb or more: |
24 | 22 | extdata 6.6Mb |
25 | 23 | ``` |
26 | 24 |
|
27 | 25 | ## Downstream dependencies |
28 | 26 |
|
29 | | -This is a new release, so there are no reverse dependencies. |
| 27 | +I have also run R CMD check on downstream dependencies of usmapdata: |
| 28 | + |
| 29 | +* usmap |
0 commit comments