Last updated on 2018-09-26 01:46:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 3.15 | 22.42 | 25.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 2.64 | 17.68 | 20.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 30.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 27.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-1 | 13.00 | 58.00 | 71.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-1 | 2.76 | 20.51 | 23.27 | NOTE | |
r-patched-solaris-x86 | 0.1-1 | 39.30 | NOTE | |||
r-release-linux-x86_64 | 0.1-1 | 2.96 | 20.82 | 23.78 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1-1 | 12.00 | 43.00 | 55.00 | NOTE | |
r-release-osx-x86_64 | 0.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 7.00 | 39.00 | 46.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-1 | NOTE |
Version: 0.1-1
Check: R code for possible problems
Result: NOTE
overlay.sim: no visible global function definition for ‘points’
plotDistr: no visible global function definition for ‘dev.hold’
plotDistr: no visible global function definition for ‘dev.flush’
plotDistr: no visible global function definition for ‘plot’
plotDistr: no visible global function definition for ‘segments’
Undefined global functions or variables:
dev.flush dev.hold plot points segments
Consider adding
importFrom("grDevices", "dev.flush", "dev.hold")
importFrom("graphics", "plot", "points", "segments")
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: 0.1-1
Check: compiled code
Result: NOTE
File ‘hint/libs/hint.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