Last updated on 2020-08-07 01:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 25.28 | 33.93 | 59.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 21.76 | 26.65 | 48.41 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 89.06 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 75.91 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 72.00 | 77.00 | 149.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 23.04 | 33.36 | 56.40 | NOTE | |
r-patched-solaris-x86 | 1.1 | 91.70 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 22.70 | 32.99 | 55.69 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 73.00 | 117.00 | 190.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 45.00 | 72.00 | 117.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
lsmacof: no visible global function definition for 'cmdscale'
plotInc: no visible global function definition for 'rainbow'
prepareCalib: no visible global function definition for 'lm'
Undefined global functions or variables:
cmdscale lm rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("stats", "cmdscale", "lm")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.1
Check: compiled code
Result: NOTE
File ‘FisHiCal/libs/FisHiCal.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1
Check: R code for possible problems
Result: NOTE
lsmacof: no visible global function definition for ‘cmdscale’
plotInc: no visible global function definition for ‘rainbow’
plotInc: no visible global function definition for ‘plot’
prepareCalib: no visible global function definition for ‘lm’
Undefined global functions or variables:
cmdscale lm plot rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "plot")
importFrom("stats", "cmdscale", "lm")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1
Check: examples
Result: FAIL
Flavor: r-oldrel-macos-x86_64