Last updated on 2016-03-07 23:47:39.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.2 | 3.61 | 37.93 | 41.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 84.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 80.89 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2 | 79.71 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 13.00 | 100.00 | 113.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 4.07 | 41.29 | 45.35 | NOTE | |
r-patched-solaris-sparc | 1.2 | 582.30 | NOTE | |||
r-patched-solaris-x86 | 1.2 | 119.80 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 3.79 | 41.99 | 45.79 | NOTE | |
r-release-osx-x86_64-mavericks | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 14.00 | 111.00 | 125.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.2 | 19.00 | 111.00 | 130.00 | NOTE |
Version: 1.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
coef.cv.sparsenet
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.2
Check: R code for possible problems
Result: NOTE
coef.cv.sparsenet: no visible global function definition for ‘coef’
coef.sparsenet: no visible global function definition for ‘predict’
cv.sparsenet: no visible global function definition for ‘predict’
cv.sparsenet: no visible binding for global variable ‘weighted.mean’
gendata: no visible global function definition for ‘rnorm’
getcoef_list: no visible global function definition for ‘new’
getcoef_list: no visible global function definition for ‘drop0’
lambda0: no visible global function definition for ‘weighted.mean’
plot.cv.sparsenet: no visible global function definition for ‘par’
plot.cv.sparsenet: no visible global function definition for ‘rainbow’
plot.cv.sparsenet: no visible global function definition for ‘plot’
plot.cv.sparsenet: no visible global function definition for ‘lines’
plot.cv.sparsenet: no visible global function definition for ‘abline’
plot.cv.sparsenet: no visible global function definition for ‘axis’
plot.sparsenet: no visible global function definition for ‘par’
plot.sparsenet: no visible global function definition for ‘cbind2’
plot.sparsenet: no visible global function definition for ‘mtext’
predict.cv.sparsenet: no visible global function definition for
‘predict’
sparsepredict: no visible global function definition for ‘rbind2’
sparsepredict: no visible global function definition for
‘lambda.interp’
sparsepredict: no visible global function definition for ‘nonzeroCoef’
sparsepredict: no visible global function definition for ‘cbind2’
zeromat: no visible global function definition for ‘new’
Undefined global functions or variables:
abline axis cbind2 coef drop0 lambda.interp lines mtext new
nonzeroCoef par plot predict rainbow rbind2 rnorm weighted.mean
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "axis", "lines", "mtext", "par",
"plot")
importFrom("methods", "cbind2", "new", "rbind2")
importFrom("stats", "coef", "predict", "rnorm", "weighted.mean")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.2
Check: R code for possible problems
Result: NOTE
getcoef_list: no visible global function definition for ‘drop0’
sparsepredict: no visible global function definition for
‘lambda.interp’
sparsepredict: no visible global function definition for ‘nonzeroCoef’
Flavors: 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, r-oldrel-windows-ix86+x86_64