Last updated on 2026-09-26 12:52:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 25.35 | 228.87 | 254.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 17.65 | 163.69 | 181.34 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 18.00 | 151.01 | 169.01 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 19.00 | 164.80 | 183.80 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 28.00 | 250.00 | 278.00 | WARN | |
| r-patched-linux-x86_64 | 0.2.0 | 23.97 | 224.32 | 248.29 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 23.10 | 222.08 | 245.18 | OK | |
| r-release-macos-arm64 | 0.2.0 | 6.00 | 55.00 | 61.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 18.00 | 267.00 | 285.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 27.00 | 230.00 | 257.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 14.00 | 156.00 | 170.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 36.00 | 306.00 | 342.00 | OK |
Version: 0.2.0
Check: for code/documentation mismatches
Result: WARN
Error: package or namespace load failed for 'scaper' in .getGeneric(f, where, package):
cannot open file 'D:/RCompile/CRANpkg/lib/4.7/Matrix/R/Matrix.rdb': No such file or directory
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
ns <- loadNamespace(package, lib.loc)
env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
}, error = function(e) {
P <- if (!is.null(cc <- conditionCall(e)))
paste(" in", deparse(cc)[1L])
else ""
msg <- gettextf("package or namespace load failed for %s%s:\n %s",
sQuote(package), P, conditionMessage(e))
if (logical.return && !quietly)
message(paste("Error:", msg), domain = NA)
else stop(msg, call. = FALSE, domain = NA)
})
1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
Execution halted
Flavor: r-devel-windows-x86_64