-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main run has one laggard: ``` > revdepcheck::cloud_status() [0/1/217/0 - 218] 01:28:52 ``` I don't know an easy way to tell what this 1 package is. In the meantime, I'm starting a new job to recheck scaper on R 4.4.0, because that seems to be the problem there.
- Loading branch information
Showing
5 changed files
with
231 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,35 @@ | ||
This is a patch release in response to a 2024-01-22 email from Kurt Hornik about | ||
check NOTEs related to Rd \usage sections. I have eliminated the NOTEs. | ||
|
||
I did NOT rerun reverse dependency checks for this patch release. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## revdepcheck results | ||
|
||
We checked 217 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 3 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
|
||
* circle | ||
This package makes reference to a function that is now removed from usethis. | ||
This function has been hard-deprecated (i.e. throws an error with advice on | ||
how to update) since usethis v2.2.0, released in December 2020. | ||
I have opened an issue in circle's GitHub repository. | ||
|
||
* exampletestr | ||
This package has a brittle test that checks for exact wording of an error | ||
message originating in usethis. | ||
That test fails because usethis's error message has changed slightly. | ||
I have opened an issue in exampletestr's GitHub repository. | ||
|
||
* pharmaverseadam | ||
I saw the NOTE about the installed package size being large. | ||
I believe this is spurious/random as I don't see how this could be related to | ||
usethis. | ||
|
||
### Failed to check | ||
|
||
* scaper (NA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# Revdeps | ||
|
||
## New problems (1) | ||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:-------|:-------|:------|:-------|:----| | ||
|[cffr](problems.md#cffr)|0.5.0 |__+1__ | | | | ||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|scaper |0.1.0 |1 | | | | ||
|
||
## New problems (3) | ||
|
||
|package |version |error |warning |note | | ||
|:---------------|:-------|:--------|:-------|:------| | ||
|[circle](problems.md#circle)|0.7.2 |1 |__+1__ | | | ||
|[exampletestr](problems.md#exampletestr)|1.7.1 |1 __+1__ | | | | ||
|[pharmaverseadam](problems.md#pharmaverseadam)|1.0.0 | | |__+1__ | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,24 @@ | ||
## revdepcheck results | ||
|
||
We checked 181 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 217 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 0 packages | ||
* We saw 3 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* cffr | ||
* circle | ||
checking dependencies in R code ... WARNING | ||
|
||
* exampletestr | ||
checking tests ... ERROR | ||
|
||
* pharmaverseadam | ||
checking installed package size ... NOTE | ||
|
||
### Failed to check | ||
|
||
* scaper (NA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,60 @@ | ||
*Wow, no problems at all. :)* | ||
# scaper | ||
|
||
<details> | ||
|
||
* Version: 0.1.0 | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/scaper | ||
* Date/Publication: 2023-10-19 07:20:02 UTC | ||
* Number of recursive dependencies: 161 | ||
|
||
Run `revdepcheck::cloud_details(, "scaper")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* checking whether package βscaperβ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See β/tmp/workdir/scaper/new/scaper.Rcheck/00install.outβ for details. | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package βscaperβ ... | ||
** package βscaperβ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : | ||
namespace βMatrixβ 1.5-4.1 is already loaded, but >= 1.6.4 is required | ||
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace | ||
Execution halted | ||
ERROR: lazy loading failed for package βscaperβ | ||
* removing β/tmp/workdir/scaper/new/scaper.Rcheck/scaperβ | ||
|
||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package βscaperβ ... | ||
** package βscaperβ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : | ||
namespace βMatrixβ 1.5-4.1 is already loaded, but >= 1.6.4 is required | ||
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace | ||
Execution halted | ||
ERROR: lazy loading failed for package βscaperβ | ||
* removing β/tmp/workdir/scaper/old/scaper.Rcheck/scaperβ | ||
|
||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,132 @@ | ||
# cffr | ||
# circle | ||
|
||
<details> | ||
|
||
* Version: 0.5.0 | ||
* GitHub: https://github.com/ropensci/cffr | ||
* Source code: https://github.com/cran/cffr | ||
* Date/Publication: 2023-05-05 12:00:02 UTC | ||
* Number of recursive dependencies: 71 | ||
* Version: 0.7.2 | ||
* GitHub: https://github.com/ropensci/circle | ||
* Source code: https://github.com/cran/circle | ||
* Date/Publication: 2022-08-24 07:50:02 UTC | ||
* Number of recursive dependencies: 76 | ||
|
||
Run `revdepcheck::cloud_details(, "cffr")` for more info | ||
Run `revdepcheck::cloud_details(, "circle")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking dependencies in R code ... WARNING | ||
``` | ||
Missing or unexported object: βusethis::github_tokenβ | ||
``` | ||
## In both | ||
* checking running R code from vignettes ... ERROR | ||
``` | ||
Errors in running code in vignettes: | ||
when running code in βcircle.Rmdβ | ||
... | ||
> knitr::opts_chunk$set(collapse = TRUE, comment = "#>") | ||
> knitr::include_graphics("../man/figures/user-key.png") | ||
When sourcing βcircle.Rβ: | ||
Error: Cannot find the file(s): "../man/figures/user-key.png" | ||
Execution halted | ||
βcircle.Rmdβ using βUTF-8β... failed | ||
βtic.Rmdβ using βUTF-8β... OK | ||
``` | ||
# exampletestr | ||
<details> | ||
* Version: 1.7.1 | ||
* GitHub: https://github.com/rorynolan/exampletestr | ||
* Source code: https://github.com/cran/exampletestr | ||
* Date/Publication: 2023-06-11 03:10:02 UTC | ||
* Number of recursive dependencies: 97 | ||
Run `revdepcheck::cloud_details(, "exampletestr")` for more info | ||
</details> | ||
## Newly broken | ||
* checking tests ... ERROR | ||
``` | ||
Running βspelling.Rβ | ||
Running βtestthat.Rβ | ||
Running the tests in βtests/testthat.Rβ failed. | ||
Last 13 lines of output: | ||
'test-write_citation.R:46:3', 'test-write_citation.R:111:3' | ||
ββ Failed tests ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | ||
ββ Failure ('test-cff_to_bibtex.R:416:3'): Errors ββββββββββββββββββββββββββββββ | ||
`b <- cff_to_bibtex("testthat")` produced warnings. | ||
Complete output: | ||
> library(testthat) | ||
> library(exampletestr) | ||
> | ||
> get_os <- function() { | ||
+ sysinf <- Sys.info() | ||
+ if (!is.null(sysinf)) { | ||
... | ||
6. ββexampletestr:::extract_examples("detect", tempdir(check = TRUE)) | ||
7. ββusethis::local_project(path = pkg_dir, quiet = TRUE) | ||
8. ββusethis::proj_set(path = path, force = force) | ||
9. ββusethis:::ui_abort(...) | ||
10. ββcli::cli_abort(...) | ||
11. ββrlang::abort(...) | ||
[ FAIL 1 | WARN 10 | SKIP 110 | PASS 311 ] | ||
Deleting unused snapshots: | ||
β’ write_bib/append.bib | ||
β’ write_bib/ascii.bib | ||
β’ write_bib/noext.bib | ||
β’ write_citation/append | ||
β’ write_citation/noext | ||
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
## In both | ||
* checking running R code from vignettes ... ERROR | ||
``` | ||
Errors in running code in vignettes: | ||
when running code in βone-file-at-a-time.Rmdβ | ||
... | ||
> knitr::opts_knit$set(root.dir = paste0(tempdir(), | ||
+ "/", "tempkg")) | ||
> usethis::proj_set(".") | ||
When sourcing βone-file-at-a-time.Rβ: | ||
Error: β Path '/tmp/RtmpGIYvQt/file132af710168/vignettes/' does not appear to | ||
... | ||
When sourcing βwhole-package.Rβ: | ||
Error: β Path '/tmp/RtmpauCurR/file133f1dd70a93/vignettes/' does not appear to | ||
be inside a project or package. | ||
βΉ Read more in the help for `usethis::proj_get()`. | ||
Execution halted | ||
βone-file-at-a-time.Rmdβ using βUTF-8β... failed | ||
βone-function-at-a-time.Rmdβ using βUTF-8β... OK | ||
βwhole-package.Rmdβ using βUTF-8β... failed | ||
``` | ||
# pharmaverseadam | ||
<details> | ||
* Version: 1.0.0 | ||
* GitHub: https://github.com/pharmaverse/pharmaverseadam | ||
* Source code: https://github.com/cran/pharmaverseadam | ||
* Date/Publication: 2024-07-01 09:30:02 UTC | ||
* Number of recursive dependencies: 120 | ||
Run `revdepcheck::cloud_details(, "pharmaverseadam")` for more info | ||
</details> | ||
## Newly broken | ||
* checking installed package size ... NOTE | ||
``` | ||
installed size is 7.9Mb | ||
sub-directories of 1Mb or more: | ||
data 7.5Mb | ||
``` | ||