Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.41 | 19.34 | 21.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.75 | 15.42 | 17.17 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 34.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 25.43 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 27.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.11 | 19.53 | 21.64 | NOTE | |
r-patched-solaris-x86 | 1.0 | 40.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.91 | 19.44 | 21.35 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 35.00 | 40.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 37.00 | 42.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-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