Skip to content

Commit

Permalink
chore: Tweak CRAN comments [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Oct 21, 2021
1 parent 2181ac1 commit 4fde658
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONTRIBUTING
Rakefile
README.rst
^README.html$
^codecov.yml$
cran-comments.rst
.travis.yml
^\.appveyor\.yml$
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.swp
*.timestamp
argparse.rst
codecov.yml
README.md
README.html
revdep
Expand Down
8 changes: 2 additions & 6 deletions cran-comments.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4fde658

Please sign in to comment.