Skip to content

Commit

Permalink
update NEWS; fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 18, 2018
1 parent 4ef0dec commit d7897f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- Rscript -e 'update.packages(ask = FALSE)'

after_success:
- Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R"), function_exclusions = c("getfile", "bias.ia"))'
- Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R"), function_exclusions = "getfile")'

notifications:
email:
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ DOCUMENTATION

* `cutoff_predictor()` was added to the MLG vignette

MISC
----

* The RClone package has been added to suggests
(see https://github.com/grunwaldlab/poppr/issues/187)

poppr 2.7.1
============

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This version corrects a major documentation error and moves polysat to imports

## Test environments

* local macOS install, R 3.4.4
* ubuntu 12.04 (on travis-ci), devel (2018-03-15 r74411) and R 3.4.3
* appveyor R 3.4.4 RC (2018-03-12 r74405)
* local macOS install, R 3.5.0
* ubuntu 12.04 (on travis-ci), devel (2018-03-15 r74411) and R 3.5.0
* winbuilder devel (2018-03-12 r74405)

## R CMD check results

Expand Down

0 comments on commit d7897f6

Please sign in to comment.