From 4fde658534ff8ff038e842280c8c17d71a31557a Mon Sep 17 00:00:00 2001 From: Trevor L Davis Date: Thu, 21 Oct 2021 13:26:31 -0700 Subject: [PATCH] chore: Tweak CRAN comments [skip ci] --- .Rbuildignore | 1 + .gitignore | 1 + cran-comments.rst | 8 ++------ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 2fcb071..a443e29 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,6 +2,7 @@ CONTRIBUTING Rakefile README.rst ^README.html$ +^codecov.yml$ cran-comments.rst .travis.yml ^\.appveyor\.yml$ diff --git a/.gitignore b/.gitignore index a68c1f1..004ca48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.swp *.timestamp argparse.rst +codecov.yml README.md README.html revdep diff --git a/cran-comments.rst b/cran-comments.rst index c70513e..c0f8470 100644 --- a/cran-comments.rst +++ b/cran-comments.rst @@ -1,9 +1,5 @@ ## Notes -* The examples and unit tests are now skipped if an appropriate - version of Python is not found as with the 'r-devel-windows-x86_64-gcc10-UCRT' - CRAN flavor. - * As in previous uploads while in a non-interactive session (i.e. in an Rscript) if ``parse_args()`` observes a help flag it will print a usage message and then call ``quit()``. Additionally if a user specifically adds @@ -16,9 +12,9 @@ ## Test environments -* local (linux), R 4.1.0 +* local (linux), R 4.1.1 * win-builder (windows), R devel -* Github Actions (linux), R release and R devel +* Github Actions (linux), R release * Github Actions (windows), R release * Github Actions (OSX), R release