diff --git a/.gitignore b/.gitignore index 5b6a065..db97494 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .Rhistory .RData .Ruserdata +revdep/cloud.noindex diff --git a/cran-comments.md b/cran-comments.md index 6c886c8..ec94872 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,16 +1,14 @@ ## Release summary -This is the sixth CRAN release of janeaustenr; it fixes an encoding issue for some of the text and a namespace issue. +This is the 7th CRAN release of janeaustenr; it uses suggested packages more strictly. ## R CMD check results 0 errors | 0 warnings | 0 notes -There was a message about possibly mis-spelled words in DESCRIPTION ("Austen's" at 2:13 and 5:34, "Northanger" at 7:32). +## revdepcheck results -* Those words are spelled correctly. +I checked 7 reverse dependencies (6 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - -## Downstream dependencies - -I ran R CMD check on the downstream dependencies (results at https://github.com/juliasilge/janeaustenr/tree/master/revdep) and there were no problems related to janeaustenr. \ No newline at end of file + * I saw 0 new problems + * I failed to check 0 packages diff --git a/revdep/README.md b/revdep/README.md index 6abce64..aed2d4f 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,118 +1,8 @@ -# Setup +# Revdeps -## Platform +## Failed to check (1) -|setting |value | -|:--------|:----------------------------| -|version |R version 3.4.0 (2017-04-21) | -|system |x86_64, darwin15.6.0 | -|ui |RStudio (1.0.143) | -|language |(EN) | -|collate |en_US.UTF-8 | -|tz |America/New_York | -|date |2017-06-05 | - -## Packages - -|package |* |version |date |source | -|:-----------|:--|:-------|:----------|:---------------------------------| -|janeaustenr |* |0.1.5 |2017-06-06 |local (juliasilge/janeaustenr@NA) | - -# Check results - -3 packages - -|package |version | errors| warnings| notes| -|:--------|:-------|------:|--------:|-----:| -|hunspell |2.5 | 0| 0| 0| -|sparklyr |0.5.5 | 0| 0| 0| -|tidytext |0.1.2 | 2| 1| 0| - -## hunspell (2.5) -Maintainer: Jeroen Ooms -Bug reports: https://github.com/ropensci/hunspell/issues - -0 errors | 0 warnings | 0 notes - -## sparklyr (0.5.5) -Maintainer: Javier Luraschi -Bug reports: https://github.com/rstudio/sparklyr/issues - -0 errors | 0 warnings | 0 notes - -## tidytext (0.1.2) -Maintainer: Julia Silge -Bug reports: http://github.com/juliasilge/tidytext/issues - -2 errors | 1 warning | 0 notes - -``` -checking examples ... ERROR -Running examples in ‘tidytext-Ex.R’ failed -The error most likely occurred in: - -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") -> ### Name: corpus_tidiers -> ### Title: Tidiers for a corpus object from the quanteda package -> ### Aliases: corpus_tidiers glance.corpus tidy.corpus -> -> ### ** Examples -> -> -> if (requireNamespace("quanteda", quietly = FALSE)) { -+ data("inaugCorpus", package = "quanteda") -+ -+ inaugCorpus -+ -+ tidy(inaugCorpus) -+ } -Loading required namespace: quanteda -Warning in data("inaugCorpus", package = "quanteda") : - data set ‘inaugCorpus’ not found -Error: object 'inaugCorpus' not found -Execution halted - -checking tests ... ERROR - Running ‘testthat.R’ -Running the tests in ‘tests/testthat.R’ failed. -Last 13 lines of output: - 5: eval(expr, pf) - 6: quanteda::dfm(quanteda::inaugCorpus) - 7: quanteda::inaugCorpus - 8: getExportedValue(pkg, name) - 9: stop(gettextf("'%s' is not an exported object from 'namespace:%s'", name, getNamespaceName(ns)), - call. = FALSE, domain = NA) - - testthat results ================================================================ - OK: 127 SKIPPED: 0 FAILED: 3 - 1. Error: Can tidy corpus from quanteda package (@test-corpus-tidiers.R#23) - 2. Error: can tidy a quanteda dictionary (@test-dictionary-tidiers.R#9) - 3. Error: Can tidy dfm from quanteda (@test-sparse-tidiers.R#28) - - Error: testthat unit tests failed - Execution halted - -checking re-building of vignette outputs ... WARNING -Error in re-building vignettes: - ... -The following objects are masked from 'package:stats': - - filter, lag - -The following objects are masked from 'package:base': - - intersect, setdiff, setequal, union -... 8 lines ... - -The following object is masked from 'package:ggplot2': - - annotate - -Warning in data("inaugCorpus", package = "quanteda") : - data set 'inaugCorpus' not found -Quitting from lines 79-85 (tidying_casting.Rmd) -Error: processing vignette 'tidying_casting.Rmd' failed with diagnostics: -object 'inaugCorpus' not found -Execution halted -``` +|package |version |error |warning |note | +|:-------|:-------|:-----|:-------|:----| +|NA |? | | | | diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..162754f --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 7 reverse dependencies (6 from CRAN + 1 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 + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..c6abf32 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1,35 @@ +# NA + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/NA +* Number of recursive dependencies: 0 + +Run `cloud_details(, "NA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` diff --git a/revdep/problems.md b/revdep/problems.md index fb21896..9a20736 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,104 +1 @@ -# Setup - -## Platform - -|setting |value | -|:--------|:----------------------------| -|version |R version 3.4.0 (2017-04-21) | -|system |x86_64, darwin15.6.0 | -|ui |RStudio (1.0.143) | -|language |(EN) | -|collate |en_US.UTF-8 | -|tz |America/New_York | -|date |2017-06-05 | - -## Packages - -|package |* |version |date |source | -|:-----------|:--|:-------|:----------|:---------------------------------| -|janeaustenr |* |0.1.5 |2017-06-06 |local (juliasilge/janeaustenr@NA) | - -# Check results - -1 packages with problems - -|package |version | errors| warnings| notes| -|:--------|:-------|------:|--------:|-----:| -|tidytext |0.1.2 | 2| 1| 0| - -## tidytext (0.1.2) -Maintainer: Julia Silge -Bug reports: http://github.com/juliasilge/tidytext/issues - -2 errors | 1 warning | 0 notes - -``` -checking examples ... ERROR -Running examples in ‘tidytext-Ex.R’ failed -The error most likely occurred in: - -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") -> ### Name: corpus_tidiers -> ### Title: Tidiers for a corpus object from the quanteda package -> ### Aliases: corpus_tidiers glance.corpus tidy.corpus -> -> ### ** Examples -> -> -> if (requireNamespace("quanteda", quietly = FALSE)) { -+ data("inaugCorpus", package = "quanteda") -+ -+ inaugCorpus -+ -+ tidy(inaugCorpus) -+ } -Loading required namespace: quanteda -Warning in data("inaugCorpus", package = "quanteda") : - data set ‘inaugCorpus’ not found -Error: object 'inaugCorpus' not found -Execution halted - -checking tests ... ERROR - Running ‘testthat.R’ -Running the tests in ‘tests/testthat.R’ failed. -Last 13 lines of output: - 5: eval(expr, pf) - 6: quanteda::dfm(quanteda::inaugCorpus) - 7: quanteda::inaugCorpus - 8: getExportedValue(pkg, name) - 9: stop(gettextf("'%s' is not an exported object from 'namespace:%s'", name, getNamespaceName(ns)), - call. = FALSE, domain = NA) - - testthat results ================================================================ - OK: 127 SKIPPED: 0 FAILED: 3 - 1. Error: Can tidy corpus from quanteda package (@test-corpus-tidiers.R#23) - 2. Error: can tidy a quanteda dictionary (@test-dictionary-tidiers.R#9) - 3. Error: Can tidy dfm from quanteda (@test-sparse-tidiers.R#28) - - Error: testthat unit tests failed - Execution halted - -checking re-building of vignette outputs ... WARNING -Error in re-building vignettes: - ... -The following objects are masked from 'package:stats': - - filter, lag - -The following objects are masked from 'package:base': - - intersect, setdiff, setequal, union -... 8 lines ... - -The following object is masked from 'package:ggplot2': - - annotate - -Warning in data("inaugCorpus", package = "quanteda") : - data set 'inaugCorpus' not found -Quitting from lines 79-85 (tidying_casting.Rmd) -Error: processing vignette 'tidying_casting.Rmd' failed with diagnostics: -object 'inaugCorpus' not found -Execution halted -``` - +*Wow, no problems at all. :)* \ No newline at end of file