Last updated on 2021-05-27 12:54:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 24.24 | 69.24 | 93.48 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 16.77 | 52.63 | 69.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 133.44 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 116.90 | ERROR | |||
r-devel-windows-x86_64 | 1.0.3 | 31.00 | 104.00 | 135.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.3 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.3 | 20.12 | 71.66 | 91.78 | NOTE | |
r-patched-solaris-x86 | 1.0.3 | 156.80 | NOTE | |||
r-release-linux-x86_64 | 1.0.3 | 21.63 | 71.97 | 93.60 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.3 | 37.00 | 119.00 | 156.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 44.00 | 105.00 | 149.00 | OK |
Version: 1.0.3
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-windows-ix86+x86_64
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in 'bravo-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: predict.sven
> ### Title: Make predictions from a fitted "sven" object.
> ### Aliases: predict.sven
>
> ### ** Examples
>
> n = 80; p = 100; nonzero = 5
> trueidx <- 1:5
> nonzero.value <- c(0.50, 0.75, 1.00, 1.25, 1.50)
> TrueBeta = numeric(p)
> TrueBeta[trueidx] <- nonzero.value
>
> X <- matrix(rnorm(n*p), n, p)
> y <- 0.5 + X %*% TrueBeta + rnorm(n)
> res <- sven(X=X, y=y)
temperature = 1
temperature = 3.066175
temperature = 6.13235
> newx <- matrix(rnorm(n*p), 20, p)
Error in matrix(rnorm(n * p), 20, p) :
data length differs from size of matrix: [8000 != 20 x 100]
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘compiler’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-oldrel-macos-x86_64
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in ‘bravo-Ex.R’ failed
The error most likely occurred in:
> ### Name: predict.sven
> ### Title: Make predictions from a fitted "sven" object.
> ### Aliases: predict.sven
>
> ### ** Examples
>
> n = 80; p = 100; nonzero = 5
> trueidx <- 1:5
> nonzero.value <- c(0.50, 0.75, 1.00, 1.25, 1.50)
> TrueBeta = numeric(p)
> TrueBeta[trueidx] <- nonzero.value
>
> X <- matrix(rnorm(n*p), n, p)
> y <- 0.5 + X %*% TrueBeta + rnorm(n)
> res <- sven(X=X, y=y)
temperature = 1
temperature = 3.066175
temperature = 6.13235
> newx <- matrix(rnorm(n*p), 20, p)
Error in matrix(rnorm(n * p), 20, p) :
data length differs from size of matrix: [8000 != 20 x 100]
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc