Skip to content

Commit 1517284

Browse files
committed
Prepare for 0.4.0 release
1 parent 5357c48 commit 1517284

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Suggests:
2424
spelling,
2525
testthat (>= 3.0.0)
2626
Roxygen: list(markdown = TRUE)
27-
RoxygenNote: 7.3.1
27+
RoxygenNote: 7.3.2
2828
Config/testthat/edition: 3

cran-comments.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
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

0 commit comments

Comments
 (0)