Last updated on 2021-07-17 10:52:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 3.02 | 24.43 | 27.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 2.12 | 19.27 | 21.39 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 41.97 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 32.08 | NOTE | |||
r-devel-windows-x86_64 | 0.1-2 | 5.00 | 35.00 | 40.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1-2 | NOTE | ||||
r-patched-linux-x86_64 | 0.1-2 | 2.72 | 23.40 | 26.12 | NOTE | |
r-patched-solaris-x86 | 0.1-2 | 51.10 | NOTE | |||
r-release-linux-x86_64 | 0.1-2 | 2.55 | 23.47 | 26.02 | NOTE | |
r-release-macos-arm64 | 0.1-2 | NOTE | ||||
r-release-macos-x86_64 | 0.1-2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-2 | 6.00 | 36.00 | 42.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 6.00 | 31.00 | 37.00 | NOTE |
Version: 0.1-2
Check: for hidden files and directories
Result: NOTE
Found the following hidden files and directories:
.Rapp.history
inst/script/.Rapp.history
These were most likely included in error. See section 'Package
structure' 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-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
Version: 0.1-2
Check: top-level files
Result: NOTE
File
LICENSE
is not mentioned in the DESCRIPTION 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
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
File 'sROC/R/onload.R':
.onLoad calls:
packageStartupMessage("sROC 0.1-2 loaded")
See section 'Good practice' in '?.onAttach'.
AUC : TrapezInt: no visible global function definition for 'approx'
AUC : SimpsonInt: no visible global function definition for 'approx'
CI.CDF: no visible global function definition for 'qnorm'
bw.CDF: no visible global function definition for 'sd'
bw.CDF: no visible global function definition for 'IQR'
bw.CDF.pi: no visible global function definition for 'sd'
bw.CDF.pi: no visible global function definition for 'bw.nrd0'
bw.CDF.pi: no visible global function definition for 'bw.nrd'
bw.CDF.pi: no visible global function definition for 'bw.ucv'
bw.CDF.pi: no visible global function definition for 'bw.bcv'
bw.CDF.pi: no visible global function definition for 'bw.SJ'
bw.CDF.pi: no visible global function definition for 'IQR'
plot.CDF: no visible global function definition for 'plot.default'
plot.CDF: no visible global function definition for 'lines'
plot.CDF: no visible global function definition for 'polygon'
plot.ROC: no visible global function definition for 'plot.default'
plot.ROC: no visible global function definition for 'abline'
Undefined global functions or variables:
IQR abline approx bw.SJ bw.bcv bw.nrd bw.nrd0 bw.ucv lines
plot.default polygon qnorm sd
Consider adding
importFrom("graphics", "abline", "lines", "plot.default", "polygon")
importFrom("stats", "IQR", "approx", "bw.SJ", "bw.bcv", "bw.nrd",
"bw.nrd0", "bw.ucv", "qnorm", "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
Version: 0.1-2
Check: Rd line widths
Result: NOTE
Rd file 'CI.CDF.Rd':
\examples lines wider than 100 characters:
curve(pnorm(x, mean=-2, sd=1)/2 + pnorm(x, mean=3, sd=0.8)/2, from =-6, to=6, add=TRUE, lty=2, col="blue")
Rd file 'kCDF.Rd':
\examples lines wider than 100 characters:
curve(pnorm(x, mean=-2, sd=1)/2 + pnorm(x, mean=3, sd=0.8)/2, from =-6, to=6, add=TRUE, lty=2, col="blue")
Rd file 'kROC.Rd':
\usage lines wider than 90 characters:
kROC(x, y, bw.x="pi_ucv", bw.y="pi_ucv", adjust=1, kernel=c("normal", "epanechnikov"), xgrid,
These lines will be truncated in the PDF 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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1-2
Check: compiled code
Result: NOTE
File ‘sROC/libs/sROC.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