Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 29, 2018
1 parent c8bbc0d commit f197bae
Show file tree
Hide file tree
Showing 5 changed files with 1,673 additions and 1,299 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: stringr
Title: Simple, Consistent Wrappers for Common String Operations
Version: 1.2.0.9000
Version: 1.3.0
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre", "cph")),
person("RStudio", role = c("cph", "fnd"))
Expand Down
55 changes: 38 additions & 17 deletions cran-comments.md
Expand Up @@ -10,31 +10,52 @@

## revdepcheck results

We checked 573 reverse dependencies (510 from CRAN + 63 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 612 reverse dependencies (551 from CRAN + 61 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We failed to check 10 packages
* We saw 4 new problems
* We failed to check 9 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* alphavantager
checking tests ...
* banR
checking re-building of vignette outputs ... WARNING

This appears to be a web test that is failing because the server is
down.
Unrelated to stringr, error is "The API sent back an error 502"

* RSMET
checking examples ... ERROR

Unrelated to stringr, error is
Warning: geocode failed with status OVER_QUERY_LIMIT, location = "France"

* stormwindmodel
checking re-building of vignette outputs ... WARNING

Unrelated to stringr, error is:
Warning: geocode failed with status OVER_QUERY_LIMIT, location = "georgia"

* vardpoor
checking examples ... ERROR

Seems unrelated to stringr. Error is:
Error in gsd(employed, na.rm = TRUE) :
negative length vectors are not allowed
Calls: vardannual -> vardcros -> [ -> [.data.table -> gforce -> gsd

I did not see this error when I last ran the checks, but I have
notified the author today.

### Failed to check

* ALA4R (check timed out)
* aslib (failed to install)
* blastula (failed to install)
* bridgesampling (check timed out)
* CollapsABEL (failed to install)
* dtree (failed to install)
* ggmap (failed to install)
* GSIF (failed to install)
* heemod (failed to install)
* taRifx (failed to install)
* CoFRA (NA)
* dynamichazard (failed to install)
* EasyMARK (failed to install)
* fastLink (failed to install)
* FRESA.CAD (failed to install)
* IATscores (failed to install)
* imager (failed to install)
* morse (failed to install)
* rsunlight (failed to install)

0 comments on commit f197bae

Please sign in to comment.