Last updated on 2020-08-07 01:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.89 | 22.29 | 24.18 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.61 | 17.55 | 19.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 38.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 28.92 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 30.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.04 | 22.18 | 24.22 | NOTE | |
r-patched-solaris-x86 | 1.0 | 46.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.02 | 21.97 | 23.99 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 30.00 | 35.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 40.00 | 44.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
vif: no visible global function definition for 'sd'
vif: no visible global function definition for 'lm'
vif: no visible global function definition for 'pnorm'
Undefined global functions or variables:
lm pnorm sd
Consider adding
importFrom("stats", "lm", "pnorm", "sd")
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
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'vif.Rd':
\usage lines wider than 90 characters:
vif(y, x, w0 = 0.05, dw = 0.05, subsize = 200, trace = TRUE, mode = c("dense", "sparse"))
\examples lines wider than 100 characters:
vif.sel <- vif(housingexp$y, housingexp$x, w0 = 0.0005, dw = 0.005, subsize = 300, trace = FALSE);
These lines will be truncated in the PDF manual.
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-release-linux-x86_64