Last updated on 2026-04-09 05:52:06 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| talkr | 1 | 10 | 3 |
Current CRAN status: ERROR: 1, NOTE: 10, OK: 3
Version: 0.1.3
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘add_lines.R’ ‘init.R’ ‘plots.R’ ‘report.R’ ‘tokenize.R’
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, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/129s]
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(talkr)
>
> test_check("talkr")
Saving _problems/test-plots-15.R
Saving _problems/test-report-2.R
[ FAIL 2 | WARN 2 | SKIP 1 | PASS 71 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-calculate_timing.R:4:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plots.R:15:1'): (code run outside of `test_that()`) ────────────
Error in `scan(file = file, what = what, sep = sep, quote = quote, dec = dec, nmax = nrows, skip = 0, na.strings = na.strings, quiet = TRUE, fill = fill, strip.white = strip.white, blank.lines.skip = blank.lines.skip, multi.line = FALSE, comment.char = comment.char, allowEscapes = allowEscapes, flush = flush, encoding = encoding, skipNul = skipNul)`: cannot read from connection
Backtrace:
▆
1. └─talkr::get_ifadv() at test-plots.R:15:1
2. └─utils::read.csv(source)
3. └─utils::read.table(...)
4. └─base::scan(...)
── Error ('test-report.R:2:1'): (code run outside of `test_that()`) ────────────
Error in `scan(file = file, what = what, sep = sep, quote = quote, dec = dec, nmax = nrows, skip = 0, na.strings = na.strings, quiet = TRUE, fill = fill, strip.white = strip.white, blank.lines.skip = blank.lines.skip, multi.line = FALSE, comment.char = comment.char, allowEscapes = allowEscapes, flush = flush, encoding = encoding, skipNul = skipNul)`: cannot read from connection
Backtrace:
▆
1. └─talkr::get_ifadv() at test-report.R:2:1
2. └─utils::read.csv(source)
3. └─utils::read.table(...)
4. └─base::scan(...)
[ FAIL 2 | WARN 2 | SKIP 1 | PASS 71 ]
Deleting unused snapshots: 'plots/plot_quality.png'
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘workflows.Rmd’ using rmarkdown
Quitting from workflows.Rmd:34-38 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `scan()`:
! cannot read from connection
---
Backtrace:
▆
1. └─talkr::get_ifadv()
2. └─utils::read.csv(source)
3. └─utils::read.table(...)
4. └─base::scan(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'workflows.Rmd' failed with diagnostics:
cannot read from connection
--- failed re-building ‘workflows.Rmd’
SUMMARY: processing the following file failed:
‘workflows.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-linux-x86_64