Last updated on 2022-03-04 08:53:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3.1 | 1.66 | 42.15 | 43.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.3.1 | 1.93 | 33.20 | 35.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.3.1 | 56.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3.1 | 47.75 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.0.3.1 | 23.00 | 76.00 | 99.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 1.0.3.1 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.3.1 | 2.28 | 40.40 | 42.68 | NOTE | |
r-release-linux-x86_64 | 1.0.3.1 | 1.88 | 40.53 | 42.41 | NOTE | |
r-release-macos-arm64 | 1.0.3.1 | NOTE | ||||
r-release-macos-x86_64 | 1.0.3.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.3.1 | 5.00 | 57.00 | 62.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.3.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.3.1 | 6.00 | 55.00 | 61.00 | NOTE |
Version: 1.0.3.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
'gdata' 'splines'
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0.3.1
Check: R code for possible problems
Result: NOTE
plot.SII: no visible global function definition for 'lines'
plot.SII: no visible global function definition for 'abline'
plot.SII: no visible global function definition for 'legend'
sii : approx.l: no visible global function definition for 'approx'
sii.excel: no visible global function definition for 'predict'
sii.excel : approx.l: no visible global function definition for
'approx'
Undefined global functions or variables:
abline approx legend lines predict
Consider adding
importFrom("graphics", "abline", "legend", "lines")
importFrom("stats", "approx", "predict")
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-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64