Last updated on 2021-01-20 06:46:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.5.36 | 89.58 | 45.34 | 134.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.5.36 | 65.99 | 35.38 | 101.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 4.5.36 | 196.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.5.36 | 177.22 | NOTE | |||
r-devel-windows-ix86+x86_64 | 4.5.36 | 151.00 | 82.00 | 233.00 | WARN | |
r-patched-linux-x86_64 | 4.5.36 | 74.17 | 43.21 | 117.38 | OK | |
r-patched-solaris-x86 | 4.5.36 | 163.60 | OK | |||
r-release-linux-x86_64 | 4.5.36 | 74.25 | 43.39 | 117.64 | OK | |
r-release-macos-x86_64 | 4.5.36 | NOTE | ||||
r-release-windows-ix86+x86_64 | 4.5.36 | 221.00 | 82.00 | 303.00 | OK | |
r-oldrel-macos-x86_64 | 4.5.36 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 4.5.36 | 153.00 | 79.00 | 232.00 | OK |
Version: 4.5.36
Check: installed package size
Result: NOTE
installed size is 8.3Mb
sub-directories of 1Mb or more:
libs 7.9Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 4.5.36
Check: top-level files
Result: NOTE
possible bashism in configure line 14 (echo -n):
echo -n " checking for Sun Studio compiler..."
possible bashism in configure line 24 (echo -n):
echo -n " checking for OS..."
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 4.5.36
Check: R code for possible problems
Result: NOTE
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'Rcpp'
Calls: <Anonymous>
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 4.5.36
Check: for code/documentation mismatches
Result: WARN
Error: package or namespace load failed for 'bigmemory' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'Rcpp'
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)
message(paste("Error:", msg), domain = NA)
else stop(msg, call. = FALSE, domain = NA)
})
1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = F
Execution halted
Flavor: r-devel-windows-ix86+x86_64