Last updated on 2025-02-11 21:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.5 | 4.47 | 36.77 | 41.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.5 | 4.14 | 29.52 | 33.66 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.5 | 64.96 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 62.52 | OK | |||
r-devel-windows-x86_64 | 0.3.5 | 8.00 | 59.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.3.5 | 5.30 | 35.72 | 41.02 | OK | |
r-release-linux-x86_64 | 0.3.5 | 5.67 | 35.43 | 41.10 | OK | |
r-release-macos-arm64 | 0.3.5 | 71.00 | OK | |||
r-release-macos-x86_64 | 0.3.5 | 111.00 | OK | |||
r-release-windows-x86_64 | 0.3.5 | 9.00 | 230.00 | 239.00 | WARN | |
r-oldrel-macos-arm64 | 0.3.5 | 162.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.5 | 166.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.5 | 9.00 | 64.00 | 73.00 | OK |
Version: 0.3.5
Check: for code/documentation mismatches
Result: WARN
Error: package or namespace load failed for 'packagefinder':
.onAttach failed in attachNamespace() for 'packagefinder', details:
call: pf$Package
error: object of type 'closure' is not subsettable
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({
attr(package, "LibPath") <- which.lib.loc
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,
Execution halted
Flavor: r-release-windows-x86_64