Last updated on 2021-07-01 01:49:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 27.39 | 229.30 | 256.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 23.51 | 169.35 | 192.86 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 312.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 298.75 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 31.00 | 247.00 | 278.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.2 | NOTE | ||||
r-patched-linux-x86_64 | 1.2 | 26.72 | 216.05 | 242.77 | NOTE | |
r-patched-solaris-x86 | 1.2 | 433.90 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 23.20 | 214.74 | 237.94 | NOTE | |
r-release-macos-arm64 | 1.2 | ERROR | ||||
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 46.00 | 213.00 | 259.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 48.00 | 211.00 | 259.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-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2
Check: package dependencies
Result: ERROR
Package required but not available: ‘sva’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-arm64