Last updated on 2022-06-20 14:51:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 28.81 | 38.36 | 67.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 23.01 | 30.07 | 53.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 104.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 94.81 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 39.00 | 90.00 | 129.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 26.60 | 37.16 | 63.76 | NOTE | |
r-release-linux-x86_64 | 1.1 | 22.00 | 36.83 | 58.83 | 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 | 41.00 | 93.00 | 134.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 | 73.00 | 88.00 | 161.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