-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
118 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |? | | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
``` |