CRAN Package Check Results for Package datacommons

Last updated on 2025-12-06 00:48:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.08 38.89 41.97 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.12 22.22 24.34 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 12.00 55.00 67.00 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 75.36 OK
r-devel-windows-x86_64 0.1.0 5.00 57.00 62.00 OK
r-patched-linux-x86_64 0.1.0 3.28 34.42 37.70 OK
r-release-linux-x86_64 0.1.0 2.96 35.71 38.67 OK
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 2.00 47.00 49.00 OK
r-release-windows-x86_64 0.1.0 5.00 56.00 61.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 3.00 52.00 55.00 OK
r-oldrel-windows-x86_64 0.1.0 5.00 67.00 72.00 OK

Check Details

Version: 0.1.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'httpuv' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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(datacommons) > > test_check("datacommons") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 203 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:274:3'): construct_request builds POST requests ──────── <rlib_error_package_not_found/rlang_error/error/condition> Error in `httr2::req_dry_run(req)`: The package "httpuv" is required. Backtrace: ▆ 1. ├─base::paste(capture.output(httr2::req_dry_run(req)), collapse = "\n") at test-utils.R:274:3 2. ├─utils::capture.output(httr2::req_dry_run(req)) 3. │ └─base::withVisible(...elt(i)) 4. └─httr2::req_dry_run(req) 5. └─rlang::check_installed("httpuv") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 203 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc