Last updated on 2021-02-27 05:48:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 4.82 | 113.89 | 118.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 3.39 | 83.76 | 87.15 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 144.92 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 133.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.2 | 9.00 | 104.00 | 113.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 4.64 | 111.09 | 115.73 | OK | |
r-patched-solaris-x86 | 0.0.2 | 176.50 | NOTE | |||
r-release-linux-x86_64 | 0.0.2 | 4.40 | 110.61 | 115.01 | OK | |
r-release-macos-x86_64 | 0.0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0.2 | 13.00 | 149.00 | 162.00 | OK | |
r-oldrel-macos-x86_64 | 0.0.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.2 | 6.00 | 138.00 | 144.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