CRAN Package Check Results for Package RMSDp

Last updated on 2024-05-20 07:52:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.03 24.90 26.93 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.82 17.66 19.48 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 34.50 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 37.69 OK
r-devel-windows-x86_64 0.1.0 3.00 86.00 89.00 OK
r-patched-linux-x86_64 0.1.0 2.32 23.75 26.07 OK
r-release-linux-x86_64 0.1.0 1.94 24.24 26.18 OK
r-release-macos-arm64 0.1.0 43.00 OK
r-release-windows-x86_64 0.1.0 3.00 94.00 97.00 OK
r-oldrel-macos-arm64 0.1.0 39.00 OK
r-oldrel-macos-x86_64 0.1.0 133.00 OK
r-oldrel-windows-x86_64 0.1.0 3.00 102.00 105.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/62s] 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(RMSDp) > > test_check("RMSDp") trying URL 'http://archive.ics.uci.edu/static/public/109/wine.zip' [ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.r:5:1'): (code run outside of `test_that()`) ───────────────── Error in `download.file("http://archive.ics.uci.edu/static/public/109/wine.zip", tmp)`: cannot open URL 'http://archive.ics.uci.edu/static/public/109/wine.zip' Backtrace: ▆ 1. └─utils::download.file(...) at test01.r:5:1 [ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc