Last updated on 2019-05-01 01:51:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.53 | 39.22 | 40.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.32 | 22.93 | 24.25 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 50.62 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 49.51 | NOTE | |||
r-patched-linux-x86_64 | 1.0 | 1.60 | 29.20 | 30.80 | NOTE | |
r-patched-solaris-x86 | 1.0 | 112.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.56 | 39.52 | 41.08 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 70.00 | 76.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 49.00 | 52.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-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-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