Last updated on 2022-05-09 17:52:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.98 | 52.05 | 55.03 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.65 | 39.75 | 42.40 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 67.32 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 65.23 | NOTE | |||
| r-devel-windows-x86_64 | 1.0.1 | 9.00 | 77.00 | 86.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.1 | 2.20 | 49.62 | 51.82 | NOTE | |
| r-release-linux-x86_64 | 1.0.1 | 2.20 | 50.16 | 52.36 | NOTE | |
| r-release-macos-arm64 | 1.0.1 | 26.00 | NOTE | |||
| r-release-macos-x86_64 | 1.0.1 | 41.00 | NOTE | |||
| r-release-windows-x86_64 | 1.0.1 | 11.00 | 76.00 | 87.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.1 | 26.00 | NOTE | |||
| r-oldrel-macos-x86_64 | 1.0.1 | 41.00 | NOTE | |||
| r-oldrel-windows-ix86+x86_64 | 1.0.1 | 10.00 | 59.00 | 69.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64