From 472fbc6deff32205ec1978d054910ef2c6810229 Mon Sep 17 00:00:00 2001 From: Trevor Davis Date: Fri, 22 Mar 2019 12:21:40 -0700 Subject: [PATCH] chore: Add cran-comments.rst [skip ci] --- .Rbuildignore | 3 +++ .gitignore | 1 + cran-comments.rst | 17 +++++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 cran-comments.rst diff --git a/.Rbuildignore b/.Rbuildignore index 672c1ee..7091458 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,6 @@ CONTRIBUTING README.rst .travis.yml +.appveyor.yml +cran-comments.rst +revdep diff --git a/.gitignore b/.gitignore index 1fbd2db..7409096 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp README.md +revdep/ diff --git a/cran-comments.rst b/cran-comments.rst new file mode 100644 index 0000000..0dc0240 --- /dev/null +++ b/cran-comments.rst @@ -0,0 +1,17 @@ +**Test environments** + +* local (linux), R 3.4.4 +* win-builder (windows), R devel and R release +* travis-ci (OSX), R release +* travis-ci (linux), R devel and R release +* appveyor (windows), R devel and R release + +**R CMD check --as-cran results** + +Status: OK + +**Downstream dependencies** + +I have also run R CMD check on downstream dependencies of ``getopt``. +All packages had no ERRORs or WARNINGs. +HadoopStreaming has a NOTE unrelated to my package.