- using R Under development (unstable) (2025-08-21 r88668)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-1) 15.2.0
GNU Fortran (Debian 15.2.0-1) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘aidar/DESCRIPTION’ ... OK
- this is package ‘aidar’ version ‘1.0.5’
- checking CRAN incoming feasibility ... [0s/0s] NOTE
Maintainer: ‘Andreas Pfeiffer <apfeiffer1@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Andreas",
family = "Pfeiffer",
role = c("aut", "cre"),
email = "apfeiffer1@gmail.com")
as necessary.
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘aidar’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [4s/5s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [5s/7s] ERROR
Running ‘run-all.R’ [5s/7s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> test_check("aidar")
Loading required package: aidar
[ FAIL 17 | WARN 0 | SKIP 0 | PASS 103 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_c2.R:25:2'): getAnnotation(2D cloud) ─────────────────────────
length(ann$keys) not equal to 7.
1/1 mismatches
[1] 0 - 7 == -7
── Failure ('test_c2.R:27:2'): getAnnotation(2D cloud) ─────────────────────────
ann$values[ann$keys == "Entries"] not equal to "100".
Lengths differ: 0 is not 1
── Failure ('test_c2.R:28:2'): getAnnotation(2D cloud) ─────────────────────────
ann$values[ann$keys == "MeanX"] not equal to "26.123".
Lengths differ: 0 is not 1
── Failure ('test_c2.R:29:2'): getAnnotation(2D cloud) ─────────────────────────
ann$values[ann$keys == "MeanY"] not equal to "50.282".
Lengths differ: 0 is not 1
── Failure ('test_c3.R:27:2'): getAnnotation(3D cloud) ─────────────────────────
length(ann$keys) not equal to 9.
1/1 mismatches
[1] 0 - 9 == -9
── Failure ('test_c3.R:29:2'): getAnnotation(3D cloud) ─────────────────────────
ann$values[ann$keys == "Entries"] not equal to "100".
Lengths differ: 0 is not 1
── Failure ('test_c3.R:30:2'): getAnnotation(3D cloud) ─────────────────────────
ann$values[ann$keys == "MeanX"] not equal to "26.123".
Lengths differ: 0 is not 1
── Failure ('test_c3.R:31:2'): getAnnotation(3D cloud) ─────────────────────────
ann$values[ann$keys == "MeanY"] not equal to "50.282".
Lengths differ: 0 is not 1
── Failure ('test_c3.R:32:2'): getAnnotation(3D cloud) ─────────────────────────
ann$values[ann$keys == "MeanZ"] not equal to "0.1501".
Lengths differ: 0 is not 1
── Failure ('test_h2.R:27:2'): getAnnotation(2D histo) ─────────────────────────
length(a10$key) not equal to 8.
1/1 mismatches
[1] 0 - 8 == -8
── Error ('test_h2.R:29:2'): getAnnotation(2D histo) ───────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `a10$values[[3]]`: subscript out of bounds
Backtrace:
▆
1. └─testthat::expect_equal(a10$values[[3]], "993") at test_h2.R:29:9
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
── Failure ('test_h3.R:27:2'): getAnnotation(3D histo) ─────────────────────────
length(ann$key) not equal to 10.
1/1 mismatches
[1] 0 - 10 == -10
── Error ('test_h3.R:29:2'): getAnnotation(3D histo) ───────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `ann$values[[3]]`: subscript out of bounds
Backtrace:
▆
1. └─testthat::expect_equal(ann$values[[3]], "992") at test_h3.R:29:9
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
── Failure ('test_p1.R:25:2'): getAnnotation(1D profile) ───────────────────────
length(a10$key) not equal to 8.
1/1 mismatches
[1] 0 - 8 == -8
── Error ('test_p1.R:27:2'): getAnnotation(1D profile) ─────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `a10$values[[3]]`: subscript out of bounds
Backtrace:
▆
1. └─testthat::expect_equal(a10$values[[3]], "971") at test_p1.R:27:9
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
── Failure ('test_p2.R:26:2'): getAnnotation(2D profile) ───────────────────────
length(ann$key) not equal to 8.
1/1 mismatches
[1] 0 - 8 == -8
── Error ('test_p2.R:28:2'): getAnnotation(2D profile) ─────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `ann$values[[3]]`: subscript out of bounds
Backtrace:
▆
1. └─testthat::expect_equal(ann$values[[3]], "953") at test_p2.R:28:9
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 17 | WARN 0 | SKIP 0 | PASS 103 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [4s/7s] OK
- checking HTML version of manual ... [0s/0s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE