Skip to content

Commit

Permalink
Update cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jul 6, 2019
1 parent 58cd1ce commit 06de7da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This is a bug fix release of miniCRAN.

## Test environments

* local Windows install, R-3.4.3
* local Windows install, R-3.6.1
* ubuntu trusty 14.04 (on travis-ci), testing on:
- R-release
- R-oldrel
Expand All @@ -9,10 +11,8 @@

## R CMD check results

There were no ERRORs or WARNINGs.
There were no ERRORs, WARNINGs or NOTEs.

There is a NOTE on old releases, that `tools::CRAN_package_db()` is not exported.
In my code I use `if (getRversion() >= "3.4.1") {...}` to test for this condition, and only refer to `CRAN_package_db()` in more recent releases.

## Downstream dependencies

Expand Down

0 comments on commit 06de7da

Please sign in to comment.