Last updated on 2020-08-07 01:50:12 CEST.
Package | NOTE | OK |
---|---|---|
hint | 12 | |
linkcomm | 12 |
Current CRAN status: NOTE: 12
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
Current CRAN status: OK: 12