Last updated on 2019-03-14 00:46:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 16.43 | 149.12 | 165.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 15.33 | 116.85 | 132.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 206.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 198.00 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 48.00 | 187.00 | 235.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 11.15 | 141.23 | 152.38 | NOTE | |
r-patched-solaris-x86 | 1.2 | 290.60 | NOTE | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 1.2 | 27.00 | 192.00 | 219.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 28.00 | 191.00 | 219.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
AlternateSVD: no visible binding for global variable 'sd'
IPOD: no visible global function definition for 'mad'
IPOD: no visible global function definition for 'pnorm'
Pvalue: no visible global function definition for 'pf'
ROCplot: no visible global function definition for 'png'
ROCplot: no visible global function definition for 'matplot'
ROCplot: no visible global function definition for 'legend'
ROCplot: no visible global function definition for 'dev.off'
leapp: no visible global function definition for 'png'
leapp: no visible global function definition for 'plot'
leapp: no visible global function definition for 'dev.off'
ridge: no visible global function definition for 'sd'
ridge: no visible global function definition for 'pnorm'
Undefined global functions or variables:
dev.off legend mad matplot pf plot png pnorm sd
Consider adding
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "legend", "matplot", "plot")
importFrom("stats", "mad", "pf", "pnorm", "sd")
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64