Last updated on 2020-12-01 00:46:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 5.68 | 104.21 | 109.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 4.59 | 78.35 | 82.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 130.04 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 125.97 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.2 | 10.00 | 114.00 | 124.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 5.97 | 108.19 | 114.16 | OK | |
r-patched-solaris-x86 | 0.0.2 | 167.00 | NOTE | |||
r-release-linux-x86_64 | 0.0.2 | 5.89 | 102.74 | 108.63 | OK | |
r-release-macos-x86_64 | 0.0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0.2 | 9.00 | 99.00 | 108.00 | OK | |
r-oldrel-macos-x86_64 | 0.0.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.2 | 18.00 | 135.00 | 153.00 | NOTE |
Version: 0.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘MASS’
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
Version: 0.0.2
Check: package dependencies
Result: ERROR
Package required but not available: ‘incidence2’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.0.2
Check: R code for possible problems
Result: NOTE
plot.incidence2_fit: no visible global function definition for 'plot'
plot.incidence2_rolling: no visible global function definition for
'plot'
Undefined global functions or variables:
plot
Consider adding
importFrom("graphics", "plot")
to your NAMESPACE file.
Flavor: r-oldrel-windows-ix86+x86_64