|
1 | 1 |
|
2 | 2 | ## Test environments |
3 | | -* local macOS install, R 4.3.0 |
| 3 | +* local macOS install, R 4.3.2 |
| 4 | +* local Windows install, R 4.3.2 |
4 | 5 |
|
5 | 6 | #### On Github Actions |
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 |
| 7 | +* macOS-latest (release), R 4.3.2 |
| 8 | +* windows-latest (release), R 4.3.2 |
| 9 | +* ubuntu-latest (oldrel, devel, release), R 4.3.2 |
9 | 10 |
|
10 | 11 | ## R CMD check results |
11 | 12 |
|
12 | | -0 errors | 0 warnings | 1 notes |
13 | | - |
14 | | -* `extdata` contains the state and county map data frames |
15 | | -which are vital to the function of this package. The size of this |
16 | | -data will be greatly reduced in an upcoming future update of |
17 | | -`usmapdata` (reduced to ~1-2 MB). It is currently this size for |
18 | | -compatability with the current version of `usmap` which relies |
19 | | -on the old data format. Once `usmap` is updated another update |
20 | | -to this package will be released which removes the large data |
21 | | -files. |
22 | | - |
23 | | -Here is the ```R CMD check``` output: |
24 | | -``` |
25 | | -❯ checking installed package size ... NOTE |
26 | | - installed size is 8.5Mb |
27 | | - sub-directories of 1Mb or more: |
28 | | - extdata 8.4Mb |
29 | | -``` |
| 13 | +0 errors | 0 warnings | 0 notes |
30 | 14 |
|
31 | 15 | ## Downstream dependencies |
32 | 16 |
|
|
0 commit comments