Skip to content

Commit

Permalink
Add cran-comments.md to .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jan 15, 2018
1 parent 0731eac commit b96cd01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ LICENSE.md
^\.Rproj\.user$
^docs$
^_pkgdown\.yml$
cran-comments.md
4 changes: 3 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@

## R CMD check results

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

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 b96cd01

Please sign in to comment.