Skip to content

Commit

Permalink
chore: revdepcheck::cloud_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 30, 2025
1 parent e0aefb4 commit 831ff28
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 5 deletions.
11 changes: 9 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

## revdepcheck results

We checked 57 reverse dependencies (51 from CRAN + 6 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 95 reverse dependencies (94 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
* We failed to check 1 packages

Issues with CRAN packages are summarised below.

### Failed to check

* Certara.VPCResults (NA)

7 changes: 7 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Revdeps

## Failed to check (2)

|package |version |error |warning |note |
|:------------------|:-------|:-----|:-------|:----|
|Certara.VPCResults |3.0.2 |1 | | |
|ordinalsimr |? | | | |

9 changes: 7 additions & 2 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## revdepcheck results

We checked 67 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 95 reverse dependencies (94 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
* We failed to check 1 packages

Issues with CRAN packages are summarised below.

### Failed to check

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

<details>

* Version: 3.0.2
* GitHub: NA
* Source code: https://github.com/cran/Certara.VPCResults
* Date/Publication: 2024-12-02 15:30:02 UTC
* Number of recursive dependencies: 141

Run `revdepcheck::cloud_details(, "Certara.VPCResults")` for more info

</details>

## In both

* checking whether package ‘Certara.VPCResults’ can be installed ... ERROR
```
Installation failed.
See ‘/tmp/workdir/Certara.VPCResults/new/Certara.VPCResults.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘Certara.VPCResults’ ...
** package ‘Certara.VPCResults’ 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.0 is required
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
Execution halted
ERROR: lazy loading failed for package ‘Certara.VPCResults’
* removing ‘/tmp/workdir/Certara.VPCResults/new/Certara.VPCResults.Rcheck/Certara.VPCResults’


```
### CRAN
```
* installing *source* package ‘Certara.VPCResults’ ...
** package ‘Certara.VPCResults’ 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.0 is required
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
Execution halted
ERROR: lazy loading failed for package ‘Certara.VPCResults’
* removing ‘/tmp/workdir/Certara.VPCResults/old/Certara.VPCResults.Rcheck/Certara.VPCResults’


```
# ordinalsimr
<details>
* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/ordinalsimr
* Number of recursive dependencies: 121
Run `revdepcheck::cloud_details(, "ordinalsimr")` for more info
</details>
## Error before installation
### Devel
```






```
### CRAN
```






```

0 comments on commit 831ff28

Please sign in to comment.