CRAN Package Check Results for Package rpanel

Last updated on 2026-09-03 09:53:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-6.3 14.65 424.04 438.69 OK
r-devel-linux-x86_64-debian-gcc 1.1-6.3 12.24 312.75 324.99 OK
r-devel-linux-x86_64-fedora-clang 1.1-6.3 11.00 284.24 295.24 OK
r-devel-linux-x86_64-fedora-gcc 1.1-6.3 12.00 273.71 285.71 OK
r-devel-windows-x86_64 1.1-6.3 16.00 500.00 516.00 ERROR
r-patched-linux-x86_64 1.1-6.3 20.35 432.60 452.95 OK
r-release-linux-x86_64 1.1-6.3 17.91 434.46 452.37 OK
r-release-macos-arm64 1.1-6.3 7.00 133.00 140.00 OK
r-release-macos-x86_64 1.1-6.3 15.00 567.00 582.00 OK
r-release-windows-x86_64 1.1-6.3 16.00 390.00 406.00 OK
r-oldrel-macos-arm64 1.1-6.3 7.00 159.00 166.00 OK
r-oldrel-macos-x86_64 1.1-6.3 15.00 602.00 617.00 OK
r-oldrel-windows-x86_64 1.1-6.3 20.00 490.00 510.00 OK

Check Details

Version: 1.1-6.3
Check: tests
Result: ERROR Running 'testthat.R' [388s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rpanel) Loading required package: tcltk Package `rpanel', version 1.1-6.3: type help(rpanel) for summary information > > test_check("rpanel") Saving _problems/test-rp.lm-130.R Saving _problems/test-rp.t_test-11.R [ FAIL 2 | WARN 2 | SKIP 0 | PASS 1317 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rp.lm.R:129:1'): (code run outside of `test_that()`) ─────────── Error in `file(file, "rt")`: cannot open the connection to 'https://www.maths.gla.ac.uk/~adrian/data/rds.txt' Backtrace: ▆ 1. └─utils::read.table(...) at test-rp.lm.R:129:1 2. └─base::file(file, "rt") ── Error ('test-rp.t_test.R:11:4'): Standard calls ───────────────────────────── Error in `file(file, "rt")`: cannot open the connection to 'https://www.maths.gla.ac.uk/~adrian/data/trout.txt' Backtrace: ▆ 1. └─utils::read.table(path, header = TRUE, stringsAsFactors = TRUE) at test-rp.t_test.R:11:4 2. └─base::file(file, "rt") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 1317 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64