Skip to content

Commit

Permalink
Reverse dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Aug 26, 2022
1 parent b9857b0 commit 944e9a5
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 226 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
revdep/cloud.noindex
12 changes: 5 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
* I saw 0 new problems
* I failed to check 0 packages
120 changes: 5 additions & 115 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Bug reports: https://github.com/ropensci/hunspell/issues

0 errors | 0 warnings | 0 notes

## sparklyr (0.5.5)
Maintainer: Javier Luraschi <[email protected]>
Bug reports: https://github.com/rstudio/sparklyr/issues

0 errors | 0 warnings | 0 notes

## tidytext (0.1.2)
Maintainer: Julia Silge <[email protected]>
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 |? | | | |

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -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

35 changes: 35 additions & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# NA

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/NA
* Number of recursive dependencies: 0

Run `cloud_details(, "NA")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
105 changes: 1 addition & 104 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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. :)*

0 comments on commit 944e9a5

Please sign in to comment.