Last updated on 2020-08-07 01:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.11 | 21.14 | 23.25 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.67 | 16.62 | 18.29 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 36.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 27.44 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 8.00 | 37.00 | 45.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 2.51 | 21.33 | 23.84 | NOTE | |
r-patched-solaris-x86 | 1.1 | 42.30 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.23 | 20.88 | 23.11 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 5.00 | 36.00 | 41.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 7.00 | 50.00 | 57.00 | NOTE |
Version: 1.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'quadprog' which was already attached by Depends.
Please remove these calls from your code.
Package in Depends field not imported from: 'quadprog'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1
Check: R code for possible problems
Result: NOTE
SPIn: no visible global function definition for 'density'
SPIn: no visible global function definition for 'quantile'
SPIn: no visible global function definition for 'solve.QP'
bootSPIn: no visible global function definition for 'runif'
plot.SPIn: no visible global function definition for 'hist'
plot.SPIn: no visible global function definition for 'lines'
plot.SPIn: no visible global function definition for 'text'
plot.SPIn: no visible global function definition for 'quantile'
plot.SPIn: no visible global function definition for 'legend'
Undefined global functions or variables:
density hist legend lines quantile runif solve.QP text
Consider adding
importFrom("graphics", "hist", "legend", "lines", "text")
importFrom("stats", "density", "quantile", "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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64