aramappings
Computes Adaptable Radial Axes Mappings
v0.1.3
·
Jan 29, 2026
·
MIT + file LICENSE
Description
Computes low-dimensional point representations of high-dimensional numerical data according to the data visualization method Adaptable Radial Axes described in: Manuel Rubio-Sánchez, Alberto Sanchez, and Dirk J. Lehmann (2017) "Adaptable radial axes plots for improved multivariate data visualization" <doi:10.1111/cgf.13196>.
Downloads
319
Last 30 days
9934th
618
Last 90 days
618
Last year
Trend: +6.7% (30d vs prior 30d)
CRAN Check Status
5
ERROR
9
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | ERROR |
| r-devel-linux-x86_64-fedora-clang | ERROR |
| r-devel-linux-x86_64-fedora-gcc | ERROR |
| r-devel-macos-arm64 | ERROR |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | ERROR |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (19 non-OK)
OK
r-devel-linux-x86_64-debian-clang
*
WARNING
r-devel-linux-x86_64-debian-gcc
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-linux-x86_64-debian-gcc
tests
Running ‘testthat.R’ [7s/9s]
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
WARNING
r-devel-linux-x86_64-fedora-clang
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-linux-x86_64-fedora-clang
tests
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
WARNING
r-devel-linux-x86_64-fedora-gcc
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-linux-x86_64-fedora-gcc
tests
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
WARNING
r-devel-macos-arm64
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-macos-arm64
tests
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
OK
r-devel-windows-x86_64
*
OK
r-oldrel-macos-arm64
*
OK
r-oldrel-macos-x86_64
*
OK
r-oldrel-windows-x86_64
*
OK
r-patched-linux-x86_64
*
WARNING
r-release-linux-x86_64
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-release-linux-x86_64
tests
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
OK
r-release-macos-arm64
*
OK
r-release-macos-x86_64
*
OK
r-release-windows-x86_64
*
Check History
ERROR 9 OK · 0 NOTE · 0 WARNING · 5 ERROR · 0 FAILURE Mar 9, 2026
ERROR
r-devel-linux-x86_64-debian-gcc
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-linux-x86_64-fedora-clang
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-linux-x86_64-fedora-gcc
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-devel-macos-arm64
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
ERROR
r-release-linux-x86_64
dependencies in R code
Missing or unexported object: ‘CVXR::solve’
Dependency Network
Version History
new
0.1.3
Mar 9, 2026