Last updated on 2020-08-07 01:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 5.68 | 104.19 | 109.87 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 5.37 | 77.54 | 82.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 136.05 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 133.14 | OK | |||
r-devel-windows-ix86+x86_64 | 0.0.3 | 22.00 | 113.00 | 135.00 | OK | |
r-patched-linux-x86_64 | 0.0.3 | 5.53 | 102.54 | 108.07 | OK | |
r-patched-solaris-x86 | 0.0.3 | 103.30 | ERROR | |||
r-release-linux-x86_64 | 0.0.3 | 6.35 | 100.59 | 106.94 | OK | |
r-release-macos-x86_64 | 0.0.3 | OK | ||||
r-release-windows-ix86+x86_64 | 0.0.3 | 19.00 | 142.00 | 161.00 | OK | |
r-oldrel-macos-x86_64 | 0.0.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.3 | 12.00 | 115.00 | 127.00 | OK |
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in ‘starnet-Ex.R’ failed
The error most likely occurred in:
> ### Name: coef.starnet
> ### Title: Extract Coefficients
> ### Aliases: coef.starnet
>
> ### ** Examples
>
> set.seed(1)
> n <- 50; p <- 100
> y <- rnorm(n=n)
> X <- matrix(rnorm(n*p),nrow=n,ncol=p)
> object <- starnet(y=y,X=X)
Error in approx(lambda, seq(lambda), sfrac) :
need at least two non-NA values to interpolate
Calls: starnet ... NextMethod -> predict.glmnet -> lambda.interp -> approx
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(starnet)
>
> testthat::test_check(package="starnet",stop_on_warning=FALSE)
── 1. Error: (unknown) (@test.R#16) ───────────────────────────────────────────
need at least two non-NA values to interpolate
Backtrace:
1. starnet::starnet(y = list$y, X = list$X, family = family, foldid = foldid)
2. glmnet::cv.glmnet(...)
3. glmnet:::cv.glmnet.raw(...)
5. glmnet:::buildPredmat.default(...)
9. glmnet::predict.glmnet(...)
10. glmnet:::lambda.interp(lambda, s)
11. stats::approx(lambda, seq(lambda), sfrac)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Error: (unknown) (@test.R#16)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86