Skip to content

Commit

Permalink
Update revdep results
Browse files Browse the repository at this point in the history
revdepcheck::cloud_check(revdep_packages = c("scaper", "pharmaverseadam"), r_version = "4.4.0")
  • Loading branch information
jennybc committed Jul 28, 2024
1 parent 7b262bb commit 632e106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 95 deletions.
13 changes: 2 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

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
* We saw 2 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

Expand All @@ -24,12 +24,3 @@ Issues with CRAN packages are summarised below.
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)
61 changes: 1 addition & 60 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,60 +1 @@
# 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’
```
*Wow, no problems at all. :)*
24 changes: 0 additions & 24 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,3 @@ Run `revdepcheck::cloud_details(, "exampletestr")` for more info
‘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
```

0 comments on commit 632e106

Please sign in to comment.