Last updated on 2019-01-15 00:46:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-5 | 1.42 | 20.72 | 22.14 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-5 | 1.04 | 17.04 | 18.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-5 | 26.47 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-5 | 24.46 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0-5 | 3.00 | 30.00 | 33.00 | OK | |
r-patched-linux-x86_64 | 1.0-5 | 1.28 | 19.54 | 20.82 | OK | |
r-patched-solaris-x86 | 1.0-5 | 39.20 | OK | |||
r-release-linux-x86_64 | 1.0-5 | 1.28 | 19.45 | 20.73 | OK | |
r-release-windows-ix86+x86_64 | 1.0-5 | 3.00 | 28.00 | 31.00 | OK | |
r-release-osx-x86_64 | 1.0-5 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-4 | 3.00 | 38.00 | 41.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0-5 | ERROR |
Version: 1.0-4
Check: R code for possible problems
Result: NOTE
estim: no visible global function definition for 'var'
metareg: no visible global function definition for 'pchisq'
metareg: no visible global function definition for 'pnorm'
metareg: no visible global function definition for 'pt'
metatest: no visible global function definition for 'model.matrix'
metatest: no visible global function definition for 'model.response'
permute: no visible global function definition for 'rbinom'
Undefined global functions or variables:
model.matrix model.response pchisq pnorm pt rbinom var
Consider adding
importFrom("stats", "model.matrix", "model.response", "pchisq",
"pnorm", "pt", "rbinom", "var")
to your NAMESPACE file.
Flavor: r-oldrel-windows-ix86+x86_64
Version: 1.0-5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-osx-x86_64