Last updated on 2022-05-09 09:51:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.37 | 34.10 | 36.47 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.31 | 26.47 | 27.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 43.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 42.06 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 9.00 | 48.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.93 | 32.88 | 34.81 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.00 | 32.81 | 34.81 | NOTE | |
r-release-macos-arm64 | 1.0 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 26.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 5.00 | 45.00 | 50.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 20.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 28.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 35.00 | 39.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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