Last updated on 2025-12-28 01:48:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.5 | 217.27 | 400.38 | 617.65 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.1.5 | 153.27 | 270.59 | 423.86 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.5 | 360.00 | 680.73 | 1040.73 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.5 | 397.00 | 636.43 | 1033.43 | NOTE | |
| r-devel-windows-x86_64 | 2.1.5 | 177.00 | 457.00 | 634.00 | NOTE | |
| r-patched-linux-x86_64 | 2.1.5 | 197.68 | 377.06 | 574.74 | OK | |
| r-release-linux-x86_64 | 2.1.5 | 201.68 | 370.94 | 572.62 | ERROR | |
| r-release-macos-arm64 | 2.1.5 | 42.00 | 92.00 | 134.00 | OK | |
| r-release-macos-x86_64 | 2.1.5 | 104.00 | 500.00 | 604.00 | OK | |
| r-release-windows-x86_64 | 2.1.5 | 183.00 | 453.00 | 636.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.1.5 | 40.00 | 94.00 | 134.00 | NOTE | |
| r-oldrel-macos-x86_64 | 2.1.5 | 104.00 | 538.00 | 642.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.1.5 | 222.00 | 573.00 | 795.00 | NOTE |
Version: 2.1.5
Check: compiled code
Result: NOTE
File ‘collapse/libs/collapse.so’:
Found non-API calls to R: ‘ATTRIB’, ‘SET_ATTRIB’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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
Version: 2.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [214s/268s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # rm(list = ls())
> # Sys.setenv(R_TESTS = "")
> library(testthat)
> options(collapse_export_F = TRUE)
> # library(collapse)
>
> test_check("collapse")
Loading required package: collapse
collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation`
Attaching package: 'collapse'
The following object is masked from 'package:stats':
D
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• Sys.getenv("OMP") == "TRUE" is not TRUE (1):
'test-miscellaneous-issues.R:434:3'
• empty test (1):
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ──
Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker.
Backtrace:
▆
1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─dt[, `:=`(new, 1)]
10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1))
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [149s/199s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # rm(list = ls())
> # Sys.setenv(R_TESTS = "")
> library(testthat)
> options(collapse_export_F = TRUE)
> # library(collapse)
>
> test_check("collapse")
Loading required package: collapse
collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation`
Attaching package: 'collapse'
The following object is masked from 'package:stats':
D
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• Sys.getenv("OMP") == "TRUE" is not TRUE (1):
'test-miscellaneous-issues.R:434:3'
• empty test (1):
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ──
Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker.
Backtrace:
▆
1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─dt[, `:=`(new, 1)]
10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1))
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.5
Check: compiled code
Result: NOTE
File 'collapse/libs/x64/collapse.dll':
Found non-API calls to R: 'ATTRIB', 'SET_ATTRIB'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Version: 2.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [209s/268s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # rm(list = ls())
> # Sys.setenv(R_TESTS = "")
> library(testthat)
> options(collapse_export_F = TRUE)
> # library(collapse)
>
> test_check("collapse")
Loading required package: collapse
collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation`
Attaching package: 'collapse'
The following object is masked from 'package:stats':
D
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• Sys.getenv("OMP") == "TRUE" is not TRUE (1):
'test-miscellaneous-issues.R:434:3'
• empty test (1):
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ──
Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker.
Backtrace:
▆
1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─dt[, `:=`(new, 1)]
10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1))
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 2.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [232s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # rm(list = ls())
> # Sys.setenv(R_TESTS = "")
> library(testthat)
> options(collapse_export_F = TRUE)
> # library(collapse)
>
> test_check("collapse")
Loading required package: collapse
collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation`
Attaching package: 'collapse'
The following object is masked from 'package:stats':
D
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• Sys.getenv("OMP") == "TRUE" is not TRUE (1):
'test-miscellaneous-issues.R:434:3'
• empty test (1):
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ──
Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker.
Backtrace:
▆
1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─dt[, `:=`(new, 1)]
10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1))
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 2.1.5
Check: installed package size
Result: NOTE
installed size is 22.3Mb
sub-directories of 1Mb or more:
R 2.0Mb
libs 18.2Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, 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.