Last updated on 2018-10-19 01:46:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.9 | 3.47 | 42.98 | 46.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.9 | 2.50 | 33.62 | 36.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.9 | 54.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.9 | 53.17 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.9 | 8.00 | 53.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.9 | 2.11 | 34.56 | 36.67 | NOTE | |
r-patched-solaris-x86 | 1.0.9 | 66.80 | NOTE | |||
r-release-linux-x86_64 | 1.0.9 | 2.49 | 34.26 | 36.75 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.9 | 5.00 | 69.00 | 74.00 | NOTE | |
r-release-osx-x86_64 | 1.0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.9 | 5.00 | 62.00 | 67.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.9 | NOTE |
Version: 1.0.9
Check: R code for possible problems
Result: NOTE
UCexactTest: no visible global function definition for ‘is’
UCexactTest: no visible global function definition for ‘new’
pvalue: no visible global function definition for ‘dnbinom’
pvalue: no visible global function definition for ‘pnbinom’
sup.mu: no visible global function definition for ‘predict’
Undefined global functions or variables:
dnbinom is new pnbinom predict
Consider adding
importFrom("methods", "is", "new")
importFrom("stats", "dnbinom", "pnbinom", "predict")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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