Last updated on 2020-07-02 02:09:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 6.42 | 47.66 | 54.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 5.42 | 37.13 | 42.55 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 75.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 66.01 | OK | |||
r-devel-windows-ix86+x86_64 | 0.5.0 | 25.00 | 66.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 6.60 | 47.66 | 54.26 | OK | |
r-patched-solaris-x86 | 0.5.0 | 93.00 | OK | |||
r-release-linux-x86_64 | 0.5.0 | 6.24 | 47.43 | 53.67 | OK | |
r-release-osx-x86_64 | 0.5.0 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.5.0 | 16.00 | 117.00 | 133.00 | OK | |
r-oldrel-osx-x86_64 | 0.5.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.5.0 | 23.00 | 82.00 | 105.00 | OK |
Version: 0.5.0
Check: whether the package can be unloaded cleanly
Result: WARN
Error: package ‘RMySQL’ could not be loaded
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.5.0
Check: whether the namespace can be loaded with stated dependencies
Result: WARN
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so':
dlopen(/Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so, 6): Symbol not found: _GSS_C_NT_USER_NAME
Referenced from: /Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so
Expected in: flat namespace
in /Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so
Calls: <Anonymous> ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
Execution halted
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the NAMESPACE file.
Flavor: r-release-osx-x86_64
Version: 0.5.0
Check: dependencies in R code
Result: NOTE
Error: package ‘RMySQL’ could not be loaded
Call sequence:
3: stop(gettextf("package %s could not be loaded", sQuote(pkg)),
call. = FALSE, domain = NA)
2: .getRequiredPackages2(pkgInfo, quietly = quietly)
1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
Execution halted
Flavor: r-release-osx-x86_64