From 49068c367c1bfcab2d2d60f11409d459743fe04d Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sat, 28 Oct 2017 12:54:40 -0500 Subject: [PATCH] Add CRAN comments --- .Rbuildignore | 1 + cran-comments.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index a6dacc8..9c859b1 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,3 +4,4 @@ ^README-.*\.png$ ^\.travis\.yml$ ^LICENSE$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..b09d3a0 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,23 @@ +## Test environments + +* local OS X install, R 3.4.2 +* ubuntu 12.04 (on travis-ci), R 3.4.2 +* win-builder (devel and release) + +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release. +* The URL containing the CRAN badge has yet to be initialized as the package + isn't on CRAN. Once listed, this warning will disappear. + +> Found the following (possibly) invalid URLs: +> URL: http://www.r-pkg.org/pkg/rgen (moved to https://www.r-pkg.org:443/pkg/rgen) +> From: README.md +> Status: 404 +> Message: Not Found + +## Reverse dependencies + +This is a new release, so there are no reverse dependencies.