Last updated on 2025-02-22 09:51:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.5 | 5.93 | 36.88 | 42.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.5 | 4.33 | 28.39 | 32.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.5 | 65.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 63.41 | OK | |||
r-devel-macos-arm64 | 0.3.5 | 74.00 | OK | |||
r-devel-macos-x86_64 | 0.3.5 | 80.00 | OK | |||
r-devel-windows-x86_64 | 0.3.5 | 8.00 | 281.00 | 289.00 | WARN | |
r-patched-linux-x86_64 | 0.3.5 | 5.47 | 35.61 | 41.08 | OK | |
r-release-linux-x86_64 | 0.3.5 | 4.68 | 35.69 | 40.37 | 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 | 10.00 | 57.00 | 67.00 | OK | |
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 | 121.00 | 7.00 | 128.00 | ERROR |
Version: 0.3.5
Check: loading without being on the library search path
Result: WARN
Loading required package: tools
You are working with
packagefinder version 0.3.5
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
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-devel-windows-x86_64
Version: 0.3.5
Check: for missing documentation entries
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
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavor: r-devel-windows-x86_64
Version: 0.3.5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-x86_64