Last updated on 2016-10-24 23:48:10.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.17.1 | 2.50 | 18.39 | 20.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.17.1 | 2.29 | 18.00 | 20.29 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.17.1 | 36.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.17.1 | 33.75 | NOTE | |||
r-devel-macos-x86_64-clang | 1.17.1 | 29.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.17.1 | 15.00 | 60.00 | 75.00 | NOTE | |
r-patched-linux-x86_64 | 1.17.1 | 1.96 | 16.73 | 18.69 | NOTE | |
r-patched-solaris-sparc | 1.17.1 | 212.10 | NOTE | |||
r-patched-solaris-x86 | 1.17.1 | 47.00 | NOTE | |||
r-release-linux-x86_64 | 1.17.1 | 2.14 | 16.76 | 18.90 | NOTE | |
r-release-osx-x86_64-mavericks | 1.17.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.17.1 | 16.00 | 50.00 | 66.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.17.1 | 19.00 | 61.00 | 80.00 | NOTE |
Version: 1.17.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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, r-oldrel-windows-ix86+x86_64
Version: 1.17.1
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.LogitBoost
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.17.1
Check: R code for possible problems
Result: NOTE
colAUC: no visible global function definition for ‘plot’
colAUC: no visible global function definition for ‘title’
colAUC: no visible global function definition for ‘abline’
colAUC: no visible global function definition for ‘legend’
colAUC: no visible global function definition for ‘lines’
read.ENVI: no visible global function definition for ‘read.table’
read.gif: no visible global function definition for ‘download.file’
read.gif: no visible global function definition for ‘rgb’
runmad: no visible global function definition for ‘runmed’
runmad: no visible binding for global variable ‘mad’
runquantile: no visible binding for global variable ‘quantile’
runsd: no visible binding for global variable ‘sd’
sample.split: no visible global function definition for ‘runif’
write.gif: no visible global function definition for ‘gray’
write.gif: no visible global function definition for ‘colorRampPalette’
write.gif: no visible global function definition for ‘col2rgb’
Undefined global functions or variables:
abline col2rgb colorRampPalette download.file gray legend lines mad
plot quantile read.table rgb runif runmed sd title
Consider adding
importFrom("grDevices", "col2rgb", "colorRampPalette", "gray", "rgb")
importFrom("graphics", "abline", "legend", "lines", "plot", "title")
importFrom("stats", "mad", "quantile", "runif", "runmed", "sd")
importFrom("utils", "download.file", "read.table")
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