Skip to content

Commit

Permalink
chore: Prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Oct 8, 2021
1 parent 034153f commit a3939dc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Encoding: UTF-8
Package: optparse
Type: Package
Title: Command Line Option Parser
Version: 1.7.0-3
Version: 1.7.1
Authors@R: c(person("Trevor L", "Davis", role = c("aut", "cre"), email="[email protected]"),
person("Allen", "Day", role="ctb", comment="Some documentation and examples ported from the getopt package."),
person("Python Software Foundation", role="ctb", comment="Some documentation from the optparse Python module."),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
optparse 1.7.0
optparse 1.7.1
==============

* Add a ``formatter`` argument to ``OptionParser()`` for a function to format the usage message (#30).
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ desc "Build files for packaging"
task :default do
sh 'Rscript -e "devtools::document()"'
sh 'Rscript -e "knitr::knit(\"README.Rrst\")"'
sh 'pandoc -o README.md README.rst'
sh 'rst2html README.rst README.html'
sh 'pandoc -t markdown_strict -o README.md README.rst'
sh 'Rscript -e "pkgdown::build_site()"'
end
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
destination: "/home/trevorld/a/projects/websites/R/optparse/"
destination: "../../websites/R/optparse/"
url: "https://trevorldavis.com/R/optparse"
development:
mode: auto
17 changes: 12 additions & 5 deletions cran-comments.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
**Test environments**

* local (linux), R 4.1.1
* win-builder (windows), R devel
* appveyor (windows), R release and R devel
* local (linux), R 3.6.3
* travis-ci (linux), R release and R devel
* travis-ci (OSX), R release
* Github Actions (linux), R devel and R release
* Github Actions (OSX), R release
* Github Actions (windows), R release

**R CMD check --as-cran results**

Status: OK

**revdepcheck results**

We checked 14 reverse dependencies (7 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

**Nota benes**

* Currently CRAN checks on the two OSX test machines for the previous release
Expand All @@ -24,7 +31,7 @@ Status: OK

Looking online it seems ``error 127`` is an issue with a virtual machine not
having enough memory. Perhaps ``--no-vignettes`` flag should be turned on
for OSX test machines? I am unable to reproduce this error in my Travis-CI
for OSX test machines? I am unable to reproduce this error in my Github Actions
OSX test environment (i.e. the vignette always builds fine).

* As in previous uploads while in a non-interactive session (i.e. in an
Expand Down

0 comments on commit a3939dc

Please sign in to comment.