Last updated on 2026-06-01 00:49:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 7.03 | 70.42 | 77.45 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 16.00 | 144.78 | 160.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 16.00 | 178.00 | 194.00 | OK | |
| r-devel-windows-x86_64 | 1.0.3 | 15.00 | 156.00 | 171.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 11.10 | 104.23 | 115.33 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 10.33 | 104.39 | 114.72 | OK | |
| r-release-macos-arm64 | 1.0.3 | 3.00 | 127.00 | 130.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 8.00 | 253.00 | 261.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 17.00 | 135.00 | 152.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | 3.00 | 125.00 | 128.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.3 | 8.00 | 228.00 | 236.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 21.00 | 175.00 | 196.00 | OK |
Version: 1.0.3
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: 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: 1766571
- 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 curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [cranlogs.r-pkg.org]:
Operation too slow. Less than 1 bytes/sec transferred the last 600 seconds
Calls: pkg_info ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc