Last updated on 2020-08-07 01:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 4.27 | 23.20 | 27.47 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 3.02 | 18.06 | 21.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 43.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 32.62 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-1 | 15.00 | 43.00 | 58.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-1 | 4.55 | 23.33 | 27.88 | NOTE | |
r-patched-solaris-x86 | 0.1-1 | 51.50 | NOTE | |||
r-release-linux-x86_64 | 0.1-1 | 3.75 | 23.24 | 26.99 | NOTE | |
r-release-macos-x86_64 | 0.1-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-1 | 10.00 | 41.00 | 51.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 9.00 | 56.00 | 65.00 | 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 'segments'
Undefined global functions or variables:
dev.flush dev.hold points segments
Consider adding
importFrom("grDevices", "dev.flush", "dev.hold")
importFrom("graphics", "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-macos-x86_64, r-release-windows-ix86+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
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64