Last updated on 2018-11-24 00:50:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 3.53 | 38.15 | 41.68 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 2.50 | 30.28 | 32.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 48.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 47.28 | OK | |||
r-devel-windows-ix86+x86_64 | 0.6.0 | 67.00 | 393.00 | 460.00 | WARN | |
r-patched-linux-x86_64 | 0.6.0 | 2.70 | 36.22 | 38.92 | OK | |
r-patched-solaris-x86 | 0.6.0 | 71.90 | OK | |||
r-release-linux-x86_64 | 0.6.0 | 3.36 | 36.51 | 39.87 | OK | |
r-release-windows-ix86+x86_64 | 0.6.0 | 72.00 | 422.00 | 494.00 | OK | |
r-release-osx-x86_64 | 0.6.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.0 | 68.00 | 415.00 | 483.00 | OK | |
r-oldrel-osx-x86_64 | 0.6.0 | OK |
Version: 0.6.0
Check: for code/documentation mismatches
Result: WARN
Error: package or namespace load failed for 'analogsea':
.onLoad failed in loadNamespace() for 'aws.signature', details:
call: normalizePath(file.path(home, ".aws", "credentials"))
error: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'integer'
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)
}, 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
Execution halted
Flavor: r-devel-windows-ix86+x86_64