Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.30 | 27.31 | 29.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.65 | 22.82 | 24.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 43.76 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.38 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 43.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.75 | 29.43 | 31.18 | NOTE | |
r-patched-solaris-x86 | 1.0 | 57.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.23 | 29.73 | 31.96 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 13.00 | 56.00 | 69.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 53.00 | 58.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-ix86+x86_64, 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.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-ix86+x86_64, 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.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