Last updated on 2016-10-24 23:48:23.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 0.66 | 17.86 | 18.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 0.78 | 18.37 | 19.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 32.84 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 33.19 | NOTE | |||
r-devel-macos-x86_64-clang | 1.0.1 | 28.41 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 7.00 | 54.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 0.66 | 16.41 | 17.07 | NOTE | |
r-patched-solaris-sparc | 1.0.1 | 174.00 | NOTE | |||
r-patched-solaris-x86 | 1.0.1 | 37.60 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 0.70 | 15.75 | 16.44 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 5.00 | 48.00 | 53.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 4.00 | 49.00 | 53.00 | OK |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
read_design: no visible global function definition for ‘model.frame’
read_design: no visible global function definition for ‘read.table’
read_design: no visible global function definition for ‘model.matrix’
read_response: no visible global function definition for ‘read.table’
update_beta: no visible global function definition for ‘update’
update_beta: no visible global function definition for ‘glm’
update_beta: no visible global function definition for ‘poisson’
Undefined global functions or variables:
glm model.frame model.matrix poisson read.table update
Consider adding
importFrom("stats", "glm", "model.frame", "model.matrix", "poisson",
"update")
importFrom("utils", "read.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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64