Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 2.18 | 20.16 | 22.34 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.63 | 15.93 | 17.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 35.46 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 25.94 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 7.00 | 42.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 1.99 | 19.82 | 21.81 | NOTE | |
r-patched-solaris-x86 | 0.9 | 39.00 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 2.07 | 20.06 | 22.13 | NOTE | |
r-release-macos-x86_64 | 0.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9 | 4.00 | 29.00 | 33.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 5.00 | 41.00 | 46.00 | NOTE |
Version: 0.9
Check: R code for possible problems
Result: NOTE
NB.estimator: no visible global function definition for 'optimize'
NB.estimator: no visible global function definition for 'uniroot'
NB.example.dataset: no visible global function definition for
'write.table'
Undefined global functions or variables:
optimize uniroot write.table
Consider adding
importFrom("stats", "optimize", "uniroot")
importFrom("utils", "write.table")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.9
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'sample_data.txt'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.9
Check: R code for possible problems
Result: NOTE
NB.estimator: no visible global function definition for ‘optimize’
NB.estimator: no visible global function definition for ‘uniroot’
NB.example.dataset: no visible global function definition for
‘write.table’
NB.plot.likelihood: no visible global function definition for ‘plot’
Undefined global functions or variables:
optimize plot uniroot write.table
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "optimize", "uniroot")
importFrom("utils", "write.table")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64