Last updated on 2025-12-28 01:49:22 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| OpenSpecy | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 1.5.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Win Cowger <wincowger@gmail.com>’
Found the following (possibly) invalid URLs:
URL: https://app.gitter.im/#/room/#Open-Specy_community:gitter.im
From: README.md
Message: Invalid URL: '#' not allowed in fragment
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.5.3
Check: examples
Result: ERROR
Running examples in 'OpenSpecy-Ex.R' failed
The error most likely occurred in:
> ### Name: collapse_spec
> ### Title: Define features
> ### Aliases: collapse_spec collapse_spec.default collapse_spec.OpenSpecy
> ### def_features def_features.default def_features.OpenSpecy
>
> ### ** Examples
>
> ## Don't show:
> data.table::setDTthreads(2)
> ## End(Don't show)
> tiny_map <- read_extdata("CA_tiny_map.zip") |> read_any()
> identified_map <- def_features(tiny_map, tiny_map$metadata$x == 0)
Error in `[.data.table`(md, , `:=`("rand_x", sample(x, 1)), by = "feature_id") :
attempt access index 26/26 in VECTOR_ELT
Calls: def_features -> def_features.OpenSpecy -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.5.3
Check: tests
Result: ERROR
Running 'testthat.R' [28s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(OpenSpecy)
>
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> setDTthreads(2)
>
> test_check("OpenSpecy")
Saving _problems/test-def_features-15.R
Saving _problems/test-def_features-30.R
Saving _problems/test-def_features-93.R
Saving _problems/test-def_features-208.R
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 470 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-def_features.R:118:3', 'test-def_features.R:139:3',
'test-manage_lib.R:7:3', 'test-manage_lib.R:28:3', 'test-match_spec.R:63:3',
'test-match_spec.R:201:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-def_features.R:15:3'): features are identified when given logical ──
Error in ``[.data.table`(md, , `:=`("rand_x", sample(x, 1)), by = "feature_id")`: attempt access index 27/27 in VECTOR_ELT
Backtrace:
▆
1. ├─OpenSpecy::def_features(map, map$metadata$particles) at test-def_features.R:15:3
2. └─OpenSpecy:::def_features.OpenSpecy(map, map$metadata$particles)
3. ├─md[, `:=`("rand_x", sample(x, 1)), by = "feature_id"]
4. └─data.table:::`[.data.table`(...)
── Error ('test-def_features.R:30:5'): features are identified with sig_noise and smoothing with closing ──
Error in ``[.data.table`(md, , `:=`("rand_x", sample(x, 1)), by = "feature_id")`: attempt access index 28/28 in VECTOR_ELT
Backtrace:
▆
1. ├─OpenSpecy::def_features(map, map$metadata$snr > 0.1) at test-def_features.R:30:5
2. └─OpenSpecy:::def_features.OpenSpecy(map, map$metadata$snr > 0.1)
3. ├─md[, `:=`("rand_x", sample(x, 1)), by = "feature_id"]
4. └─data.table:::`[.data.table`(...)
── Error ('test-def_features.R:93:3'): particles are identified when given character ──
Error in ``[.data.table`(md, , `:=`("rand_x", sample(x, 1)), by = "feature_id")`: attempt access index 28/28 in VECTOR_ELT
Backtrace:
▆
1. ├─OpenSpecy::def_features(map, map$metadata$particles) at test-def_features.R:93:3
2. └─OpenSpecy:::def_features.OpenSpecy(map, map$metadata$particles)
3. ├─md[, `:=`("rand_x", sample(x, 1)), by = "feature_id"]
4. └─data.table:::`[.data.table`(...)
── Error ('test-def_features.R:208:5'): RGB values are correctly extracted and stored in metadata ──
Error in ``[.data.table`(md, , `:=`(mean_r = as.integer(sqrt(mean(r^2))), mean_g = as.integer(sqrt(mean(g^2))), mean_b = as.integer(sqrt(mean(b^2)))), by = "feature_id")`: attempt access index 25/25 in VECTOR_ELT
Backtrace:
▆
1. ├─OpenSpecy::def_features(...) at test-def_features.R:208:5
2. └─OpenSpecy:::def_features.OpenSpecy(...)
3. ├─...[]
4. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 470 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-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.