Last updated on 2021-03-04 00:47:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 11.15 | 123.28 | 134.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 9.46 | 91.51 | 100.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 164.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 154.85 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 22.00 | 149.00 | 171.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 6.78 | 116.07 | 122.85 | OK | |
r-patched-solaris-x86 | 0.1.0 | 225.30 | NOTE | |||
r-release-linux-x86_64 | 0.1.0 | 10.14 | 116.61 | 126.75 | OK | |
r-release-macos-x86_64 | 0.1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.0 | 17.00 | 114.00 | 131.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 20.00 | 142.00 | 162.00 | NOTE |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘Hmisc’ ‘methods’ ‘readr’ ‘recipes’ ‘sf’ ‘stringr’ ‘utils’
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: 0.1.0
Check: R code for possible problems
Result: NOTE
plot.cosinor: 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