CRAN Package Check Results for Package spsurv

Last updated on 2025-02-23 15:49:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 265.40 204.24 469.64 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 274.61 175.83 450.44 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 823.64 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.0 1001.70 NOTE
r-devel-macos-arm64 1.0.0 215.00 OK
r-devel-macos-x86_64 1.0.0 356.00 OK
r-devel-windows-x86_64 1.0.0 262.00 257.00 519.00 OK
r-patched-linux-x86_64 1.0.0 337.88 233.59 571.47 NOTE
r-release-linux-x86_64 1.0.0 328.90 231.93 560.83 NOTE
r-release-macos-arm64 1.0.0 197.00 NOTE
r-release-macos-x86_64 1.0.0 294.00 NOTE
r-release-windows-x86_64 1.0.0 268.00 264.00 532.00 NOTE
r-oldrel-macos-arm64 1.0.0 208.00 NOTE
r-oldrel-macos-x86_64 1.0.0 279.00 ERROR
r-oldrel-windows-x86_64 1.0.0 373.00 330.00 703.00 NOTE

Additional issues

Intel

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘spsurv-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bppo > ### Title: Bernstein Polynomial Based Proportional Odds Model > ### Aliases: bppo > > ### ** Examples > > > library("spsurv") > data("veteran") Warning in data("veteran") : data set ‘veteran’ not found > > fit <- bppo(Surv(time, status) ~ karno + celltype, + data = veteran) Error in optimHess(theta, fn, gr, control = list(fnscale = -1)) : non-finite value supplied by optim Calls: bppo ... spbp.mle -> <Anonymous> -> <Anonymous> -> .local -> optimHess Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [28s/33s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(spsurv) Loading required package: survival Loading required package: loo This is loo version 2.8.0 - Online documentation and vignettes at mc-stan.org/loo - As of v2.0.0 loo defaults to 1 core but we recommend using as many as possible. Use the 'cores' argument or set options(mc.cores = NUM_CORES) for an entire session. Attaching package: 'loo' The following object is masked from 'package:testthat': compare Loading required package: coda Loading required package: MASS Attaching package: 'spsurv' The following object is masked from 'package:coda': traceplot The following objects are masked from 'package:stats': coef, confint, vcov The following object is masked from 'package:base': mode > > test_check("spsurv") SAMPLING FOR MODEL 'spbp' NOW (CHAIN 1). Chain 1: Chain 1: Gradient evaluation took 0.000118 seconds Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 1.18 seconds. Chain 1: Adjust your expectations accordingly! Chain 1: Chain 1: Chain 1: Iteration: 1 / 1000 [ 0%] (Warmup) Chain 1: Iteration: 100 / 1000 [ 10%] (Warmup) Chain 1: Iteration: 200 / 1000 [ 20%] (Warmup) Chain 1: Iteration: 300 / 1000 [ 30%] (Warmup) Chain 1: Iteration: 400 / 1000 [ 40%] (Warmup) Chain 1: Iteration: 500 / 1000 [ 50%] (Warmup) Chain 1: Iteration: 501 / 1000 [ 50%] (Sampling) Chain 1: Iteration: 600 / 1000 [ 60%] (Sampling) Chain 1: Iteration: 700 / 1000 [ 70%] (Sampling) Chain 1: Iteration: 800 / 1000 [ 80%] (Sampling) Chain 1: Iteration: 900 / 1000 [ 90%] (Sampling) Chain 1: Iteration: 1000 / 1000 [100%] (Sampling) Chain 1: Chain 1: Elapsed Time: 5.787 seconds (Warm-up) Chain 1: 4.018 seconds (Sampling) Chain 1: 9.805 seconds (Total) Chain 1: SAMPLING FOR MODEL 'spbp' NOW (CHAIN 1). Chain 1: Chain 1: Gradient evaluation took 0.000104 seconds Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 1.04 seconds. Chain 1: Adjust your expectations accordingly! Chain 1: Chain 1: Chain 1: Iteration: 1 / 1000 [ 0%] (Warmup) Chain 1: Iteration: 100 / 1000 [ 10%] (Warmup) Chain 1: Iteration: 200 / 1000 [ 20%] (Warmup) Chain 1: Iteration: 300 / 1000 [ 30%] (Warmup) Chain 1: Iteration: 400 / 1000 [ 40%] (Warmup) Chain 1: Iteration: 500 / 1000 [ 50%] (Warmup) Chain 1: Iteration: 501 / 1000 [ 50%] (Sampling) Chain 1: Iteration: 600 / 1000 [ 60%] (Sampling) Chain 1: Iteration: 700 / 1000 [ 70%] (Sampling) Chain 1: Iteration: 800 / 1000 [ 80%] (Sampling) Chain 1: Iteration: 900 / 1000 [ 90%] (Sampling) Chain 1: Iteration: 1000 / 1000 [100%] (Sampling) Chain 1: Chain 1: Elapsed Time: 4.93 seconds (Warm-up) Chain 1: 4.199 seconds (Sampling) Chain 1: 9.129 seconds (Total) Chain 1: [ FAIL 1 | WARN 6 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:33:1'): (code run outside of `test_that()`) ────────────────── Error in `optimHess(theta, fn, gr, control = list(fnscale = -1))`: non-finite value supplied by optim Backtrace: ▆ 1. └─spsurv::bppo(Surv(time, status) ~ karno + factor(celltype), data = veteran) at test.R:33:1 2. └─spsurv:::spbp.default(...) 3. └─spsurv:::spbp.mle(standata = standata, ...) 4. ├─rstan::optimizing(...) 5. └─rstan::optimizing(...) 6. └─rstan (local) .local(object, ...) 7. └─stats::optimHess(theta, fn, gr, control = list(fnscale = -1)) [ FAIL 1 | WARN 6 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘rstantools’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: 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-x86_64

Version: 1.0.0
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: 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-x86_64

Version: 1.0.0
Check: installed package size
Result: NOTE installed size is 90.4Mb sub-directories of 1Mb or more: doc 1.5Mb libs 88.5Mb Flavors: 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-x86_64

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘spsurv-Ex.R’ failed The error most likely occurred in: > ### Name: bppo > ### Title: Bernstein Polynomial Based Proportional Odds Model > ### Aliases: bppo > > ### ** Examples > > > library("spsurv") > data("veteran") Warning in data("veteran") : data set ‘veteran’ not found > > fit <- bppo(Surv(time, status) ~ karno + celltype, + data = veteran) Error in optimHess(theta, fn, gr, control = list(fnscale = -1)) : non-finite value supplied by optim Calls: bppo ... spbp.mle -> <Anonymous> -> <Anonymous> -> .local -> optimHess Execution halted Flavor: r-oldrel-macos-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/31s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: ── Error ('test.R:33:1'): (code run outside of `test_that()`) ────────────────── Error in `optimHess(theta, fn, gr, control = list(fnscale = -1))`: non-finite value supplied by optim Backtrace: ▆ 1. └─spsurv::bppo(Surv(time, status) ~ karno + factor(celltype), data = veteran) at test.R:33:0 2. └─spsurv:::spbp.default(...) 3. └─spsurv:::spbp.mle(standata = standata, ...) 4. ├─rstan::optimizing(...) 5. └─rstan::optimizing(...) 6. └─rstan (local) .local(object, ...) 7. └─stats::optimHess(theta, fn, gr, control = list(fnscale = -1)) [ FAIL 1 | WARN 7 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.