CRAN Package Check Results for Package pkgdiff

Last updated on 2025-05-18 01:50:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 9.41 140.41 149.82 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 7.48 78.73 86.21 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 166.89 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 202.03 OK
r-devel-windows-x86_64 0.2.0 14.00 166.00 180.00 OK
r-patched-linux-x86_64 0.2.0 9.81 136.50 146.31 ERROR
r-release-linux-x86_64 0.2.0 9.43 134.58 144.01 OK
r-release-macos-arm64 0.2.0 263.00 OK
r-release-macos-x86_64 0.2.0 310.00 OK
r-release-windows-x86_64 0.2.0 14.00 203.00 217.00 OK
r-oldrel-macos-arm64 0.2.0 264.00 OK
r-oldrel-macos-x86_64 0.2.0 366.00 OK
r-oldrel-windows-x86_64 0.2.0 15.00 192.00 207.00 ERROR

Check Details

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘pkgdiff-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: repo_stability > ### Title: Generate Stability Scores for a Repository > ### Aliases: repo_stability > > ### ** Examples > > # Create vector of packages > vct <- c("curl", "dplyr", "rvest", "tidymodels") > > # Get stablity scores > res <- repo_stability(vct) Getting stability score for package 'curl'... Getting stability score for package 'dplyr'... Getting stability score for package 'rvest'... Warning in load(gzcon(murl)) : URL 'https://github.com/dbosak01/pkgdiffdata/raw/refs/heads/main/packages.rds': Timeout of 60 seconds was reached Error in load(gzcon(murl)) : cannot open the connection to 'https://github.com/dbosak01/pkgdiffdata/raw/refs/heads/main/packages.rds' Calls: repo_stability -> pkg_stability -> github_packages -> get -> load Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed pkg_info 1.569 0.123 57.921 print.rstability 1.541 0.097 6.827 pkg_diff 1.462 0.152 5.347 Flavor: r-patched-linux-x86_64

Version: 0.2.0
Check: examples
Result: ERROR Running examples in 'pkgdiff-Ex.R' failed The error most likely occurred in: > ### Name: pkg_info > ### Title: Get Information for a Package > ### Aliases: pkg_info > > ### ** Examples > > # View package info > pkg_info("glue") Warning in load(gzcon(murl)) : URL 'https://github.com/dbosak01/pkgdiffdata/raw/refs/heads/main/packages.rds': status was 'Server returned nothing (no headers, no data)' Error in load(gzcon(murl)) : cannot open the connection to 'https://github.com/dbosak01/pkgdiffdata/raw/refs/heads/main/packages.rds' Calls: pkg_info -> github_packages -> get -> load Execution halted Flavor: r-oldrel-windows-x86_64