Last updated on 2022-05-26 18:49:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 30.12 | 47.58 | 77.70 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 24.33 | 41.13 | 65.46 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 101.81 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 98.11 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 35.00 | 92.00 | 127.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 28.71 | 46.34 | 75.05 | NOTE | |
r-release-linux-x86_64 | 1.1 | 21.54 | 45.56 | 67.10 | NOTE | |
r-release-macos-arm64 | 1.1 | 32.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 39.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 40.00 | 92.00 | 132.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 36.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 54.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 69.00 | 87.00 | 156.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-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