Last updated on 2025-12-20 10:51:13 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| adaR | 13 | ||
| edgebundle | 13 | ||
| graphlayouts | 2 | 11 | |
| netrankr | 2 | 11 | |
| netUtils | 13 | ||
| oaqc | 13 | ||
| PSAWR | 13 | ||
| rchroma | 13 | ||
| roughnet | 13 | ||
| roughsf | 13 | ||
| rtoot | 13 | ||
| Rtumblr | 13 | ||
| shortuuid | 13 | ||
| signnet | 1 | 12 | |
| snahelper | 13 | ||
| webtrackR | 3 | 10 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 1.2.2
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
help 2.2Mb
libs 3.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 1.2.4
Check: installed package size
Result: NOTE
installed size is 7.4Mb
sub-directories of 1Mb or more:
doc 1.7Mb
libs 5.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 1, OK: 12
Version: 1.0.6
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 3.5Mb
Flavor: r-oldrel-macos-arm64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 3, OK: 10
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/29s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(webtrackR)
>
> test_check("webtrackR")
Saving _problems/test-preprocess-4.R
Saving _problems/test-preprocess-45.R
Saving _problems/test-preprocess-67.R
Saving _problems/test-preprocess-74.R
Saving _problems/test-preprocess-93.R
Saving _problems/test-preprocess-102.R
Saving _problems/test-summarize-62.R
Saving _problems/test-summarize-108.R
[ FAIL 8 | WARN 30 | SKIP 7 | PASS 124 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-classify.R:22:5', 'test-preprocess.R:23:5',
'test-preprocess.R:186:5', 'test-preprocess.R:201:5',
'test-preprocess.R:208:5', 'test-preprocess.R:283:5',
'test-preprocess.R:291:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-preprocess.R:4:5'): add_duration ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = NA) at test-preprocess.R:4:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:45:5'): add_session ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_session(wt, cutoff = 1800) at test-preprocess.R:45:5
2. ├─wt[, `:=`(tmp_index, 1:.N), by = panelist_id]
3. └─data.table:::`[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)
── Error ('test-preprocess.R:67:5'): add_session testdt_specific ───────────────
Error in ``[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_session(wt, cutoff = 1800) at test-preprocess.R:67:5
2. ├─wt[, `:=`(tmp_index, 1:.N), by = panelist_id]
3. └─data.table:::`[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)
── Error ('test-preprocess.R:74:5'): deduplicate ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:74:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:93:5'): deduplicate errors ────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:93:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:102:5'): deduplicate testdt_specific ──────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:102:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-summarize.R:62:5'): sum_durations ──────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt) at test-summarize.R:62:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-summarize.R:108:5'): sum_durations testdt_specific ─────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt) at test-summarize.R:108:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 8 | WARN 30 | SKIP 7 | PASS 124 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [60s/70s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(webtrackR)
>
> test_check("webtrackR")
Saving _problems/test-preprocess-4.R
Saving _problems/test-preprocess-45.R
Saving _problems/test-preprocess-67.R
Saving _problems/test-preprocess-74.R
Saving _problems/test-preprocess-93.R
Saving _problems/test-preprocess-102.R
Saving _problems/test-summarize-62.R
Saving _problems/test-summarize-108.R
[ FAIL 8 | WARN 30 | SKIP 7 | PASS 124 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-classify.R:22:5', 'test-preprocess.R:23:5',
'test-preprocess.R:186:5', 'test-preprocess.R:201:5',
'test-preprocess.R:208:5', 'test-preprocess.R:283:5',
'test-preprocess.R:291:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-preprocess.R:4:5'): add_duration ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = NA) at test-preprocess.R:4:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:45:5'): add_session ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_session(wt, cutoff = 1800) at test-preprocess.R:45:5
2. ├─wt[, `:=`(tmp_index, 1:.N), by = panelist_id]
3. └─data.table:::`[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)
── Error ('test-preprocess.R:67:5'): add_session testdt_specific ───────────────
Error in ``[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_session(wt, cutoff = 1800) at test-preprocess.R:67:5
2. ├─wt[, `:=`(tmp_index, 1:.N), by = panelist_id]
3. └─data.table:::`[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)
── Error ('test-preprocess.R:74:5'): deduplicate ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:74:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:93:5'): deduplicate errors ────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:93:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:102:5'): deduplicate testdt_specific ──────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:102:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-summarize.R:62:5'): sum_durations ──────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt) at test-summarize.R:62:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-summarize.R:108:5'): sum_durations testdt_specific ─────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt) at test-summarize.R:108:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 8 | WARN 30 | SKIP 7 | PASS 124 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [52s/97s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(webtrackR)
>
> test_check("webtrackR")
Saving _problems/test-preprocess-4.R
Saving _problems/test-preprocess-45.R
Saving _problems/test-preprocess-67.R
Saving _problems/test-preprocess-74.R
Saving _problems/test-preprocess-93.R
Saving _problems/test-preprocess-102.R
Saving _problems/test-summarize-62.R
Saving _problems/test-summarize-108.R
[ FAIL 8 | WARN 30 | SKIP 7 | PASS 124 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-classify.R:22:5', 'test-preprocess.R:23:5',
'test-preprocess.R:186:5', 'test-preprocess.R:201:5',
'test-preprocess.R:208:5', 'test-preprocess.R:283:5',
'test-preprocess.R:291:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-preprocess.R:4:5'): add_duration ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = NA) at test-preprocess.R:4:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:45:5'): add_session ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_session(wt, cutoff = 1800) at test-preprocess.R:45:5
2. ├─wt[, `:=`(tmp_index, 1:.N), by = panelist_id]
3. └─data.table:::`[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)
── Error ('test-preprocess.R:67:5'): add_session testdt_specific ───────────────
Error in ``[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_session(wt, cutoff = 1800) at test-preprocess.R:67:5
2. ├─wt[, `:=`(tmp_index, 1:.N), by = panelist_id]
3. └─data.table:::`[.data.table`(wt, , `:=`(tmp_index, 1:.N), by = panelist_id)
── Error ('test-preprocess.R:74:5'): deduplicate ───────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:74:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:93:5'): deduplicate errors ────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:93:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-preprocess.R:102:5'): deduplicate testdt_specific ──────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt, cutoff = 300, replace_by = 300) at test-preprocess.R:102:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-summarize.R:62:5'): sum_durations ──────────────────────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt) at test-summarize.R:62:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-summarize.R:108:5'): sum_durations testdt_specific ─────────────
Error in ``[.data.table`(wt, , `:=`(duration, as.numeric(data.table::shift(timestamp, n = 1, type = "lead", fill = NA) - timestamp)), by = "panelist_id")`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─webtrackR::add_duration(wt) at test-summarize.R:108:5
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 8 | WARN 30 | SKIP 7 | PASS 124 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc