Last updated on 2026-05-16 01:53:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-6.3 | 15.42 | 419.25 | 434.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1-6.3 | 11.59 | 277.88 | 289.47 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1-6.3 | 31.00 | 698.12 | 729.12 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1-6.3 | 29.00 | 650.83 | 679.83 | OK | |
| r-devel-windows-x86_64 | 1.1-6.3 | 15.00 | 372.00 | 387.00 | OK | |
| r-patched-linux-x86_64 | 1.1-6.3 | 18.93 | 423.71 | 442.64 | OK | |
| r-release-linux-x86_64 | 1.1-6.3 | 17.54 | 426.65 | 444.19 | 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 | 364.00 | 380.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 | 21.00 | 492.00 | 513.00 | OK |
Version: 1.1-6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [205s/264s]
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-linux-x86_64-debian-gcc