Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-1 | 4.35 | 26.94 | 31.29 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0-1 | 2.74 | 20.89 | 23.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0-1 | 45.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-1 | 36.11 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0-1 | 10.00 | 37.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 0.0-1 | 3.93 | 26.69 | 30.62 | NOTE | |
r-patched-solaris-x86 | 0.0-1 | 57.90 | NOTE | |||
r-release-linux-x86_64 | 0.0-1 | 3.47 | 26.87 | 30.34 | NOTE | |
r-release-macos-x86_64 | 0.0-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0-1 | 9.00 | 55.00 | 64.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.0-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0-1 | 6.00 | 51.00 | 57.00 | NOTE |
Version: 0.0-1
Check: R code for possible problems
Result: NOTE
plot.episplineDensity: no visible global function definition for
'points'
postproc: no visible global function definition for 'points'
preprocess.data: no visible global function definition for 'sd'
Undefined global functions or variables:
points sd
Consider adding
importFrom("graphics", "points")
importFrom("stats", "sd")
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.0-1
Check: R code for possible problems
Result: NOTE
plot.episplineDensity: no visible global function definition for ‘plot’
plot.episplineDensity: no visible global function definition for
‘points’
postproc: no visible global function definition for ‘plot’
postproc: no visible global function definition for ‘points’
preprocess.data: no visible global function definition for ‘sd’
Undefined global functions or variables:
plot points sd
Consider adding
importFrom("graphics", "plot", "points")
importFrom("stats", "sd")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64