CRAN Package Check Results for Package starnet

Last updated on 2026-04-09 05:51:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 5.65 76.52 82.17 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 4.23 67.39 71.62 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 9.00 150.14 159.14 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 11.00 148.77 159.77 ERROR
r-devel-macos-arm64 1.0.1 1.00 30.00 31.00 ERROR
r-devel-windows-x86_64 1.0.0 7.00 90.00 97.00 ERROR
r-patched-linux-x86_64 1.0.0 4.92 72.07 76.99 ERROR
r-release-linux-x86_64 1.0.0 5.52 70.20 75.72 ERROR
r-release-macos-arm64 1.0.1 ERROR
r-release-macos-x86_64 1.0.1 4.00 123.00 127.00 ERROR
r-release-windows-x86_64 1.0.0 7.00 88.00 95.00 ERROR
r-oldrel-macos-arm64 1.0.0 OK
r-oldrel-macos-x86_64 1.0.1 4.00 150.00 154.00 ERROR
r-oldrel-windows-x86_64 1.0.0 10.00 111.00 121.00 ERROR

Check Details

Version: 1.0.0
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘CVXR::solve’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error: 'solve' is not an exported object from 'namespace:CVXR' Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/49s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error in `Rmosek::mosek(prob, opts)`: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 2. └─CVXR::psolve(problem) 3. └─CVXR::solve_via_data(...) 4. ├─S7::S7_dispatch() 5. └─CVXR (local) `method(solve_via_data, CVXR::SolvingChain)`(...) 6. └─CVXR::solve_via_data(...) 7. ├─S7::S7_dispatch() 8. └─CVXR (local) `method(solve_via_data, CVXR::Mosek_Solver)`(...) 9. └─Rmosek::mosek(prob, opts) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error in `Rmosek::mosek(prob, opts)`: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 2. └─CVXR::psolve(problem) 3. └─CVXR::solve_via_data(...) 4. ├─S7::S7_dispatch() 5. └─CVXR (local) `method(solve_via_data, CVXR::SolvingChain)`(...) 6. └─CVXR::solve_via_data(...) 7. ├─S7::S7_dispatch() 8. └─CVXR (local) `method(solve_via_data, CVXR::Mosek_Solver)`(...) 9. └─Rmosek::mosek(prob, opts) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] Error: ! Test failures. Execution halted Flavors: r-devel-macos-arm64, r-release-macos-arm64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [8s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error: 'solve' is not an exported object from 'namespace:CVXR' Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error: 'solve' is not an exported object from 'namespace:CVXR' Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error: 'solve' is not an exported object from 'namespace:CVXR' Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error in `Rmosek::mosek(prob, opts)`: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 2. └─CVXR::psolve(problem) 3. └─CVXR::solve_via_data(...) 4. ├─S7::S7_dispatch() 5. └─CVXR (local) `method(solve_via_data, CVXR::SolvingChain)`(...) 6. └─CVXR::solve_via_data(...) 7. ├─S7::S7_dispatch() 8. └─CVXR (local) `method(solve_via_data, CVXR::Mosek_Solver)`(...) 9. └─Rmosek::mosek(prob, opts) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error: 'solve' is not an exported object from 'namespace:CVXR' Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error in `Rmosek::mosek(prob, opts)`: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 2. └─CVXR::psolve(problem) 3. └─CVXR::solve_via_data(...) 4. ├─S7::S7_dispatch() 5. └─CVXR (local) `method(solve_via_data, CVXR::SolvingChain)`(...) 6. └─CVXR::solve_via_data(...) 7. ├─S7::S7_dispatch() 8. └─CVXR (local) `method(solve_via_data, CVXR::Mosek_Solver)`(...) 9. └─Rmosek::mosek(prob, opts) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(starnet) > > testthat::test_check(package="starnet",stop_on_warning=FALSE) Saving _problems/test-92.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:92:5'): (code run outside of `test_that()`) ────────────────── Error: 'solve' is not an exported object from 'namespace:CVXR' Backtrace: ▆ 1. └─starnet:::.glm(y = list$y, X = list$X, family = family) at test.R:92:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64