CRAN Package Check Results for Package talkr

Last updated on 2025-02-06 09:52:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 5.26 57.73 62.99 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.3 4.11 42.56 46.67 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.3 104.72 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.3 109.43 NOTE
r-devel-windows-x86_64 0.1.3 7.00 79.00 86.00 NOTE
r-patched-linux-x86_64 0.1.3 4.80 42.03 46.83 ERROR
r-release-linux-x86_64 0.1.3 4.65 54.84 59.49 OK
r-release-macos-arm64 0.1.3 46.00 OK
r-release-macos-x86_64 0.1.3 67.00 OK
r-release-windows-x86_64 0.1.3 7.00 72.00 79.00 OK
r-oldrel-macos-arm64 0.1.3 42.00 OK
r-oldrel-macos-x86_64 0.1.3 67.00 OK
r-oldrel-windows-x86_64 0.1.3 8.00 84.00 92.00 OK

Check Details

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-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/125s] 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") [ FAIL 2 | WARN 2 | SKIP 1 | PASS 71 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-calculate_timing.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:15:1'): (code run outside of `test_that()`) ──────────── Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/elpaco-escience/ifadv/csv/data/ifadv.csv' Backtrace: ▆ 1. └─talkr::get_ifadv() at test-plots.R:15:1 2. └─utils::read.csv(source) 3. └─utils::read.table(...) 4. └─base::file(file, "rt") ── Error ('test-report.R:2:1'): (code run outside of `test_that()`) ──────────── Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/elpaco-escience/ifadv/csv/data/ifadv.csv' Backtrace: ▆ 1. └─talkr::get_ifadv() at test-report.R:2:1 2. └─utils::read.csv(source) 3. └─utils::read.table(...) 4. └─base::file(file, "rt") [ 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 lines 35-38 [unnamed-chunk-2] (workflows.Rmd) Error: processing vignette 'workflows.Rmd' failed with diagnostics: cannot open the connection to 'https://raw.githubusercontent.com/elpaco-escience/ifadv/csv/data/ifadv.csv' --- 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