From 1d373aa2a15d80d8bcebfcdc66ca016128013013 Mon Sep 17 00:00:00 2001 From: DAPPERstats Date: Sat, 2 Nov 2019 14:04:41 -0700 Subject: [PATCH 1/2] v0.1.2 --- .Rbuildignore | 1 + NEWS.md | 8 ++++++++ R/gendr.R | 2 +- cran-comments.md | 14 ++++++++++++++ man/gendr.Rd | 2 +- 5 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 2135ca2..323ce3b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^codecov\.yml$ ^notes.R$ ^docs$ +^cran-comments\.md$ diff --git a/NEWS.md b/NEWS.md index 9a0dec9..a674b8a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,14 @@ Version numbers follow [Semantic Versioning](https://semver.org/). +# gendrendr 0.1.2 +*2019-11-02* + +### Bug fixed in example for `gendr` + +### Added `cran-comments.md` file +* Added to `.Rbuildignore` + # [gendrendr 0.1.1](https://github.com/dapperstats/gendrendr/releases/tag/v0.1.1) *2019-11-01* diff --git a/R/gendr.R b/R/gendr.R index d7924b6..8f13ecc 100644 --- a/R/gendr.R +++ b/R/gendr.R @@ -34,7 +34,7 @@ #' @examples #' \donttest{ #' gendr("max", "usa", "english", 1990) # produces warning -#' genr_warning() # produces warning +#' gendr_warning() # produces warning #' } #' #' @export diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..e2d28a6 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,14 @@ +## Test environments +* local Windows 10 x64 install (build 18362): R 3.6.1, R devel 2019-07-21 r76854, R devel 2019-11-01 r77355 +* ubuntu 16.04 (on travis-ci), devel and release +* win-builder (devel, release, oldrelease) + +## R CMD check results +There were no ERRORs or WARNINGs. + +There was 1 NOTE: + +* checking CRAN incoming feasibility ... NOTE +Maintainer: 'Juniper L. Simonis ' + +New submission \ No newline at end of file diff --git a/man/gendr.Rd b/man/gendr.Rd index c81ec24..c2cdfb8 100644 --- a/man/gendr.Rd +++ b/man/gendr.Rd @@ -46,7 +46,7 @@ Recognizing that gender is an individual, person \examples{ \donttest{ gendr("max", "usa", "english", 1990) # produces warning - genr_warning() # produces warning + gendr_warning() # produces warning } } From 23f75e106e99d3acdc43d11e107a94b7a441de84 Mon Sep 17 00:00:00 2001 From: DAPPERstats Date: Sat, 2 Nov 2019 15:32:48 -0700 Subject: [PATCH 2/2] add codecov yaml --- NEWS.md | 5 ++++- codecov.yml | 12 ++++++++++++ cran-comments.md | 11 +++++++---- 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 codecov.yml diff --git a/NEWS.md b/NEWS.md index a674b8a..be4d708 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,13 @@ Version numbers follow [Semantic Versioning](https://semver.org/). -# gendrendr 0.1.2 +# [gendrendr 0.1.2](https://github.com/dapperstats/gendrendr/releases/tag/v0.1.2) *2019-11-02* +### Added `codecov.yml` to manage code coverage + ### Bug fixed in example for `gendr` +* Addresses [Issue 3](https://github.com/dapperstats/gendrendr/issues/3) ### Added `cran-comments.md` file * Added to `.Rbuildignore` diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..2495e23 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + precision: 2 + round: down + status: + patch: + default: + target: 95% + project: + default: + target: 95% + +comment: false diff --git a/cran-comments.md b/cran-comments.md index e2d28a6..677d2e9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,10 @@ -## Test environments -* local Windows 10 x64 install (build 18362): R 3.6.1, R devel 2019-07-21 r76854, R devel 2019-11-01 r77355 -* ubuntu 16.04 (on travis-ci), devel and release -* win-builder (devel, release, oldrelease) +## Test environments (2019-11-02) +* local Windows 10 x64 (build 18362) both 32-bit and 64-bit: R 3.5.1, R 3.6.1, R devel 2019-07-21 r76854, R devel 2019-11-01 r77355 +* Ubuntu 16.04 (on travis-ci): R devel (r77358), R release (3.6.1) +* Fedora Linux (R-hub builder): R devel (r77334) +* Ubuntu 16.04 (R-hub builder): R release (3.6.1) +* Windows Server 2008 (R-hub builder) both 32-bit and 64-bit: R devel (r77318) +* Windows Server 2008 (win-builder): R release (3.6.1), R oldrelease (3.5.3) ## R CMD check results There were no ERRORs or WARNINGs.