Last updated on 2019-04-22 01:47:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 20.82 | 30.45 | 51.27 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 16.03 | 24.77 | 40.80 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 70.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 68.82 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 55.00 | 90.00 | 145.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 20.32 | 30.33 | 50.65 | NOTE | |
r-patched-solaris-x86 | 1.1 | 90.00 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 22.94 | 27.55 | 50.49 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1 | 35.00 | 62.00 | 97.00 | NOTE | |
r-release-osx-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 37.00 | 93.00 | 130.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1 | 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'
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-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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