Skip to content

Commit 6205390

Browse files
committed
Prepare for 0.5.1 release
1 parent 1c845f4 commit 6205390

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+150448
-66
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: usmap
2-
Version: 0.5.0.9999
2+
Version: 0.5.1
33
Title: US Maps Including Alaska and Hawaii
44
Description: Obtain United States map data frames of varying region types (e.g. county,
55
state). The map data frames include Alaska and Hawaii conveniently placed to the

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# usmap 0.5.0.9999
1+
# usmap 0.5.1
2+
23
* New website for the package: https://usmap.dev
34
* Lightweight landing page containing useful information, links, and examples of usmap usage.
45
* `state` can now be omitted when using `fips()`. In this case, all available FIPS codes are returned, sorted by state abbreviation, see [Issue #28](https://github.com/pdil/usmap/issues/28).

R/transform.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ usmap_crs <- function() {
179179
}
180180

181181
sp::CRS("+proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0
182-
+a=6370997 +b=6370997 +units=m +no_defs")
182+
+a=6370997 +b=6370997 +units=m +no_defs")
183183
}

cran-comments.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,42 @@
1-
## Resubmission
2-
This is a resubmission. In this version I have:
3-
4-
* Fixed resoures/examples.R URI in README.
51

62
## Test environments
7-
* local OS X install, R 3.6.1
8-
* ubuntu 14.04 (on travis-ci), R 3.6.1
9-
* win-builder (devel and release)
3+
* local macOS install, R 4.0.2
4+
5+
#### On Github Actions
6+
* macOS-latest (release), R 4.0.2
7+
* windows-latest (release), R 4.0.2
8+
* ubuntu-16.04 (oldrel, devel, release), R 4.0.2
109

1110
## R CMD check results
1211

13-
0 errors | 0 warnings | 1 note
12+
0 errors | 0 warnings | 2 notes
1413

1514
* `extdata` contains the state and county map data frames
1615
which are vital to the function of this package. The data
1716
is unlikely to change often (at most once per year).
1817
Here is the ```R CMD check``` output:
1918
```
20-
checking installed package size ... NOTE
21-
installed size is 8.3Mb
19+
> checking installed package size ... NOTE
20+
installed size is 8.4Mb
2221
sub-directories of 1Mb or more:
2322
doc 1.6Mb
2423
extdata 6.4Mb
2524
```
2625

26+
* The following variables are not global but contained within
27+
the data that is used with `ggplot2`. `plot_usmap` has extensive
28+
unit tests to ensure these variables are not undefined.
29+
```
30+
> checking R code for possible problems ... NOTE
31+
plot_usmap: no visible binding for global variable ‘x’
32+
plot_usmap: no visible binding for global variable ‘y’
33+
plot_usmap: no visible binding for global variable ‘group’
34+
plot_usmap: no visible binding for global variable ‘county’
35+
plot_usmap: no visible binding for global variable ‘abbr’
36+
Undefined global functions or variables:
37+
abbr county group x y
38+
```
39+
2740
## Downstream dependencies
2841

2942
I have also run R CMD check on downstream dependencies of usmap:

revdep/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
|field |value |
44
|:--------|:----------------------------|
5-
|version |R version 3.6.1 (2019-07-05) |
6-
|os |macOS Catalina 10.15 |
7-
|system |x86_64, darwin15.6.0 |
5+
|version |R version 4.0.2 (2020-06-22) |
6+
|os |macOS Catalina 10.15.7 |
7+
|system |x86_64, darwin17.0 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
1111
|ctype |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2019-09-11 |
13+
|date |2020-10-02 |
1414

1515
# Dependencies
1616

17-
|package |old |new |Δ |
18-
|:-------|:-----|:-----|:--|
19-
|usmap |0.4.0 |0.5.0 |* |
17+
|package |old |new |Δ |
18+
|:-------|:-----|:----------|:--|
19+
|usmap |0.5.0 |0.5.0.9999 |* |
2020

2121
# Revdeps
2222

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package,old,new,delta
2+
usmap,0.5.0,0.5.0.9999,*
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
Library: /Users/paolo/Documents/github/usmap/revdep/library.noindex/usmap/new
2+
usmap (0.5.0.9999)
3+
4+
Library: /Users/paolo/Documents/github/usmap/revdep/library.noindex/refuge
5+
askpass (1.1)
6+
assertthat (0.2.1)
7+
backports (1.1.10)
8+
base64enc (0.1-3)
9+
callr (3.4.4)
10+
cli (2.0.2)
11+
colorspace (1.4-1)
12+
covr (3.5.1)
13+
crayon (1.3.4)
14+
curl (4.3)
15+
desc (1.2.0)
16+
digest (0.6.25)
17+
dplyr (1.0.2)
18+
ellipsis (0.3.1)
19+
evaluate (0.14)
20+
fansi (0.4.1)
21+
farver (2.0.3)
22+
generics (0.0.2)
23+
ggplot2 (3.3.2)
24+
glue (1.4.2)
25+
gridExtra (2.3)
26+
gtable (0.3.0)
27+
highr (0.8)
28+
htmltools (0.5.0)
29+
httr (1.4.2)
30+
isoband (0.2.2)
31+
jsonlite (1.7.1)
32+
knitr (1.30)
33+
labeling (0.3)
34+
lattice (0.20-41)
35+
lazyeval (0.2.2)
36+
lifecycle (0.2.0)
37+
magrittr (1.5)
38+
markdown (1.1)
39+
MASS (7.3-53)
40+
Matrix (1.2-18)
41+
mgcv (1.8-33)
42+
mime (0.9)
43+
munsell (0.5.0)
44+
nlme (3.1-149)
45+
openssl (1.4.3)
46+
pillar (1.4.6)
47+
pkgbuild (1.1.0)
48+
pkgconfig (2.0.3)
49+
pkgload (1.1.0)
50+
praise (1.0.0)
51+
prettyunits (1.1.1)
52+
processx (3.4.4)
53+
ps (1.3.4)
54+
purrr (0.3.4)
55+
R6 (2.4.1)
56+
RColorBrewer (1.1-2)
57+
rex (1.2.0)
58+
rlang (0.4.7)
59+
rmarkdown (2.4)
60+
rprojroot (1.3-2)
61+
rstudioapi (0.11)
62+
scales (1.1.1)
63+
stringi (1.5.3)
64+
stringr (1.4.0)
65+
sys (3.4)
66+
testthat (2.3.2)
67+
tibble (3.0.3)
68+
tidyselect (1.1.0)
69+
tinytex (0.26)
70+
utf8 (1.1.4)
71+
vctrs (0.3.4)
72+
viridis (0.5.1)
73+
viridisLite (0.3.0)
74+
withr (2.3.0)
75+
xfun (0.18)
76+
yaml (2.2.1)
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
* using log directory ‘/Users/paolo/Documents/github/usmap/revdep/checks.noindex/refuge/new/refuge.Rcheck’
2+
* using R version 4.0.2 (2020-06-22)
3+
* using platform: x86_64-apple-darwin17.0 (64-bit)
4+
* using session charset: UTF-8
5+
* using options ‘--no-manual --no-build-vignettes’
6+
* checking for file ‘refuge/DESCRIPTION’ ... OK
7+
* this is package ‘refuge’ version ‘0.3.2’
8+
* package encoding: UTF-8
9+
* checking package namespace information ... OK
10+
* checking package dependencies ... OK
11+
* checking if this is a source package ... OK
12+
* checking if there is a namespace ... OK
13+
* checking for executable files ... OK
14+
* checking for hidden files and directories ... OK
15+
* checking for portable file names ... OK
16+
* checking for sufficient/correct file permissions ... OK
17+
* checking whether package ‘refuge’ can be installed ... OK
18+
* checking installed package size ... OK
19+
* checking package directory ... OK
20+
* checking ‘build’ directory ... OK
21+
* checking DESCRIPTION meta-information ... OK
22+
* checking top-level files ... OK
23+
* checking for left-over files ... OK
24+
* checking index information ... OK
25+
* checking package subdirectories ... OK
26+
* checking R files for non-ASCII characters ... OK
27+
* checking R files for syntax errors ... OK
28+
* checking whether the package can be loaded ... OK
29+
* checking whether the package can be loaded with stated dependencies ... OK
30+
* checking whether the package can be unloaded cleanly ... OK
31+
* checking whether the namespace can be loaded with stated dependencies ... OK
32+
* checking whether the namespace can be unloaded cleanly ... OK
33+
* checking loading without being on the library search path ... OK
34+
* checking dependencies in R code ... OK
35+
* checking S3 generic/method consistency ... OK
36+
* checking replacement functions ... OK
37+
* checking foreign function calls ... OK
38+
* checking R code for possible problems ... OK
39+
* checking Rd files ... OK
40+
* checking Rd metadata ... OK
41+
* checking Rd cross-references ... OK
42+
* checking for missing documentation entries ... OK
43+
* checking for code/documentation mismatches ... OK
44+
* checking Rd \usage sections ... OK
45+
* checking Rd contents ... OK
46+
* checking for unstated dependencies in examples ... OK
47+
* checking installed files from ‘inst/doc’ ... OK
48+
* checking files in ‘vignettes’ ... OK
49+
* checking examples ... OK
50+
* checking for unstated dependencies in ‘tests’ ... OK
51+
* checking tests ... OK
52+
Running ‘testthat.R’
53+
* checking for unstated dependencies in vignettes ... OK
54+
* checking package vignettes in ‘inst/doc’ ... OK
55+
* checking running R code from vignettes ... NONE
56+
‘introduction.Rmd’ using ‘UTF-8’... OK
57+
* checking re-building of vignette outputs ... SKIPPED
58+
* DONE
59+
Status: OK
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
* installing *source* package ‘refuge’ ...
2+
** package ‘refuge’ successfully unpacked and MD5 sums checked
3+
** using staged installation
4+
** R
5+
** inst
6+
** byte-compile and prepare package for lazy loading
7+
** help
8+
*** installing help indices
9+
** building package indices
10+
** installing vignettes
11+
** testing if installed package can be loaded from temporary location
12+
** testing if installed package can be loaded from final location
13+
** testing if installed package keeps a record of temporary installation path
14+
* DONE (refuge)
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
pkgname <- "refuge"
2+
source(file.path(R.home("share"), "R", "examples-header.R"))
3+
options(warn = 1)
4+
library('refuge')
5+
6+
base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
7+
base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
8+
cleanEx()
9+
nameEx("rfg_all_restrooms")
10+
### * rfg_all_restrooms
11+
12+
flush(stderr()); flush(stdout())
13+
14+
### Name: rfg_all_restrooms
15+
### Title: All refuge restrooms
16+
### Aliases: rfg_all_restrooms
17+
18+
### ** Examples
19+
20+
21+
22+
23+
24+
cleanEx()
25+
nameEx("rfg_date")
26+
### * rfg_date
27+
28+
flush(stderr()); flush(stdout())
29+
30+
### Name: rfg_date
31+
### Title: Bathrooms by dates
32+
### Aliases: rfg_date
33+
34+
### ** Examples
35+
36+
37+
38+
39+
40+
cleanEx()
41+
nameEx("rfg_location")
42+
### * rfg_location
43+
44+
flush(stderr()); flush(stdout())
45+
46+
### Name: rfg_location
47+
### Title: Bathroom locations
48+
### Aliases: rfg_location
49+
50+
### ** Examples
51+
52+
53+
54+
55+
56+
cleanEx()
57+
nameEx("rfg_search")
58+
### * rfg_search
59+
60+
flush(stderr()); flush(stdout())
61+
62+
### Name: rfg_search
63+
### Title: Restroom record search
64+
### Aliases: rfg_search
65+
66+
### ** Examples
67+
68+
69+
70+
71+
72+
### * <FOOTER>
73+
###
74+
cleanEx()
75+
options(digits = 7L)
76+
base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
77+
grDevices::dev.off()
78+
###
79+
### Local variables: ***
80+
### mode: outline-minor ***
81+
### outline-regexp: "\\(> \\)?### [*]+" ***
82+
### End: ***
83+
quit('no')

0 commit comments

Comments
 (0)