Last updated on 2021-11-01 00:49:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 27.18 | 225.34 | 252.52 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 21.33 | 170.99 | 192.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 321.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 298.96 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 39.00 | 180.00 | 219.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.2 | NOTE | ||||
r-patched-linux-x86_64 | 1.2 | 26.13 | 217.66 | 243.79 | NOTE | |
r-patched-solaris-x86 | 1.2 | 423.00 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 26.37 | 215.24 | 241.61 | NOTE | |
r-release-macos-arm64 | 1.2 | NOTE | ||||
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 46.00 | 180.00 | 226.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 31.00 | 202.00 | 233.00 | 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 '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 png pnorm sd
Consider adding
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "legend", "matplot")
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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64