Last updated on 2018-11-24 00:50:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.92 | 32.40 | 35.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.29 | 25.96 | 28.25 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 41.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 40.38 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 42.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.92 | 30.83 | 33.75 | NOTE | |
r-patched-solaris-x86 | 1.0 | 67.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.13 | 30.81 | 32.94 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 65.00 | 72.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 56.00 | 63.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘betareg’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
bias: no visible global function definition for ‘predict’
bias: no visible global function definition for ‘pnorm’
bias: no visible global function definition for ‘model.matrix’
Undefined global functions or variables:
model.matrix pnorm predict
Consider adding
importFrom("stats", "model.matrix", "pnorm", "predict")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64