CRAN Package Check Results for Package webuse

Last updated on 2025-08-01 09:51:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 3.51 32.02 35.53 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 2.56 25.57 28.13 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.3 53.86 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 50.57 OK
r-devel-windows-x86_64 0.1.3 4.00 56.00 60.00 OK
r-patched-linux-x86_64 0.1.3 2.68 29.85 32.53 OK
r-release-linux-x86_64 0.1.3 3.30 29.62 32.92 OK
r-release-macos-arm64 0.1.3 27.00 OK
r-release-macos-x86_64 0.1.3 42.00 OK
r-release-windows-x86_64 0.1.3 6.00 50.00 56.00 OK
r-oldrel-macos-arm64 0.1.3 29.00 OK
r-oldrel-macos-x86_64 0.1.3 36.00 OK
r-oldrel-windows-x86_64 0.1.3 5.00 59.00 64.00 OK

Check Details

Version: 0.1.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jodi Beggs <jodi@alum.mit.edu>’ Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: examples
Result: ERROR Running examples in ‘webuse-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: webuse > ### Title: webuse > ### Aliases: webuse webuselist webuse-package > > ### ** Examples > > webuse("auto") ! curl package not installed, falling back to using `url()` Warning in open.connection(con, "rb") : cannot open URL 'https://www.stata-press.com/data/r15/auto.dta': HTTP status was '523 Unknown Error' Error in open.connection(con, "rb") : cannot open the connection to 'https://www.stata-press.com/data/r15/auto.dta' Calls: webuse ... datasource_connection -> read_connection -> open -> open.connection Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("webuse") > > test_check("webuse") [ FAIL 1 | WARN 1 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'tests.R:10:3', 'tests.R:18:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('tests.R:5:3'): Basic functionality ────────────────────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://www.stata-press.com/data/r15/auto.dta' Backtrace: ▆ 1. ├─testthat::expect_true(...) at tests.R:5:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::inherits(webuse("auto"), "data.frame") 5. └─webuse::webuse("auto") 6. └─haven::read_dta(...) 7. └─readr::datasource(file) 8. └─readr:::datasource_connection(...) 9. └─readr:::read_connection(path) 10. ├─base::open(con, "rb") 11. └─base::open.connection(con, "rb") [ FAIL 1 | WARN 1 | SKIP 2 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang