CRAN Package Check Results for Maintainer ‘Kazumi Wada <kazwd2008 at gmail.com>’

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

Package ERROR OK
RMSD 12
RMSDp 1 11

Package RMSD

Current CRAN status: OK: 12

Package RMSDp

Current CRAN status: ERROR: 1, OK: 11

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