CRAN Package Check Results for Package aramappings

Last updated on 2026-03-10 06:52:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 3.51 170.54 174.05 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 3.44 51.04 54.48 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 118.50 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 125.62 ERROR
r-devel-macos-arm64 0.1.3 1.00 26.00 27.00 ERROR
r-devel-windows-x86_64 0.1.3 7.00 89.00 96.00 ERROR
r-patched-linux-x86_64 0.1.3 4.23 163.93 168.16 OK
r-release-linux-x86_64 0.1.3 4.30 66.69 70.99 ERROR
r-release-macos-arm64 0.1.3 1.00 50.00 51.00 OK
r-release-macos-x86_64 0.1.3 3.00 193.00 196.00 OK
r-release-windows-x86_64 0.1.3 6.00 84.00 90.00 ERROR
r-oldrel-macos-arm64 0.1.3 1.00 54.00 55.00 OK
r-oldrel-macos-x86_64 0.1.3 3.00 223.00 226.00 OK
r-oldrel-windows-x86_64 0.1.3 9.00 230.00 239.00 OK

Check Details

Version: 0.1.3
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘CVXR::solve’ Flavors: 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

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/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