Last updated on 2022-05-09 09:50:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.77 | 38.12 | 40.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.86 | 31.09 | 32.95 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 50.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 50.82 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 10.00 | 81.00 | 91.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.71 | 39.16 | 41.87 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.87 | 38.95 | 40.82 | NOTE | |
r-release-macos-arm64 | 1.0 | 19.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 29.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 10.00 | 84.00 | 94.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 27.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 50.00 | 55.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'MASS'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
nlsolve: no visible global function definition for 'optim'
nlsolve: no visible global function definition for 'runif'
optAUC: no visible global function definition for 'var'
Undefined global functions or variables:
optim runif var
Consider adding
importFrom("stats", "optim", "runif", "var")
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'optAUC-package.Rd':
\examples lines wider than 100 characters:
Y1Y2<-mvrnorm(n, c(y1.mean,y2.mean), matrix(c(y1.sd^2,rho*y1.sd*y2.sd, rho*y1.sd*y2.sd, y2.sd^2),2,2))
# two markers in the model, the AUC from GCV is smaller than just first marker in the model, because the second marker is noise
# the AUC from ACV (apearent estimate by substituting the estimated beta into the model) is larger than previous model, because overfit ... [TRUNCATED]
Rd file 'optAUC.Rd':
\examples lines wider than 100 characters:
Y1Y2<-mvrnorm(n, c(y1.mean,y2.mean), matrix(c(y1.sd^2,rho*y1.sd*y2.sd, rho*y1.sd*y2.sd, y2.sd^2),2,2))
# two markers in the model, the AUC from GCV is smaller than just first marker in the model, because the second marker is noise
# the AUC from ACV (apearent estimate by substituting the estimated beta into the model) is larger than previous model, because overfit ... [TRUNCATED]
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