Skip to content

Commit bb8d28a

Browse files
committed
Prepare for 0.1.1 release
1 parent 5106c95 commit bb8d28a

95 files changed

Lines changed: 154404 additions & 17 deletions

Some content is hidden

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

.Rbuildignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
^\.github$
2-
^codecov\.yml$
2+
^\.lintr$
3+
^\.codecov\.yml$
4+
^usmapdata\.Rproj$
35
^data-raw$
6+
^.*\.png$
47
^\.Rproj\.user$
5-
^usmapdata\.Rproj$
68
^cran-comments\.md$
9+
^revdep$
10+
^resources$
11+
^doc$
12+
^Meta$
13+
^CRAN-RELEASE$
14+
^codecov\.yml$
715
^LICENSE\.md$
8-
^CRAN-SUBMISSION$
16+
^\.lintr$
17+
^CRAN-SUBMISSION$

.lintr

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
linters: linters_with_defaults(
2+
cyclocomp_linter = NULL,
3+
line_length_linter(120),
4+
object_name_linter(c("camelCase", "snake_case", "symbols"))
5+
)
6+
exclusions: list(
7+
"revdep",
8+
"vignettes"
9+
)

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.1.0.9999
3+
Version: 0.1.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# usmapdata 0.1.0.9999
1+
# usmapdata 0.1.1
22

33
* Update package author email and website.
44

R/usmapdata.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#' @author Paolo Di Lorenzo \cr
2222
#' \itemize{
2323
#' \item Email: \email{dilorenzo@@hey.com}
24-
#' \item Github: \url{https://github.com/pdil/}
24+
#' \item GitHub: \url{https://github.com/pdil/}
2525
#' }
2626
#'
2727
#' @seealso

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44

5-
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)
5+
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)
66

77
## Purpose
88

cran-comments.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11

2-
This is a resubmission for 0.1.0.
3-
42
## Test environments
5-
* local macOS install, R 4.1.2
3+
* local macOS install, R 4.3.0
64

75
#### On Github Actions
8-
* macOS-latest (release), R 4.1.2
9-
* windows-latest (release), R 4.1.2
10-
* ubuntu-latest (oldrel, devel, release), R 4.1.2
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
119

1210
## R CMD check results
1311

1412
0 errors | 0 warnings | 1 notes
1513

1614
* `extdata` contains the state and county map data frames
1715
which are vital to the function of this package. The data
18-
is unlikely to change often (at most once per year).
16+
is unlikely to change often (at most once per year).
1917
Here is the ```R CMD check``` output:
2018
```
21-
> checking installed package size ... NOTE
19+
checking installed package size ... NOTE
2220
installed size is 6.7Mb
2321
sub-directories of 1Mb or more:
2422
extdata 6.6Mb
2523
```
2624

2725
## Downstream dependencies
2826

29-
This is a new release, so there are no reverse dependencies.
27+
I have also run R CMD check on downstream dependencies of usmapdata:
28+
29+
* usmap

man/usmapdata.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:------------------------------------------|
5+
|version |R version 4.3.0 (2023-04-21) |
6+
|os |macOS 14.0 |
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-10-20 |
14+
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
15+
|pandoc |NA |
16+
17+
# Dependencies
18+
19+
|package |old |new |Δ |
20+
|:---------|:-----|:----------|:--|
21+
|usmapdata |0.1.0 |0.1.0.9999 |* |
22+
23+
# Revdeps
24+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package,old,new,delta
2+
usmapdata,0.1.0,0.1.0.9999,*

0 commit comments

Comments
 (0)