Last updated on 2022-05-09 09:51:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.43 | 35.08 | 37.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.80 | 27.11 | 28.91 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 45.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 45.98 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 11.00 | 49.00 | 60.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.25 | 34.31 | 36.56 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.76 | 34.43 | 36.19 | NOTE | |
r-release-macos-arm64 | 1.0 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 9.00 | 52.00 | 61.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 21.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 25.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 46.00 | 50.00 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: R code for possible problems
Result: NOTE
SUE.fitted.values: no visible global function definition for
'model.frame'
SUE.lm: no visible global function definition for 'model.frame'
SUE.lm: no visible global function definition for 'lm'
SUE.lm: no visible global function definition for 'anova'
SUE.residuals: no visible global function definition for 'model.frame'
parameters : para2: no visible global function definition for 'uniroot'
parameters: no visible global function definition for 'optimize'
parameters: no visible global function definition for 'uniroot'
Undefined global functions or variables:
anova lm model.frame optimize uniroot
Consider adding
importFrom("stats", "anova", "lm", "model.frame", "optimize",
"uniroot")
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 'SUE.lm.Rd':
\examples lines wider than 100 characters:
##We analysis the well known stackloss data by using ordinary linear method and the subsampling method.
##proportion of outliers in the data. The subsample size is chosen to be the default size of ns = 11.
plot(SUE.fitted.values(a2),SUE.residuals(a2),xlab="(b) fitted values",ylab="residuals",ylim=c(-12,12))
plot(SUE.fitted.values(a3),SUE.residuals(a3),xlab="(c) fitted values",ylab="residuals",ylim=c(-12,12))
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