Last updated on 2026-04-22 04:54:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 9.18 | 109.67 | 118.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 7.52 | 75.88 | 83.40 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 16.00 | 140.44 | 156.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 16.00 | 177.90 | 193.90 | OK | |
| r-devel-macos-arm64 | 1.0.2 | 3.00 | 129.00 | 132.00 | OK | |
| r-devel-windows-x86_64 | 1.0.2 | 15.00 | 194.00 | 209.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.2 | 10.77 | 103.63 | 114.40 | OK | |
| r-release-linux-x86_64 | 1.0.2 | 10.67 | 100.48 | 111.15 | OK | |
| r-release-macos-arm64 | 1.0.2 | OK | ||||
| r-release-macos-x86_64 | 1.0.2 | 8.00 | 217.00 | 225.00 | OK | |
| r-release-windows-x86_64 | 1.0.2 | 14.00 | 130.00 | 144.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 3.00 | 256.00 | 259.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.2 | 8.00 | 282.00 | 290.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.2 | 19.00 | 161.00 | 180.00 | OK |
Version: 1.0.2
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")
# A package info object: glue package
- Version: v1.8.1
- Release Date: 2026-04-17
- Title: Interpreted String Literals
- Maintainer: Jennifer Bryan <jenny@posit.co>
- License: MIT + file LICENSE
- Description: An implementation of interpreted string literals, inspired by
Python's Literal String Interpolation
<https://www.python.org/dev/peps/pep-0498/> and Docstrings
<https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted
String Literals
<https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
- Depends: R (>= 4.1)
- Imports: methods
- Suggests: crayon, DBI (>= 1.2.0), dplyr, knitr, rlang, rmarkdown, RSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0), waldo (>= 0.5.3), withr
- Downloads/Month: 1664534
- Repository: CRAN
- Cached: TRUE
- Functions: 24
> # A package info object: glue package
> # - Version: v1.7.0
> # - Release Date: 2024-01-09
> # - Title: Interpreted String Literals
> # - Maintainer: Jennifer Bryan <jenny@posit.co>
> # - License: MIT + file LICENSE
> # - Description: An implementation of interpreted string literals, inspired by
> # Python's Literal String Interpolation
> # <https://www.python.org/dev/peps/pep-0498/> and Docstrings
> # <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted
> # String Literals
> # <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
> # - Depends: R (>= 3.6)
> # - Imports: methods
> # - Suggests: crayon, DBI (>= 1.2.0), dplyr, knitr, magrittr, rlang,
> # rmarkdown, RSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0),
> # waldo (>= 0.3.0), withr
> # - Downloads/Month: 1463244
> # - Repository: CRAN
> # - Cached: TRUE
> # - Functions: 24
>
> # Get info object
> res <- pkg_info("glue")
Error in github_package(pkg) :
Pkgdiff GitHub package 'glue' not available.
Calls: pkg_info -> get_info_github -> github_package
Execution halted
Flavor: r-devel-windows-x86_64