Last updated on 2019-01-15 00:46:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.02 | 39.72 | 40.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.04 | 31.84 | 32.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 51.37 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 47.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 3.00 | 56.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 0.97 | 37.77 | 38.74 | NOTE | |
r-patched-solaris-x86 | 1.0 | 116.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 0.88 | 37.16 | 38.04 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 49.00 | 52.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 52.00 | 55.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘CompQuadForm’ which was already attached by Depends.
Please remove these calls from your code.
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
linear.test: no visible global function definition for ‘lm’
linear.test: no visible global function definition for ‘pchisq’
linear.weight.test: no visible global function definition for ‘lm’
linear.weight.test: no visible global function definition for ‘dbeta’
linear.weight.test: no visible global function definition for ‘pchisq’
logit.test: no visible global function definition for ‘glm’
logit.test: no visible global function definition for ‘binomial’
logit.test: no visible binding for global variable ‘logit’
logit.test: no visible global function definition for ‘pchisq’
logit.weight.test: no visible global function definition for ‘glm’
logit.weight.test: no visible global function definition for ‘binomial’
logit.weight.test: no visible binding for global variable ‘logit’
logit.weight.test: no visible global function definition for ‘dbeta’
logit.weight.test: no visible global function definition for ‘pchisq’
Undefined global functions or variables:
binomial dbeta glm lm logit pchisq
Consider adding
importFrom("stats", "binomial", "dbeta", "glm", "lm", "pchisq")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64