Last updated on 2022-06-13 12:54:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.61 | 38.65 | 41.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.05 | 29.35 | 31.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 48.77 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 48.29 | NOTE | |||
r-devel-windows-x86_64 | 0.2.0 | 16.00 | 58.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 2.77 | 37.59 | 40.36 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 2.85 | 36.63 | 39.48 | NOTE | |
r-release-macos-arm64 | 0.2.0 | 18.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.0 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.0 | 12.00 | 61.00 | 73.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.0 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.0 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 9.00 | 46.00 | 55.00 | NOTE |
Version: 0.2.0
Check: R code for possible problems
Result: NOTE
draw.pcaBootPlot: no visible global function definition for 'grid'
draw.pcaBootPlot: no visible global function definition for 'points'
draw.pcaBootPlot: no visible global function definition for 'symbols'
draw.pcaBootPlot: no visible global function definition for 'legend'
pcaBootPlot: no visible global function definition for 'prcomp'
pcaBootPlot: no visible global function definition for 'cor'
pcaBootPlot: no visible global function definition for 'quantile'
pcaBootPlot: no visible global function definition for 'pdf'
pcaBootPlot: no visible global function definition for 'dev.off'
Undefined global functions or variables:
cor dev.off grid legend pdf points prcomp quantile symbols
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "grid", "legend", "points", "symbols")
importFrom("stats", "cor", "prcomp", "quantile")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.2.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64