Skip to content

Commit

Permalink
Merge pull request #4 from dapperstats/v0.1.2
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
juniperlsimonis authored Nov 2, 2019
2 parents d2f3398 + 23f75e1 commit 10a14b2
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^codecov\.yml$
^notes.R$
^docs$
^cran-comments\.md$
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Version numbers follow [Semantic Versioning](https://semver.org/).

# [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`

# [gendrendr 0.1.1](https://github.com/dapperstats/gendrendr/releases/tag/v0.1.1)
*2019-11-01*

Expand Down
2 changes: 1 addition & 1 deletion R/gendr.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @examples
#' \donttest{
#' gendr("max", "usa", "english", 1990) # produces warning
#' genr_warning() # produces warning
#' gendr_warning() # produces warning
#' }
#'
#' @export
Expand Down
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
coverage:
precision: 2
round: down
status:
patch:
default:
target: 95%
project:
default:
target: 95%

comment: false
17 changes: 17 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 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.

There was 1 NOTE:

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Juniper L. Simonis <[email protected]>'

New submission
2 changes: 1 addition & 1 deletion man/gendr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10a14b2

Please sign in to comment.