- using R Under development (unstable) (2025-04-26 r88181 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'pkgdiff/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'pkgdiff' version '0.2.0'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'pkgdiff' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [4s] OK
- checking whether the package can be loaded with stated dependencies ... [3s] OK
- checking whether the package can be unloaded cleanly ... [3s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [3s] OK
- checking whether startup messages can be suppressed ... [3s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [6s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [71s] ERROR
Running examples in 'pkgdiff-Ex.R' failed
The error most likely occurred in:
> ### Name: print.pdiff
> ### Title: Print a Package Difference Object
> ### Aliases: print.pdiff
>
> ### ** Examples
>
> # View versions
> pkg_versions("rvest")
Package Version FileName Release Size
1 rvest 1.0.4 rvest_1.0.4.tar.gz 2024-02-12 113K
2 rvest 1.0.3 rvest_1.0.3.tar.gz 2022-08-20 92K
3 rvest 1.0.2 rvest_1.0.2.tar.gz 2021-10-17 92K
4 rvest 1.0.1 rvest_1.0.1.tar.gz 2021-07-26 92K
5 rvest 1.0.0 rvest_1.0.0.tar.gz 2021-03-09 92K
6 rvest 0.3.6 rvest_0.3.6.tar.gz 2020-07-25 2.7M
7 rvest 0.3.5 rvest_0.3.5.tar.gz 2019-11-09 1.1M
8 rvest 0.3.4 rvest_0.3.4.tar.gz 2019-05-15 1.6M
9 rvest 0.3.3 rvest_0.3.3.tar.gz 2019-04-11 1.6M
10 rvest 0.3.2 rvest_0.3.2.tar.gz 2016-06-17 1.5M
11 rvest 0.3.1 rvest_0.3.1.tar.gz 2015-11-11 1.5M
12 rvest 0.3.0 rvest_0.3.0.tar.gz 2015-09-23 1.5M
13 rvest 0.2.0 rvest_0.2.0.tar.gz 2015-01-01 5.2M
14 rvest 0.1.0 rvest_0.1.0.tar.gz 2014-11-22 5.1M
> # Package Version FileName Release Size
> # 1 rvest 1.0.4 rvest_1.0.4.tar.gz 2024-02-12 113K
> # 2 rvest 1.0.3 rvest_1.0.3.tar.gz 2022-08-20 92K
> # 3 rvest 1.0.2 rvest_1.0.2.tar.gz 2021-10-17 92K
> # 4 rvest 1.0.1 rvest_1.0.1.tar.gz 2021-07-26 92K
> # 5 rvest 1.0.0 rvest_1.0.0.tar.gz 2021-03-09 92K
> # 6 rvest 0.3.6 rvest_0.3.6.tar.gz 2020-07-25 2.7M
> # 7 rvest 0.3.5 rvest_0.3.5.tar.gz 2019-11-09 1.1M
> # 8 rvest 0.3.4 rvest_0.3.4.tar.gz 2019-05-15 1.6M
> # 9 rvest 0.3.3 rvest_0.3.3.tar.gz 2019-04-11 1.6M
> # 10 rvest 0.3.2 rvest_0.3.2.tar.gz 2016-06-17 1.5M
> # 11 rvest 0.3.1 rvest_0.3.1.tar.gz 2015-11-11 1.5M
> # 12 rvest 0.3.0 rvest_0.3.0.tar.gz 2015-09-23 1.5M
> # 13 rvest 0.2.0 rvest_0.2.0.tar.gz 2015-01-01 5.2M
> # 14 rvest 0.1.0 rvest_0.1.0.tar.gz 2014-11-22 5.1M
>
> # Find differences in latest version
> res <- pkg_diff("rvest", "1.0.3", "1.0.4")
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: pkg_diff ... get_fastest_infos -> github_packages -> get -> load
Execution halted
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [58s] OK
Running 'testthat.R' [58s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [9s] OK
- checking PDF version of manual ... [21s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 1 ERROR