Skip to content

Commit f33a10b

Browse files
committed
First crack at revdeps (but sadly was with R 4.3)
1 parent 3e16348 commit f33a10b

File tree

4 files changed

+147
-137
lines changed

4 files changed

+147
-137
lines changed

revdep/README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Revdeps
22

3-
## Failed to check (1)
3+
## Failed to check (2)
44

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__ |
5+
|package |version |error |warning |note |
6+
|:---------|:-------|:-----|:-------|:----|
7+
|KMunicate |? | | | |
8+
|scaper |0.1.0 |1 | | |
169

revdep/cran.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
## revdepcheck results
22

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

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

88
Issues with CRAN packages are summarised below.
99

10-
### New problems
11-
(This reports the first line of each new failure)
12-
13-
* circle
14-
checking dependencies in R code ... WARNING
15-
16-
* exampletestr
17-
checking tests ... ERROR
18-
19-
* pharmaverseadam
20-
checking installed package size ... NOTE
21-
2210
### Failed to check
2311

24-
* scaper (NA)
12+
* KMunicate (NA)
13+
* scaper (NA)

revdep/failures.md

+136-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,136 @@
1-
*Wow, no problems at all. :)*
1+
# KMunicate
2+
3+
<details>
4+
5+
* Version: 0.2.5
6+
* GitHub: https://github.com/ellessenne/KMunicate-package
7+
* Source code: https://github.com/cran/KMunicate
8+
* Date/Publication: 2024-05-16 11:50:08 UTC
9+
* Number of recursive dependencies: 171
10+
11+
Run `revdepcheck::cloud_details(, "KMunicate")` for more info
12+
13+
</details>
14+
15+
## Error before installation
16+
17+
### Devel
18+
19+
```
20+
* using log directory ‘/tmp/workdir/KMunicate/new/KMunicate.Rcheck’
21+
* using R version 4.3.1 (2023-06-16)
22+
* using platform: x86_64-pc-linux-gnu (64-bit)
23+
* R was compiled by
24+
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
25+
GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
26+
* running under: Ubuntu 24.04.1 LTS
27+
* using session charset: UTF-8
28+
* using option ‘--no-manual’
29+
* checking for file ‘KMunicate/DESCRIPTION’ ... OK
30+
...
31+
* checking for unstated dependencies in ‘tests’ ... OK
32+
* checking tests ... OK
33+
Running ‘testthat.R’
34+
* checking for unstated dependencies in vignettes ... OK
35+
* checking package vignettes in ‘inst/doc’ ... OK
36+
* checking running R code from vignettes ... OK
37+
‘KMunicate.Rmd’ using ‘UTF-8’... OK
38+
* checking re-building of vignette outputs ... OK
39+
* DONE
40+
Status: OK
41+
42+
43+
44+
45+
46+
```
47+
### CRAN
48+
49+
```
50+
* using log directory ‘/tmp/workdir/KMunicate/old/KMunicate.Rcheck’
51+
* using R version 4.3.1 (2023-06-16)
52+
* using platform: x86_64-pc-linux-gnu (64-bit)
53+
* R was compiled by
54+
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
55+
GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
56+
* running under: Ubuntu 24.04.1 LTS
57+
* using session charset: UTF-8
58+
* using option ‘--no-manual’
59+
* checking for file ‘KMunicate/DESCRIPTION’ ... OK
60+
...
61+
* checking for unstated dependencies in ‘tests’ ... OK
62+
* checking tests ... OK
63+
Running ‘testthat.R’
64+
* checking for unstated dependencies in vignettes ... OK
65+
* checking package vignettes in ‘inst/doc’ ... OK
66+
* checking running R code from vignettes ... OK
67+
‘KMunicate.Rmd’ using ‘UTF-8’... OK
68+
* checking re-building of vignette outputs ... OK
69+
* DONE
70+
Status: OK
71+
72+
73+
74+
75+
76+
```
77+
# scaper
78+
79+
<details>
80+
81+
* Version: 0.1.0
82+
* GitHub: NA
83+
* Source code: https://github.com/cran/scaper
84+
* Date/Publication: 2023-10-19 07:20:02 UTC
85+
* Number of recursive dependencies: 161
86+
87+
Run `revdepcheck::cloud_details(, "scaper")` for more info
88+
89+
</details>
90+
91+
## In both
92+
93+
* checking whether package ‘scaper’ can be installed ... ERROR
94+
```
95+
Installation failed.
96+
See ‘/tmp/workdir/scaper/new/scaper.Rcheck/00install.out’ for details.
97+
```
98+
99+
## Installation
100+
101+
### Devel
102+
103+
```
104+
* installing *source* package ‘scaper’ ...
105+
** package ‘scaper’ successfully unpacked and MD5 sums checked
106+
** using staged installation
107+
** R
108+
** inst
109+
** byte-compile and prepare package for lazy loading
110+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
111+
namespace ‘Matrix’ 1.5-4.1 is already loaded, but >= 1.6.4 is required
112+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
113+
Execution halted
114+
ERROR: lazy loading failed for package ‘scaper’
115+
* removing ‘/tmp/workdir/scaper/new/scaper.Rcheck/scaper’
116+
117+
118+
```
119+
### CRAN
120+
121+
```
122+
* installing *source* package ‘scaper’ ...
123+
** package ‘scaper’ successfully unpacked and MD5 sums checked
124+
** using staged installation
125+
** R
126+
** inst
127+
** byte-compile and prepare package for lazy loading
128+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
129+
namespace ‘Matrix’ 1.5-4.1 is already loaded, but >= 1.6.4 is required
130+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
131+
Execution halted
132+
ERROR: lazy loading failed for package ‘scaper’
133+
* removing ‘/tmp/workdir/scaper/old/scaper.Rcheck/scaper’
134+
135+
136+
```

revdep/problems.md

+1-108
Original file line numberDiff line numberDiff line change
@@ -1,108 +1 @@
1-
# circle
2-
3-
<details>
4-
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
10-
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
53-
54-
</details>
55-
56-
## Newly broken
57-
58-
* checking tests ... ERROR
59-
```
60-
Running ‘spelling.R’
61-
Running ‘testthat.R’
62-
Running the tests in ‘tests/testthat.R’ failed.
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(...)
77-
78-
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
79-
Error: Test failures
80-
Execution halted
81-
```
82-
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-
```
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)