Last updated on 2021-04-11 15:47:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 13.40 | 121.35 | 134.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 10.34 | 90.37 | 100.71 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 190.34 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 173.22 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.0 | 30.00 | 108.00 | 138.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.1.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.1.0 | 13.59 | 110.08 | 123.67 | OK | |
r-patched-solaris-x86 | 1.1.0 | 237.70 | NOTE | |||
r-release-linux-x86_64 | 1.1.0 | 13.56 | 110.42 | 123.98 | OK | |
r-release-macos-x86_64 | 1.1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1.0 | 40.00 | 142.00 | 182.00 | OK | |
r-oldrel-macos-x86_64 | 1.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 32.00 | 133.00 | 165.00 | NOTE |
Version: 1.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘knitr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.1.0
Check: R code for possible problems
Result: NOTE
plot.SEIRfansy: no visible global function definition for ‘plot’
plot.SEIRfansyPredict: 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