-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revdepcheck::cloud_check(revdep_packages = c("scaper", "pharmaverseadam"), r_version = "4.4.0")
- Loading branch information
Showing
3 changed files
with
3 additions
and
95 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
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,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. :)* |
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