Last updated on 2016-10-25 23:47:34.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 0.66 | 15.99 | 16.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 0.70 | 15.36 | 16.06 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 30.52 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 28.18 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 5.00 | 37.00 | 42.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 0.63 | 14.85 | 15.48 | NOTE | |
r-patched-solaris-sparc | 1.1 | 171.50 | NOTE | |||
r-patched-solaris-x86 | 1.1 | 37.10 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 0.68 | 15.02 | 15.71 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 3.00 | 31.00 | 34.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 2.00 | 28.00 | 30.00 | OK |
Version: 1.1
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.enet predict.enet print.arrayspc print.enet print.spca
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
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-devel-macos-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.1
Check: R code for possible problems
Result: NOTE
cv.enet: no visible global function definition for ‘predict’
cv.enet: no visible binding for global variable ‘var’
cv.enet: no visible global function definition for ‘plot’
plot.enet: no visible global function definition for ‘plot’
plot.enet: no visible global function definition for ‘lines’
plot.enet: no visible global function definition for ‘axis’
plot.enet: no visible global function definition for ‘abline’
predict.enet: no visible global function definition for ‘approx’
Undefined global functions or variables:
abline approx axis lines plot predict var
Consider adding
importFrom("graphics", "abline", "axis", "lines", "plot")
importFrom("stats", "approx", "predict", "var")
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 1.1
Check: Rd line widths
Result: NOTE
Rd file 'enet.Rd':
\usage lines wider than 90 characters:
enet(x, y, lambda, max.steps, normalize=TRUE, intercept=TRUE, trace = FALSE, eps = .Machine$double.eps)
Rd file 'spca.Rd':
\usage lines wider than 90 characters:
spca(x,K,para,type=c("predictor","Gram"),sparse=c("penalty","varnum"),use.corr=FALSE,lambda=1e-6,max.iter=200,trace=FALSE,eps.conv=1e-3 ... [TRUNCATED]
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