CRAN Package Check Results for Package rpanel

Last updated on 2026-04-22 01:53:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-6.3 17.26 424.64 441.90 OK
r-devel-linux-x86_64-debian-gcc 1.1-6.3 12.43 287.89 300.32 ERROR
r-devel-linux-x86_64-fedora-clang 1.1-6.3 29.00 678.64 707.64 OK
r-devel-linux-x86_64-fedora-gcc 1.1-6.3 29.00 659.61 688.61 OK
r-devel-macos-arm64 1.1-6.3 6.00 144.00 150.00 OK
r-devel-windows-x86_64 1.1-6.3 17.00 381.00 398.00 OK
r-patched-linux-x86_64 1.1-6.3 20.49 433.64 454.13 OK
r-release-linux-x86_64 1.1-6.3 17.32 427.76 445.08 OK
r-release-macos-arm64 1.1-6.3 7.00 159.00 166.00 OK
r-release-macos-x86_64 1.1-6.3 15.00 602.00 617.00 OK
r-release-windows-x86_64 1.1-6.3 15.00 368.00 383.00 OK
r-oldrel-macos-arm64 1.1-6.1 8.00 106.00 114.00 OK
r-oldrel-macos-x86_64 1.1-6.3 15.00 641.00 656.00 OK
r-oldrel-windows-x86_64 1.1-6.3 17.00 467.00 484.00 OK

Check Details

Version: 1.1-6.3
Check: tests
Result: ERROR Running ‘testthat.R’ [218s/307s] 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.t_test-11.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 1364 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── 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 1 | WARN 1 | SKIP 0 | PASS 1364 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc