Skip to content

Commit

Permalink
Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
uribo committed May 6, 2020
1 parent c1311d4 commit 49295f7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
^tic\.R$
^CRAN-RELEASE$
^README\.md$
^README\.html$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ data-raw/city_mesh/
^README-.*\.png$
*.DS_Store
inst/doc
README.html
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: jpmesh
Title: Utilities for Japanese Mesh Code
Version: 1.2.0.9000
Version: 1.2.1
Authors@R: c(
person(given = "Shinya", family = "Uryu", email = "suika1127@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0493-6186"))
)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jpmesh (development version)
# jpmesh 1.2.1 (2020-05-06)

- Meshcode evaluation is now more stringent.
- Fixed a problem where a non-existent mesh code would return an incorrect value when given as input ([#45](https://github.com/uribo/jpmesh/issues/45)).
Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## Test environments
- local macOS (Catalina) install, R 3.6.2
- ubuntu 14.04.5 (on travis-ci), release and devel
- Debian GNU/Linux 9 (on Docker)
- local macOS (Catalina) install, R 3.6.3
- Debian GNU/Linux 9 (on Docker), R 3.6.3
- win-builder

## R CMD check results
R CMD check results
0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 notes

## Re-submission

Expand Down
21 changes: 8 additions & 13 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,24 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.2 (2019-12-12) |
|version |R version 3.6.3 (2020-02-29) |
|os |Debian GNU/Linux 10 (buster) |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Etc/UTC |
|date |2020-03-24 |
|date |2020-05-06 |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:-------|:--|
|jpmesh |1.1.3 |1.2.0 |* |
|crosstalk |NA |1.1.0.1 |* |
|farver |NA |2.0.3 |* |
|ggplot2 |NA |3.3.0 |* |
|isoband |NA |0.2.0 |* |
|raster |NA |3.0-12 |* |
|shiny |NA |1.4.0.2 |* |
|sp |NA |1.4-1 |* |
|testthat |NA |2.3.2 |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|jpmesh |1.2.0 |1.2.1 |* |
|isoband |NA |0.2.1 |* |
|purrr |NA |0.3.4 |* |
|raster |NA |3.1-5 |* |

# Revdeps

Expand Down

0 comments on commit 49295f7

Please sign in to comment.