Skip to content

Commit 7b262bb

Browse files
committed
revdepcheck::cloud_check()
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.
1 parent 4b3bc17 commit 7b262bb

File tree

5 files changed

+231
-34
lines changed

5 files changed

+231
-34
lines changed

cran-comments.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
1-
This is a patch release in response to a 2024-01-22 email from Kurt Hornik about
2-
check NOTEs related to Rd \usage sections. I have eliminated the NOTEs.
3-
4-
I did NOT rerun reverse dependency checks for this patch release.
5-
61
## R CMD check results
72

83
0 errors | 0 warnings | 0 notes
4+
5+
## revdepcheck results
6+
7+
We checked 217 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8+
9+
* We saw 3 new problems
10+
* We failed to check 1 packages
11+
12+
Issues with CRAN packages are summarised below.
13+
14+
### New problems
15+
16+
* circle
17+
This package makes reference to a function that is now removed from usethis.
18+
This function has been hard-deprecated (i.e. throws an error with advice on
19+
how to update) since usethis v2.2.0, released in December 2020.
20+
I have opened an issue in circle's GitHub repository.
21+
22+
* exampletestr
23+
This package has a brittle test that checks for exact wording of an error
24+
message originating in usethis.
25+
That test fails because usethis's error message has changed slightly.
26+
I have opened an issue in exampletestr's GitHub repository.
27+
28+
* pharmaverseadam
29+
I saw the NOTE about the installed package size being large.
30+
I believe this is spurious/random as I don't see how this could be related to
31+
usethis.
32+
33+
### Failed to check
34+
35+
* scaper (NA)

revdep/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Revdeps
22

3-
## New problems (1)
3+
## Failed to check (1)
44

5-
|package |version |error |warning |note |
6-
|:-------|:-------|:------|:-------|:----|
7-
|[cffr](problems.md#cffr)|0.5.0 |__+1__ | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|scaper |0.1.0 |1 | | |
8+
9+
## New problems (3)
10+
11+
|package |version |error |warning |note |
12+
|:---------------|:-------|:--------|:-------|:------|
13+
|[circle](problems.md#circle)|0.7.2 |1 |__+1__ | |
14+
|[exampletestr](problems.md#exampletestr)|1.7.1 |1 __+1__ | | |
15+
|[pharmaverseadam](problems.md#pharmaverseadam)|1.0.0 | | |__+1__ |
816

revdep/cran.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
## revdepcheck results
22

3-
We checked 181 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 217 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 1 new problems
6-
* We failed to check 0 packages
5+
* We saw 3 new problems
6+
* We failed to check 1 packages
77

88
Issues with CRAN packages are summarised below.
99

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

13-
* cffr
13+
* circle
14+
checking dependencies in R code ... WARNING
15+
16+
* exampletestr
1417
checking tests ... ERROR
1518

19+
* pharmaverseadam
20+
checking installed package size ... NOTE
21+
22+
### Failed to check
23+
24+
* scaper (NA)

revdep/failures.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
1-
*Wow, no problems at all. :)*
1+
# scaper
2+
3+
<details>
4+
5+
* Version: 0.1.0
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/scaper
8+
* Date/Publication: 2023-10-19 07:20:02 UTC
9+
* Number of recursive dependencies: 161
10+
11+
Run `revdepcheck::cloud_details(, "scaper")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* checking whether package ‘scaper’ can be installed ... ERROR
18+
```
19+
Installation failed.
20+
See ‘/tmp/workdir/scaper/new/scaper.Rcheck/00install.out’ for details.
21+
```
22+
23+
## Installation
24+
25+
### Devel
26+
27+
```
28+
* installing *source* package ‘scaper’ ...
29+
** package ‘scaper’ successfully unpacked and MD5 sums checked
30+
** using staged installation
31+
** R
32+
** inst
33+
** byte-compile and prepare package for lazy loading
34+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
35+
namespace ‘Matrix’ 1.5-4.1 is already loaded, but >= 1.6.4 is required
36+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
37+
Execution halted
38+
ERROR: lazy loading failed for package ‘scaper’
39+
* removing ‘/tmp/workdir/scaper/new/scaper.Rcheck/scaper’
40+
41+
42+
```
43+
### CRAN
44+
45+
```
46+
* installing *source* package ‘scaper’ ...
47+
** package ‘scaper’ successfully unpacked and MD5 sums checked
48+
** using staged installation
49+
** R
50+
** inst
51+
** byte-compile and prepare package for lazy loading
52+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
53+
namespace ‘Matrix’ 1.5-4.1 is already loaded, but >= 1.6.4 is required
54+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
55+
Execution halted
56+
ERROR: lazy loading failed for package ‘scaper’
57+
* removing ‘/tmp/workdir/scaper/old/scaper.Rcheck/scaper’
58+
59+
60+
```

revdep/problems.md

Lines changed: 114 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,132 @@
1-
# cffr
1+
# circle
22

33
<details>
44

5-
* Version: 0.5.0
6-
* GitHub: https://github.com/ropensci/cffr
7-
* Source code: https://github.com/cran/cffr
8-
* Date/Publication: 2023-05-05 12:00:02 UTC
9-
* Number of recursive dependencies: 71
5+
* Version: 0.7.2
6+
* GitHub: https://github.com/ropensci/circle
7+
* Source code: https://github.com/cran/circle
8+
* Date/Publication: 2022-08-24 07:50:02 UTC
9+
* Number of recursive dependencies: 76
1010

11-
Run `revdepcheck::cloud_details(, "cffr")` for more info
11+
Run `revdepcheck::cloud_details(, "circle")` for more info
12+
13+
</details>
14+
15+
## Newly broken
16+
17+
* checking dependencies in R code ... WARNING
18+
```
19+
Missing or unexported object: ‘usethis::github_token’
20+
```
21+
22+
## In both
23+
24+
* checking running R code from vignettes ... ERROR
25+
```
26+
Errors in running code in vignettes:
27+
when running code in ‘circle.Rmd’
28+
...
29+
30+
> knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
31+
32+
> knitr::include_graphics("../man/figures/user-key.png")
33+
34+
When sourcing ‘circle.R’:
35+
Error: Cannot find the file(s): "../man/figures/user-key.png"
36+
Execution halted
37+
38+
‘circle.Rmd’ using ‘UTF-8’... failed
39+
‘tic.Rmd’ using ‘UTF-8’... OK
40+
```
41+
42+
# exampletestr
43+
44+
<details>
45+
46+
* Version: 1.7.1
47+
* GitHub: https://github.com/rorynolan/exampletestr
48+
* Source code: https://github.com/cran/exampletestr
49+
* Date/Publication: 2023-06-11 03:10:02 UTC
50+
* Number of recursive dependencies: 97
51+
52+
Run `revdepcheck::cloud_details(, "exampletestr")` for more info
1253
1354
</details>
1455
1556
## Newly broken
1657
1758
* checking tests ... ERROR
1859
```
60+
Running ‘spelling.R’
1961
Running ‘testthat.R’
2062
Running the tests in ‘tests/testthat.R’ failed.
21-
Last 13 lines of output:
22-
'test-write_citation.R:46:3', 'test-write_citation.R:111:3'
23-
24-
══ Failed tests ════════════════════════════════════════════════════════════════
25-
── Failure ('test-cff_to_bibtex.R:416:3'): Errors ──────────────────────────────
26-
`b <- cff_to_bibtex("testthat")` produced warnings.
63+
Complete output:
64+
> library(testthat)
65+
> library(exampletestr)
66+
>
67+
> get_os <- function() {
68+
+ sysinf <- Sys.info()
69+
+ if (!is.null(sysinf)) {
70+
...
71+
6. └─exampletestr:::extract_examples("detect", tempdir(check = TRUE))
72+
7. └─usethis::local_project(path = pkg_dir, quiet = TRUE)
73+
8. └─usethis::proj_set(path = path, force = force)
74+
9. └─usethis:::ui_abort(...)
75+
10. └─cli::cli_abort(...)
76+
11. └─rlang::abort(...)
2777
28-
[ FAIL 1 | WARN 10 | SKIP 110 | PASS 311 ]
29-
Deleting unused snapshots:
30-
• write_bib/append.bib
31-
• write_bib/ascii.bib
32-
• write_bib/noext.bib
33-
• write_citation/append
34-
• write_citation/noext
78+
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
3579
Error: Test failures
3680
Execution halted
3781
```
3882
83+
## In both
84+
85+
* checking running R code from vignettes ... ERROR
86+
```
87+
Errors in running code in vignettes:
88+
when running code in ‘one-file-at-a-time.Rmd’
89+
...
90+
> knitr::opts_knit$set(root.dir = paste0(tempdir(),
91+
+ "/", "tempkg"))
92+
93+
> usethis::proj_set(".")
94+
95+
When sourcing ‘one-file-at-a-time.R’:
96+
Error: ✖ Path '/tmp/RtmpGIYvQt/file132af710168/vignettes/' does not appear to
97+
...
98+
99+
When sourcing ‘whole-package.R’:
100+
Error: ✖ Path '/tmp/RtmpauCurR/file133f1dd70a93/vignettes/' does not appear to
101+
be inside a project or package.
102+
ℹ Read more in the help for `usethis::proj_get()`.
103+
Execution halted
104+
105+
‘one-file-at-a-time.Rmd’ using ‘UTF-8’... failed
106+
‘one-function-at-a-time.Rmd’ using ‘UTF-8’... OK
107+
‘whole-package.Rmd’ using ‘UTF-8’... failed
108+
```
109+
110+
# pharmaverseadam
111+
112+
<details>
113+
114+
* Version: 1.0.0
115+
* GitHub: https://github.com/pharmaverse/pharmaverseadam
116+
* Source code: https://github.com/cran/pharmaverseadam
117+
* Date/Publication: 2024-07-01 09:30:02 UTC
118+
* Number of recursive dependencies: 120
119+
120+
Run `revdepcheck::cloud_details(, "pharmaverseadam")` for more info
121+
122+
</details>
123+
124+
## Newly broken
125+
126+
* checking installed package size ... NOTE
127+
```
128+
installed size is 7.9Mb
129+
sub-directories of 1Mb or more:
130+
data 7.5Mb
131+
```
132+

0 commit comments

Comments
 (0)