Last updated on 2020-08-07 01:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 3.11 | 36.08 | 39.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.21 | 27.67 | 29.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 53.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 45.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 16.00 | 52.00 | 68.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 2.74 | 35.69 | 38.43 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 69.00 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 2.94 | 35.15 | 38.09 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 13.00 | 77.00 | 90.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 48.00 | 53.00 | NOTE |
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-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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64