Last updated on 2020-08-07 01:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-5 | 4.43 | 43.39 | 47.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-5 | 3.30 | 34.36 | 37.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-5 | 65.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-5 | 55.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-5 | 15.00 | 107.00 | 122.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-5 | 3.45 | 42.39 | 45.84 | NOTE | |
r-patched-solaris-x86 | 1.0-5 | 90.30 | NOTE | |||
r-release-linux-x86_64 | 1.0-5 | 3.79 | 43.05 | 46.84 | NOTE | |
r-release-macos-x86_64 | 1.0-5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0-5 | 11.00 | 81.00 | 92.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-5 | 10.00 | 112.00 | 122.00 | NOTE |
Version: 1.0-5
Check: R code for possible problems
Result: NOTE
learnPattern.default: no visible global function definition for 'runif'
plot.learnPattern: no visible global function definition for 'matplot'
plotMDS: no visible global function definition for 'par'
plotMDS: no visible global function definition for 'rainbow'
plotMDS: no visible global function definition for 'pairs'
visualizePattern: no visible global function definition for 'par'
visualizePattern: no visible global function definition for 'points'
visualizePattern: no visible global function definition for 'legend'
Undefined global functions or variables:
legend matplot pairs par points rainbow runif
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "legend", "matplot", "pairs", "par", "points")
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-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: 1.0-5
Check: compiled code
Result: NOTE
File ‘LPStimeSeries/libs/LPStimeSeries.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: 1.0-5
Check: R code for possible problems
Result: NOTE
learnPattern.default: no visible global function definition for ‘runif’
plot.learnPattern: no visible global function definition for ‘matplot’
plotMDS: no visible global function definition for ‘par’
plotMDS: no visible global function definition for ‘rainbow’
plotMDS: no visible global function definition for ‘plot’
plotMDS: no visible global function definition for ‘pairs’
visualizePattern: no visible global function definition for ‘par’
visualizePattern: no visible global function definition for ‘plot’
visualizePattern: no visible global function definition for ‘points’
visualizePattern: no visible global function definition for ‘legend’
Undefined global functions or variables:
legend matplot pairs par plot points rainbow runif
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "legend", "matplot", "pairs", "par", "plot",
"points")
importFrom("stats", "runif")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64