Last updated on 2025-08-30 05:49:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 2.78 | 42.09 | 44.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 2.03 | 29.93 | 31.96 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 59.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 62.13 | OK | |||
r-devel-windows-x86_64 | 1.0.5 | 4.00 | 60.00 | 64.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 2.68 | 39.58 | 42.26 | ERROR | |
r-release-linux-x86_64 | 1.0.5 | 2.57 | 39.82 | 42.39 | ERROR | |
r-release-macos-arm64 | 1.0.5 | 23.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 42.00 | OK | |||
r-release-windows-x86_64 | 1.0.5 | 5.00 | 60.00 | 65.00 | OK | |
r-oldrel-macos-arm64 | 1.0.5 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.5 | 33.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.5 | 5.00 | 73.00 | 78.00 | OK |
Version: 1.0.5
Check: CRAN incoming feasibility
Result: 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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: tests
Result: ERROR
Running ‘run-all.R’ [9s/11s]
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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.5
Check: tests
Result: ERROR
Running ‘run-all.R’ [5s/6s]
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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: tests
Result: ERROR
Running ‘run-all.R’ [8s/10s]
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
Flavors: r-patched-linux-x86_64, r-release-linux-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.