Skip to content

Commit

Permalink
Prepare for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Oct 20, 2023
1 parent 5106c95 commit bb8d28a
Show file tree
Hide file tree
Showing 95 changed files with 154,404 additions and 17 deletions.
15 changes: 12 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
^\.github$
^codecov\.yml$
^\.lintr$
^\.codecov\.yml$
^usmapdata\.Rproj$
^data-raw$
^.*\.png$
^\.Rproj\.user$
^usmapdata\.Rproj$
^cran-comments\.md$
^revdep$
^resources$
^doc$
^Meta$
^CRAN-RELEASE$
^codecov\.yml$
^LICENSE\.md$
^CRAN-SUBMISSION$
^\.lintr$
^CRAN-SUBMISSION$
9 changes: 9 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters: linters_with_defaults(
cyclocomp_linter = NULL,
line_length_linter(120),
object_name_linter(c("camelCase", "snake_case", "symbols"))
)
exclusions: list(
"revdep",
"vignettes"
)
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: usmapdata
Title: Mapping Data for 'usmap' Package
Version: 0.1.0.9999
Version: 0.1.1
Description: Provides a container for data used by the 'usmap' package.
The data used by 'usmap' has been extracted into this package so that the
file size of the 'usmap' package can be reduced greatly. The data in this
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# usmapdata 0.1.0.9999
# usmapdata 0.1.1

* Update package author email and website.

Expand Down
2 changes: 1 addition & 1 deletion R/usmapdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' @author Paolo Di Lorenzo \cr
#' \itemize{
#' \item Email: \email{dilorenzo@@hey.com}
#' \item Github: \url{https://github.com/pdil/}
#' \item GitHub: \url{https://github.com/pdil/}
#' }
#'
#' @seealso
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpdil%2Fusmapdata%2Fbadge%3Fref%3Dmaster&style=popout&label=build)](https://actions-badge.atrox.dev/pdil/usmapdata/goto?ref=master) [![codecov](https://codecov.io/gh/pdil/usmapdata/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pdil/usmapdata)

You might be looking for the `usmap` package: [CRAN](https://cran.r-project.org/package=usmap) | [Github](https://github.com/pdil/usmap) | [Website](https://usmap.dev)
You might be looking for the `usmap` package: [CRAN](https://cran.r-project.org/package=usmap) | [GitHub](https://github.com/pdil/usmap) | [Website](https://usmap.dev)

## Purpose

Expand Down
18 changes: 9 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@

This is a resubmission for 0.1.0.

## Test environments
* local macOS install, R 4.1.2
* local macOS install, R 4.3.0

#### On Github Actions
* macOS-latest (release), R 4.1.2
* windows-latest (release), R 4.1.2
* ubuntu-latest (oldrel, devel, release), R 4.1.2
* macOS-latest (release), R 4.3.0
* windows-latest (release), R 4.3.0
* ubuntu-latest (oldrel, devel, release), R 4.3.0

## R CMD check results

0 errors | 0 warnings | 1 notes

* `extdata` contains the state and county map data frames
which are vital to the function of this package. The data
is unlikely to change often (at most once per year).
is unlikely to change often (at most once per year).
Here is the ```R CMD check``` output:
```
> checking installed package size ... NOTE
checking installed package size ... NOTE
installed size is 6.7Mb
sub-directories of 1Mb or more:
extdata 6.6Mb
```

## Downstream dependencies

This is a new release, so there are no reverse dependencies.
I have also run R CMD check on downstream dependencies of usmapdata:

* usmap
2 changes: 1 addition & 1 deletion man/usmapdata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Platform

|field |value |
|:--------|:------------------------------------------|
|version |R version 4.3.0 (2023-04-21) |
|os |macOS 14.0 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2023-10-20 |
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:----------|:--|
|usmapdata |0.1.0 |0.1.0.9999 |* |

# Revdeps

2 changes: 2 additions & 0 deletions revdep/checks.noindex/libraries.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package,old,new,delta
usmapdata,0.1.0,0.1.0.9999,*
93 changes: 93 additions & 0 deletions revdep/checks.noindex/usmap/new/libraries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
Library: /Users/paolo/Documents/Code/github/usmapdata/revdep/library.noindex/usmapdata/new
usmapdata (0.1.0.9999)

Library: /Users/paolo/Documents/Code/github/usmapdata/revdep/library.noindex/usmap
askpass (1.2.0)
base64enc (0.1-3)
brio (1.1.3)
bslib (0.5.1)
cachem (1.0.8)
callr (3.7.3)
class (7.3-22)
classInt (0.4-10)
cli (3.6.1)
colorspace (2.1-0)
covr (3.6.3)
crayon (1.5.2)
curl (5.1.0)
DBI (1.1.3)
desc (1.4.2)
diffobj (0.3.5)
digest (0.6.33)
e1071 (1.7-13)
ellipsis (0.3.2)
evaluate (0.22)
fansi (1.0.5)
farver (2.1.1)
fastmap (1.1.1)
fontawesome (0.5.2)
fs (1.6.3)
ggplot2 (3.4.4)
ggrepel (0.9.4)
glue (1.6.2)
gtable (0.3.4)
highr (0.10)
htmltools (0.5.6.1)
httr (1.4.7)
isoband (0.2.7)
jquerylib (0.1.4)
jsonlite (1.8.7)
KernSmooth (2.23-22)
knitr (1.44)
labeling (0.4.3)
lattice (0.21-9)
lazyeval (0.2.2)
lifecycle (1.0.3)
magrittr (2.0.3)
MASS (7.3-60)
Matrix (1.6-1.1)
memoise (2.0.1)
mgcv (1.9-0)
mime (0.12)
munsell (0.5.0)
nlme (3.1-163)
openssl (2.1.1)
pillar (1.9.0)
pkgbuild (1.4.2)
pkgconfig (2.0.3)
pkgload (1.3.3)
praise (1.0.0)
prettyunits (1.2.0)
processx (3.8.2)
proto (1.0.0)
proxy (0.4-27)
ps (1.7.5)
R6 (2.5.1)
rappdirs (0.3.3)
RColorBrewer (1.1-3)
Rcpp (1.0.11)
rematch2 (2.1.2)
rex (1.2.1)
rlang (1.1.1)
rmarkdown (2.25)
rprojroot (2.0.3)
s2 (1.1.4)
sass (0.4.7)
scales (1.2.1)
sf (1.0-14)
sp (2.1-1)
stringi (1.7.12)
stringr (1.5.0)
sys (3.4.2)
testthat (3.2.0)
tibble (3.2.1)
tinytex (0.48)
units (0.8-4)
utf8 (1.2.3)
vctrs (0.6.4)
viridisLite (0.4.2)
waldo (0.5.1)
withr (2.5.1)
wk (0.8.0)
xfun (0.40)
yaml (2.3.7)
69 changes: 69 additions & 0 deletions revdep/checks.noindex/usmap/new/usmap.Rcheck/00check.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
* using log directory ‘/Users/paolo/Documents/Code/github/usmapdata/revdep/checks.noindex/usmap/new/usmap.Rcheck’
* using R version 4.3.0 (2023-04-21)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
* running under: macOS 14.0
* using session charset: UTF-8
* using options ‘--no-manual --no-build-vignettes’
* checking for file ‘usmap/DESCRIPTION’ ... OK
* this is package ‘usmap’ version ‘0.6.2’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘usmap’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... NOTE
Note: found 1 marked UTF-8 string
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... OK
Running ‘testthat.R’
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... NONE
‘advanced-mapping.Rmd’ using ‘UTF-8’... OK
‘introduction.Rmd’ using ‘UTF-8’... OK
‘mapping.Rmd’ using ‘UTF-8’... OK
* checking re-building of vignette outputs ... SKIPPED
* DONE
Status: 1 NOTE
16 changes: 16 additions & 0 deletions revdep/checks.noindex/usmap/new/usmap.Rcheck/00install.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* installing *source* package ‘usmap’ ...
** package ‘usmap’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (usmap)
4 changes: 4 additions & 0 deletions revdep/checks.noindex/usmap/new/usmap.Rcheck/tests/startup.Rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## A custom startup file for tests
## Run as if a system Rprofile, so no packages, no assignments
options(useFancyQuotes = FALSE)

4 changes: 4 additions & 0 deletions revdep/checks.noindex/usmap/new/usmap.Rcheck/tests/testthat.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
library(testthat)
library(usmap)

test_check("usmap")
30 changes: 30 additions & 0 deletions revdep/checks.noindex/usmap/new/usmap.Rcheck/tests/testthat.Rout
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

R version 4.3.0 (2023-04-21) -- "Already Tomorrow"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
Warning message:
package 'testthat' was built under R version 4.3.1
> library(usmap)
>
> test_check("usmap")
[ FAIL 0 | WARN 20 | SKIP 0 | PASS 163 ]

[ FAIL 0 | WARN 20 | SKIP 0 | PASS 163 ]
>
> proc.time()
user system elapsed
2.457 0.118 2.573
Loading

0 comments on commit bb8d28a

Please sign in to comment.