Last updated on 2026-03-07 01:51:44 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 13.09 | 136.08 | 149.17 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 6.75 | 63.14 | 69.89 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 15.00 | 112.87 | 127.87 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 14.00 | 136.23 | 150.23 | ERROR | |
| r-devel-macos-arm64 | 1.0.0 | 4.00 | 36.00 | 40.00 | NOTE | |
| r-devel-windows-x86_64 | 1.0.0 | 15.00 | 125.00 | 140.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 13.14 | 131.23 | 144.37 | NOTE | |
| r-release-linux-x86_64 | 1.0.0 | 13.16 | 129.17 | 142.33 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | NOTE | ||||
| r-release-macos-x86_64 | 1.0.0 | 9.00 | 119.00 | 128.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 15.00 | 125.00 | 140.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 9.00 | 131.00 | 140.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 20.00 | 162.00 | 182.00 | OK |
Version: 1.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘apply_by_blocks.R’ ‘balance_by_blocks.Rd’ ‘balance_matrix.R’
‘balance_matrix.Rd’ ‘make_non_negative.Rd’ ‘round_by_blocks.Rd’
‘round_matrix.R’ ‘round_matrix.Rd’ ‘round_vector.Rd’
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0.0
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
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘cuadramelo-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: balance_by_blocks
> ### Title: Balance matrix by blocks
> ### Aliases: balance_by_blocks
>
> ### ** Examples
>
> set.seed(10)
> Y <- (rnorm(32)*10) |> matrix(ncol = 2) |> round(3)
> v <- aggregate(Y, by = list(rep(1:4, times = rep(4,4))), FUN = sum)[, -1] |>
+ round() |> as.matrix()
> X <- balance_by_blocks(Y, v, layout = 2, L = 4)
Error in `Variable()`:
! Variable name "2" must be a string.
Backtrace:
▆
1. └─cuadramelo::balance_by_blocks(Y, v, layout = 2, L = 4)
2. └─cuadramelo::balance_matrix(X, col_totals = v, row_totals = h)
3. └─CVXR::Variable(m, n)
4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.")
5. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘balance-matrix.Rmd’ using rmarkdown
Quitting from balance-matrix.Rmd:59-64 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `Variable()`:
! Variable name "5" must be a string.
---
Backtrace:
▆
1. └─cuadramelo::balance_matrix(example_matrix, col_totals, row_totals)
2. └─CVXR::Variable(m, n)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'balance-matrix.Rmd' failed with diagnostics:
Variable name "5" must be a string.
--- failed re-building ‘balance-matrix.Rmd’
--- re-building ‘round-matrix.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘round-matrix.Rmd’
SUMMARY: processing the following file failed:
‘balance-matrix.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘cuadramelo-Ex.R’ failed
The error most likely occurred in:
> ### Name: balance_by_blocks
> ### Title: Balance matrix by blocks
> ### Aliases: balance_by_blocks
>
> ### ** Examples
>
> set.seed(10)
> Y <- (rnorm(32)*10) |> matrix(ncol = 2) |> round(3)
> v <- aggregate(Y, by = list(rep(1:4, times = rep(4,4))), FUN = sum)[, -1] |>
+ round() |> as.matrix()
> X <- balance_by_blocks(Y, v, layout = 2, L = 4)
Error in `Variable()`:
! Variable name "2" must be a string.
Backtrace:
▆
1. └─cuadramelo::balance_by_blocks(Y, v, layout = 2, L = 4)
2. └─cuadramelo::balance_matrix(X, col_totals = v, row_totals = h)
3. └─CVXR::Variable(m, n)
4. └─cli::cli_abort("Variable name {.val {as.character(name)}} must be a string.")
5. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘balance-matrix.Rmd’ using rmarkdown
Quitting from balance-matrix.Rmd:59-64 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `Variable()`:
! Variable name "5" must be a string.
---
Backtrace:
▆
1. └─cuadramelo::balance_matrix(example_matrix, col_totals, row_totals)
2. └─CVXR::Variable(m, n)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'balance-matrix.Rmd' failed with diagnostics:
Variable name "5" must be a string.
--- failed re-building ‘balance-matrix.Rmd’
--- re-building ‘round-matrix.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘round-matrix.Rmd’
SUMMARY: processing the following file failed:
‘balance-matrix.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc