CRAN Package Check Results for Maintainer ‘Manuel Rubio-Sánchez <manuel.rubio at urjc.es>’

Last updated on 2026-03-10 23:54:47 CET.

Package ERROR OK
aramappings 9 5

Package aramappings

Current CRAN status: ERROR: 9, OK: 5

Version: 0.1.3
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘CVXR::solve’ 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-macos-arm64, r-devel-windows-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/21s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-devel-macos-arm64

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [10s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/13s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [14s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aramappings) > > test_check("aramappings") Saving _problems/test-ara_exact_l1-154.R Saving _problems/test-ara_exact_l2-121.R Saving _problems/test-ara_exact_linf-153.R Saving _problems/test-ara_ordered_l1-126.R Saving _problems/test-ara_ordered_l2-121.R Saving _problems/test-ara_ordered_linf-125.R Saving _problems/test-ara_unconstrained_l1-161.R Saving _problems/test-ara_unconstrained_l2-127.R Saving _problems/test-ara_unconstrained_linf-162.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ara_exact_l1.R:154:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l1(X, V, variable = variable, solver = "CVXR") at test-ara_exact_l1.R:154:3 2. └─aramappings:::ara_exact_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_l2.R:121:3'): (code run outside of `test_that()`) ──── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_l2(X, V, solver = "CVXR") at test-ara_exact_l2.R:121:3 2. └─aramappings:::ara_exact_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_exact_linf.R:153:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_exact_linf(X, V, variable = variable, solver = "CVXR") at test-ara_exact_linf.R:153:3 2. └─aramappings:::ara_exact_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l1.R:126:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l1(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_l1.R:126:3 2. └─aramappings:::ara_ordered_l1_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_l2.R:121:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_l2(X, V, solver = "CVXR") at test-ara_ordered_l2.R:121:3 2. └─aramappings:::ara_ordered_l2_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_ordered_linf.R:125:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_ordered_linf(X, V, variable = variable, solver = "CVXR") at test-ara_ordered_linf.R:125:3 2. └─aramappings:::ara_ordered_linf_CVXR(X, V, variable) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l1.R:161:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l1(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_l1.R:161:3 2. └─aramappings:::ara_unconstrained_l1_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_l2.R:127:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_l2(X, V, solver = "CVXR") at test-ara_unconstrained_l2.R:127:3 2. └─aramappings:::ara_unconstrained_l2_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) ── Error ('test-ara_unconstrained_linf.R:162:3'): (code run outside of `test_that()`) ── Error in `CVXR::Variable(N, m)`: Variable name "1" must be a string. Backtrace: ▆ 1. └─aramappings::ara_unconstrained_linf(X, V, weights = w, solver = "CVXR") at test-ara_unconstrained_linf.R:162:3 2. └─aramappings:::ara_unconstrained_linf_CVXR(X, V) 3. └─CVXR::Variable(N, m) 4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.") 5. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 192 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-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.