Skip to content

Commit

Permalink
Submit to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
uribo committed Jun 26, 2018
1 parent 34fecec commit cc9866d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
^\.github$
^CODE_OF_CONDUCT\.md$
^\.lintr$
^tic.R$
^tic\.R$
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ deploy:
after_deploy: R -q -e 'tic::after_deploy()'
after_script: R -q -e 'tic::after_script()'
after_success:
- R -q -e 'covr::codecov(quiet = FALSE)'
- R -q -e 'covr::codecov(quiet = FALSE); lintr::lint_package()'
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.1.0.9000
Version: 1.1.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
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# jpmesh 1.1.0.9000
# jpmesh 1.1.1 (2018-06-26)

- Withdrawal from the tidyverse. Remove depends on stringr, tidyr and dplyr.
- Follow up the units package update.
- Fixed overlapped probrem ([#20](https://github.com/uribo/jpmesh/issues/20))

### New features

- `coarse_gather()`... Scale-down function [#22](https://github.com/uribo/jpmesh/issues/22)

# jpmesh 1.1.0 (2018-02-25)

Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments
- local macOS (High Sierra) install, R 3.4.3
- ubuntu 14.04.3 (on travis-ci), oldrel, release and devel
- local macOS (High Sierra) install, R 3.5.0
- ubuntu 14.04.3 (on travis-ci), release and devel
- Debian GNU/Linux 9 (on Docker)
- win-builder

Expand Down

0 comments on commit cc9866d

Please sign in to comment.