Last updated on 2025-08-23 12:48:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1 | 20.53 | 136.19 | 156.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1 | 13.19 | 97.18 | 110.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 254.25 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 267.05 | OK | |||
r-devel-windows-x86_64 | 0.9.1 | 22.00 | 132.00 | 154.00 | OK | |
r-patched-linux-x86_64 | 0.9.1 | 20.57 | 129.20 | 149.77 | OK | |
r-release-linux-x86_64 | 0.9.1 | 19.23 | 128.37 | 147.60 | OK | |
r-release-macos-arm64 | 0.9.1 | 92.00 | OK | |||
r-release-macos-x86_64 | 0.9.2 | 278.00 | OK | |||
r-release-windows-x86_64 | 0.9.1 | 21.00 | 134.00 | 155.00 | OK | |
r-oldrel-macos-arm64 | 0.9.1 | 75.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.2 | 156.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.1 | 29.00 | 168.00 | 197.00 | OK |
Version: 0.9.2
Check: R code for possible problems
Result: NOTE
Error: there is no package called ‘quantmod’
Call sequence:
16: doWithOneRestart(return(expr), restart)
15: withOneRestart(expr, restarts[[1L]])
14: withRestarts(stop(cond), retry_loadNamespace = function() NULL)
13: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
12: asNamespace(ns)
11: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package)
10: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9: asNamespace(ns)
8: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package)
7: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
6: asNamespace(ns)
5: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package)
4: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionChec
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9.2
Check: for missing documentation entries
Result: WARN
Error: package or namespace load failed for ‘gimme’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘quantmod’
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
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