Skip to content

Commit

Permalink
revdepcheck::cloud_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Feb 25, 2025
1 parent 4764967 commit b42da8b
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 34 deletions.
12 changes: 9 additions & 3 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:-------------|:-------|:-----|:-------|:----|
|TestGenerator |0.3.3 |1 | | |

## New problems (1)

|package |version |error |warning |note |
|:-------|:-------|:------|:-------|:----|
|[rb3](problems.md#rb3)|0.0.10 |__+1__ | | |
|package |version |error |warning |note |
|:--------|:-------|:------|:-------|:----|
|[readmoRe](problems.md#readmore)|0.2-12 |__+1__ | |1 |

11 changes: 7 additions & 4 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## revdepcheck results

We checked 319 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 398 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 failed to check 1 packages

Issues with CRAN packages are summarised below.

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

* rb3
checking re-building of vignette outputs ... ERROR
* readmoRe
checking examples ... ERROR

### Failed to check

* TestGenerator (NA)
57 changes: 56 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,56 @@
*Wow, no problems at all. :)*
# TestGenerator

<details>

* Version: 0.3.3
* GitHub: https://github.com/darwin-eu/TestGenerator
* Source code: https://github.com/cran/TestGenerator
* Date/Publication: 2024-11-08 16:20:02 UTC
* Number of recursive dependencies: 96

Run `revdepcheck::cloud_details(, "TestGenerator")` for more info

</details>

## In both

* checking whether package ‘TestGenerator’ can be installed ... ERROR
```
Installation failed.
See ‘/tmp/workdir/TestGenerator/new/TestGenerator.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘TestGenerator’ ...
** package ‘TestGenerator’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: object ‘eunomia_dir’ is not exported by 'namespace:CDMConnector'
Execution halted
ERROR: lazy loading failed for package ‘TestGenerator’
* removing ‘/tmp/workdir/TestGenerator/new/TestGenerator.Rcheck/TestGenerator’


```
### CRAN
```
* installing *source* package ‘TestGenerator’ ...
** package ‘TestGenerator’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: object ‘eunomia_dir’ is not exported by 'namespace:CDMConnector'
Execution halted
ERROR: lazy loading failed for package ‘TestGenerator’
* removing ‘/tmp/workdir/TestGenerator/old/TestGenerator.Rcheck/TestGenerator’


```
64 changes: 38 additions & 26 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,53 @@
# rb3
# readmoRe

<details>

* Version: 0.0.10
* GitHub: https://github.com/ropensci/rb3
* Source code: https://github.com/cran/rb3
* Date/Publication: 2023-04-14 12:10:02 UTC
* Number of recursive dependencies: 120
* Version: 0.2-12
* GitHub: NA
* Source code: https://github.com/cran/readmoRe
* Date/Publication: 2021-08-19 07:50:02 UTC
* Number of recursive dependencies: 26

Run `revdepcheck::cloud_details(, "rb3")` for more info
Run `revdepcheck::cloud_details(, "readmoRe")` for more info

</details>

## Newly broken

* checking re-building of vignette outputs ... ERROR
* checking examples ... ERROR
```
Error(s) in re-building vignettes:
...
--- re-building ‘B3-Indexes.Rmd’ using rmarkdown
Running examples in ‘readmoRe-Ex.R’ failed
The error most likely occurred in:
Quitting from lines 72-73 [unnamed-chunk-7] (B3-Indexes.Rmd)
Error: processing vignette 'B3-Indexes.Rmd' failed with diagnostics:
attempt to set 'colnames' on an object with less than two dimensions
--- failed re-building ‘B3-Indexes.Rmd’
--- re-building ‘Fetching-historical-future-rates.Rmd’ using rmarkdown
> ### Name: read.to.list
> ### Title: Read various input file formats into a list of data frames.
> ### Wrapper function for 'read2list' to automate reading further and
> ### avoid errors due to missing folders or files.
> ### Aliases: read.to.list
> ### Keywords: utilities
>
...
--- finished re-building ‘Fetching-historical-future-rates.Rmd’
--- re-building ‘Fetching-historical-yield-curve.Rmd’ using rmarkdown
--- finished re-building ‘Fetching-historical-yield-curve.Rmd’
SUMMARY: processing the following file failed:
‘B3-Indexes.Rmd’
Error: Vignette re-building failed.
> # All example data are read into a list. From the Excel file, sheets 1 and
> # 4 are read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets), sheet=c(1, 4))
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading sheet(s) number 1,4...
Sheet 1 read
Error: Can't retrieve sheet in position 4, only 3 sheet(s) found.
Execution halted
```
## In both
* checking Rd files ... NOTE
```
checkRd: (-1) get.skip.Rd:15: Lost braces
15 | line in the file to determine the {code{skip}} value.}
| ^
checkRd: (-1) get.skip.Rd:15: Lost braces
15 | line in the file to determine the {code{skip}} value.}
| ^
```

0 comments on commit b42da8b

Please sign in to comment.