Last updated on 2026-08-18 01:51:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.3 | 8.82 | 98.56 | 107.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.3 | 6.75 | 71.91 | 78.66 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.3 | 75.48 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.8.3 | 72.51 | OK | |||
| r-devel-windows-x86_64 | 0.8.3 | 10.00 | 115.00 | 125.00 | OK | |
| r-patched-linux-x86_64 | 0.8.3 | 10.72 | 94.61 | 105.33 | OK | |
| r-release-linux-x86_64 | 0.8.3 | 8.42 | 97.49 | 105.91 | OK | |
| r-release-macos-arm64 | 0.8.3 | 2.00 | 27.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.8.3 | 7.00 | 78.00 | 85.00 | OK | |
| r-release-windows-x86_64 | 0.8.3 | 12.00 | 0.00 | 12.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8.3 | 6.00 | 73.00 | 79.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.3 | 13.00 | 139.00 | 152.00 | OK |
Version: 0.8.3
Check: examples
Result: ERROR
Running examples in ‘mark-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_bib
> ### Title: Read Bib file
> ### Aliases: read_bib
>
> ### ** Examples
>
> file <- "https://raw.githubusercontent.com/jmbarbone/bib-references/master/references.bib"
> bibdf <- read_bib(file, max_lines = 51L)
Warning in file(con, "r") :
cannot open URL 'https://raw.githubusercontent.com/jmbarbone/bib-references/master/references.bib': HTTP status was '429 Unknown Error'
Error in file(con, "r") :
cannot open the connection to 'https://raw.githubusercontent.com/jmbarbone/bib-references/master/references.bib'
Calls: read_bib -> readLines -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc