Last updated on 2022-04-05 11:52:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.97 | 32.24 | 34.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.98 | 24.14 | 26.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 42.69 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 29.62 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.0 | 15.00 | 44.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.18 | 30.03 | 32.21 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.84 | 29.62 | 31.46 | NOTE | |
r-release-macos-arm64 | 1.0 | NOTE | ||||
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 24.00 | 29.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 25.00 | 29.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
multinb.fit: no visible global function definition for 'nlminb'
multinbmod: no visible global function definition for 'is.empty.model'
multinbmod: no visible global function definition for 'model.matrix'
multinbmod: no visible binding for global variable 'contrasts'
multinbmod: no visible global function definition for 'model.response'
multinbmod: no visible global function definition for 'model.offset'
Undefined global functions or variables:
contrasts is.empty.model model.matrix model.offset model.response
nlminb
Consider adding
importFrom("stats", "contrasts", "is.empty.model", "model.matrix",
"model.offset", "model.response", "nlminb")
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-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64