From cc9866d3d75064ecd2ae2e027a35444e17664d0a Mon Sep 17 00:00:00 2001 From: Shinya Uryu Date: Wed, 27 Jun 2018 01:17:28 +0900 Subject: [PATCH] Submit to CRAN --- .Rbuildignore | 2 +- .travis.yml | 2 +- DESCRIPTION | 2 +- NEWS.md | 10 +++++++++- cran-comments.md | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 8ac075f..49e803d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -21,4 +21,4 @@ ^\.github$ ^CODE_OF_CONDUCT\.md$ ^\.lintr$ -^tic.R$ +^tic\.R$ diff --git a/.travis.yml b/.travis.yml index ef7ba93..15f98f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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()' diff --git a/DESCRIPTION b/DESCRIPTION index 8d4c502..ab149d8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")) ) diff --git a/NEWS.md b/NEWS.md index 3baffa2..0a606d8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/cran-comments.md b/cran-comments.md index df00b0e..39d2fc4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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