Skip to content

Commit

Permalink
Prepare for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 17, 2017
1 parent 2ff11fd commit d3be513
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: stringr
Version: 1.1.0.9000
Version: 1.2.0
Title: Simple, Consistent Wrappers for Common String Operations
Description: A consistent, simple and easy to use set of wrappers around the
fantastic 'stringi' package. All function and argument names (and positions)
Expand Down Expand Up @@ -27,5 +27,5 @@ VignetteBuilder: knitr
URL: http://stringr.tidyverse.org,
https://github.com/tidyverse/stringr
BugReports: https://github.com/tidyverse/stringr/issues
RoxygenNote: 5.0.1.9000
RoxygenNote: 6.0.1
LazyData: true
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stringr 1.1.0.9000
# stringr 1.2.0

## API changes

Expand Down
28 changes: 13 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,31 @@ Summary at https://github.com/hadley/stringr/tree/master/revdep.

I saw the following failures:

* Failed to install dependencies for: aslib, biomartr, GenomicTools, hoardeR, HTSSIP, HydeNet, IATscores, metagear, MetaIntegrator, NFP, nucim, PepPrep, RbioRXN, TcGSA
* Failed to install: BTLLasso, CollapsABEL, data.tree, DiagrammeR, dynamichazard, EasyMARK, Fgmutils, FRESA.CAD, KoNLP, mailR, morse, mrMLM, mtconnectR, muir, packagedocs, pMineR, radiant.model, RcppOctave, RevEcoR, RJafroc, rpcdsearch, rsgcc, sdcTable, SpaDES, spatsurv, stm, subspace, templates, valr, x.ent, x12GUI
* Failed to install dependencies for: AFM, aslib, biomartr, GenomicTools, hoardeR, HTSSIP, HydeNet, IATscores, metagear, MetaIntegrator, mglR, mrMLM, NFP, nucim, PepPrep, RbioRXN, TcGSA
* Failed to install: BTLLasso, CollapsABEL, dynamichazard, EasyMARK, Fgmutils, FRESA.CAD, KoNLP, mailR, morse, RcppOctave, rEHR, RJafroc, rpcdsearch, rsgcc, sdcTable, spatsurv, stm, subspace, x.ent, x12GUI
* abjutils: checking tests ... ERROR
* ALA4R: checking re-building of vignette outputs ... WARNING
* bibliometrix: checking re-building of vignette outputs ... WARNING
* broom: checking examples ... ERROR
* dataone: checking tests ... ERROR
* docxtools: checking examples ... ERROR
* eclust: checking examples ... ERROR
* elementR: checking examples ... ERROR
* etl: checking examples ... ERROR
* fitbitScraper: checking re-building of vignette outputs ... WARNING
* futureheatwaves: checking re-building of vignette outputs ... WARNING
* ggenealogy: checking examples ... ERROR
* Greg: checking re-building of vignette outputs ... WARNING
* highcharter: checking examples ... ERROR
* Greg: checking examples ... ERROR
* imager: checking tests ... ERROR
* modules: checking tests ... ERROR
* narray: checking tests ... ERROR
* mtconnectR: checking tests ... ERROR
* optparse: checking re-building of vignette outputs ... WARNING
* phrasemachine: checking examples ... ERROR
* pixiedust: checking tests ... ERROR
* RSentiment: checking re-building of vignette outputs ... WARNING
* RSMET: checking examples ... ERROR
* rtide: checking tests ... ERROR
* simcausal: checking tests ... ERROR
* simcausal: checking re-building of vignette outputs ... WARNING
* sjmisc: checking re-building of vignette outputs ... WARNING
* stormwindmodel: checking re-building of vignette outputs ... WARNING
* stplanr: checking re-building of vignette outputs ... WARNING
* striprtf: checking tests ... ERROR
* taxize: checking tests ... ERROR
* textreuse: checking examples ... ERROR
* tidyquant: checking tests ... ERROR
* tidytext: checking tests ... ERROR

After carefully reading the reports, I believe that none of them are related to this release of stringr. This release is mostly small. There was one API change - I notified all maintainers about it on Jan 23.

After carefully reading the reports, I believe that none of them are related to this release of stringr (which is reasonably small).

0 comments on commit d3be513

Please sign in to comment.