Last updated on 2020-12-31 00:46:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 23.05 | 628.15 | 651.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 19.20 | 469.10 | 488.30 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 768.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 761.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0.0 | 45.00 | 664.00 | 709.00 | OK | |
r-patched-linux-x86_64 | 2.0.0 | 15.08 | 594.02 | 609.10 | OK | |
r-patched-solaris-x86 | 2.0.0 | 1613.50 | NOTE | |||
r-release-linux-x86_64 | 2.0.0 | 21.30 | 600.31 | 621.61 | OK | |
r-release-macos-x86_64 | 2.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0.0 | 47.00 | 771.00 | 818.00 | OK | |
r-oldrel-macos-x86_64 | 2.0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 28.00 | 537.00 | 565.00 | NOTE |
Version: 2.0.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘AER’ ‘ChainLadder’ ‘ISLR’ ‘ggplot2’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.0.0
Check: R code for possible problems
Result: NOTE
apc.plot.data.sparsity : function.sparsity.plot: no visible global
function definition for ‘plot’
apc.plot.data.sums: no visible global function definition for ‘plot’
apc.plot.fit : function.plot.est.sdv: no visible global function
definition for ‘plot’
apc.plot.fit.pt: no visible global function definition for ‘plot’
new.apc.plot.fit : function.plot.est.sdv: no visible global function
definition for ‘plot’
Undefined global functions or variables:
plot
Consider adding
importFrom("graphics", "plot")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64