Last updated on 2017-02-24 23:52:18.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.17.1 | 2.57 | 19.28 | 21.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.17.1 | 2.26 | 19.39 | 21.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.17.1 | 38.86 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.17.1 | 35.73 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.17.1 | 32.05 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.17.1 | 27.00 | 55.00 | 82.00 | NOTE | |
r-patched-linux-x86_64 | 1.17.1 | 2.17 | 16.54 | 18.71 | NOTE | |
r-patched-solaris-sparc | 1.17.1 | 219.10 | NOTE | |||
r-patched-solaris-x86 | 1.17.1 | 46.70 | NOTE | |||
r-release-linux-x86_64 | 1.17.1 | 2.02 | 16.71 | 18.73 | NOTE | |
r-release-osx-x86_64-mavericks | 1.17.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.17.1 | 16.00 | 63.00 | 79.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.17.1 | 22.00 | 94.00 | 116.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-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-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-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.17.1
Check: compiled code
Result: NOTE
File ‘caTools/libs/caTools.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.17.1
Flags: --no-stop-on-test-error
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 1.17.1
Flags: --no-stop-on-test-error
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-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 1.17.1
Flags: --no-stop-on-test-error
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-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 1.17.1
Flags: --no-stop-on-test-error
Check: compiled code
Result: NOTE
File ‘caTools/libs/caTools.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang