Last updated on 2025-03-17 07:50:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.3 | 17.85 | 134.55 | 152.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.3 | 13.07 | 93.66 | 106.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.3 | WARN | ||||
r-devel-linux-x86_64-fedora-gcc | 0.4.3 | 320.19 | OK | |||
r-devel-macos-arm64 | 0.4.3 | 51.00 | OK | |||
r-devel-macos-x86_64 | 0.4.3 | 155.00 | OK | |||
r-devel-windows-x86_64 | 0.4.3 | 18.00 | 124.00 | 142.00 | OK | |
r-patched-linux-x86_64 | 0.4.3 | 17.98 | 128.24 | 146.22 | OK | |
r-release-linux-x86_64 | 0.4.3 | 16.21 | 126.33 | 142.54 | OK | |
r-release-macos-arm64 | 0.4.3 | 65.00 | OK | |||
r-release-macos-x86_64 | 0.4.3 | 148.00 | OK | |||
r-release-windows-x86_64 | 0.4.3 | 20.00 | 121.00 | 141.00 | OK | |
r-oldrel-macos-arm64 | 0.4.3 | 71.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.3 | 120.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.3 | 24.00 | 165.00 | 189.00 | OK |
Version: 0.4.3
Check: R code for possible problems
Result: NOTE
Error: .onLoad failed in loadNamespace() for 'readr', details:
call: loadNamespace(x)
error: there is no package called ‘tzdb’
Call sequence:
6: stop(gettextf("%s failed in %s() for '%s', details:\n call: %s\n error: %s",
hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L],
conditionMessage(res)), call. = FALSE, domain = NA)
5: runHook(".onLoad", env, package.lib, package)
4: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
3: asNamespace(ns)
2: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package)
1: loadNamespace(package, lib.loc)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.3
Check: for missing documentation entries
Result: WARN
Error: package or namespace load failed for ‘manydist’:
.onLoad failed in loadNamespace() for 'readr', details:
call: loadNamespace(x)
error: there is no package called ‘tzdb’
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, lib.loc = lib
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-linux-x86_64-fedora-clang
Version: 0.4.3
Check: for code/documentation mismatches
Result: WARN
Error: package or namespace load failed for ‘manydist’:
.onLoad failed in loadNamespace() for 'readr', details:
call: loadNamespace(x)
error: there is no package called ‘tzdb’
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, lib.loc = lib
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang