Skip to content

Commit c6f09d9

Browse files
committed
Prepare for 0.2.1 release
1 parent aee0d4b commit c6f09d9

6 files changed

Lines changed: 44 additions & 44 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: usmapdata
22
Title: Mapping Data for 'usmap' Package
3-
Version: 0.2.0.9999
3+
Version: 0.2.1
44
Description: Provides a container for data used by the 'usmap' package.
55
The data used by 'usmap' has been extracted into this package so that the
66
file size of the 'usmap' package can be reduced greatly. The data in this

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# usmapdata 0.2.0.9999
1+
# usmapdata 0.2.1
2+
3+
This update continues the `sf` migration by setting the `as_sf` parameter to default to the behavior of `TRUE`. This parameter no longer has any effect, as explained below. The next phase will involve updating `usmap` to no longer make use of this parameter, in which case it can be completely removed.
24

35
### Removed
46

cran-comments.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,16 @@
11

22
## 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
45

56
#### 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
910

1011
## R CMD check results
1112

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
3014

3115
## Downstream dependencies
3216

revdep/.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
*.noindex/
1+
checks
2+
library
3+
checks.noindex
4+
library.noindex
5+
data.sqlite
6+
*.html
7+
cloud.noindex

revdep/README.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:------------------------------------------|
5-
|version |R version 4.3.2 (2023-10-31) |
6-
|os |macOS Sonoma 14.2.1 |
7-
|system |aarch64, darwin20 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2023-12-27 |
14-
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
15-
|pandoc |NA |
3+
|field |value |
4+
|:--------|:-----------------------------------|
5+
|version |R version 4.3.2 (2023-10-31 ucrt) |
6+
|os |Windows 11 x64 (build 22621) |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_United States.utf8 |
11+
|ctype |English_United States.utf8 |
12+
|tz |America/New_York |
13+
|date |2024-02-03 |
14+
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
15+
|pandoc |NA |
1616

1717
# Dependencies
1818

19-
|package |old |new |Δ |
20-
|:---------|:-----|:----------|:--|
21-
|usmapdata |0.1.2 |0.1.2.9999 |* |
22-
|DBI |NA |1.2.0 |* |
23-
|s2 |NA |1.1.6 |* |
24-
|sf |NA |1.0-15 |* |
19+
|package |old |new |Δ |
20+
|:---------|:------|:----------|:--|
21+
|usmapdata |0.2.0 |0.2.0.9999 |* |
22+
|classInt |0.4-10 |0.4-10 | |
23+
|DBI |1.2.1 |1.2.1 | |
24+
|e1071 |1.7-14 |1.7-14 | |
25+
|magrittr |2.0.3 |2.0.3 | |
26+
|proxy |0.4-27 |0.4-27 | |
27+
|Rcpp |1.0.12 |1.0.12 | |
28+
|rlang |1.1.3 |1.1.3 | |
29+
|s2 |1.1.6 |1.1.6 | |
30+
|sf |1.0-15 |1.0-15 | |
31+
|units |0.8-5 |0.8-5 | |
32+
|wk |0.9.1 |0.9.1 | |
2533

2634
# Revdeps
2735

revdep/data.sqlite

-4 KB
Binary file not shown.

0 commit comments

Comments
 (0)