Last updated on 2020-01-27 00:48:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.6 | 3.68 | 51.11 | 54.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.6 | 2.61 | 38.58 | 41.19 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.6 | 66.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.6 | 67.97 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.6 | 24.00 | 117.00 | 141.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2.6 | 19.00 | 112.00 | 131.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.6 | 2.67 | 46.65 | 49.32 | NOTE | |
r-patched-solaris-x86 | 1.2.6 | 80.20 | NOTE | |||
r-release-linux-x86_64 | 1.2.6 | 2.70 | 45.85 | 48.55 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2.6 | 13.00 | 79.00 | 92.00 | NOTE | |
r-release-osx-x86_64 | 1.2.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.6 | 10.00 | 109.00 | 119.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2.6 | NOTE |
Version: 1.2.6
Check: R code for possible problems
Result: NOTE
dilution: no visible global function definition for 'grey'
dilution: no visible global function definition for 'lines'
dilution: no visible global function definition for 'rect'
dilution: no visible global function definition for 'segments'
dilution: no visible global function definition for 'text'
dilution: no visible global function definition for 'arrows'
pricefit: no visible global function definition for 'runif'
Undefined global functions or variables:
arrows grey lines rect runif segments text
Consider adding
importFrom("grDevices", "grey")
importFrom("graphics", "arrows", "lines", "rect", "segments", "text")
importFrom("stats", "runif")
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-devel-windows-ix86+x86_64-gcc8, 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.2.6
Check: compiled code
Result: NOTE
File ‘ecolMod/libs/ecolMod.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