CRAN Package Check Results for Package biblio

Last updated on 2026-06-17 00:49:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.12 6.93 56.26 63.19 OK
r-devel-linux-x86_64-debian-gcc 0.0.12 5.33 39.64 44.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.12 12.00 88.16 100.16 OK
r-devel-linux-x86_64-fedora-gcc 0.0.12 12.00 81.48 93.48 OK
r-devel-windows-x86_64 0.0.12 10.00 75.00 85.00 OK
r-patched-linux-x86_64 0.0.12 6.71 51.75 58.46 OK
r-release-linux-x86_64 0.0.12 6.70 51.67 58.37 OK
r-release-macos-arm64 0.0.12 2.00 20.00 22.00 OK
r-release-macos-x86_64 0.0.12 5.00 60.00 65.00 OK
r-release-windows-x86_64 0.0.12 10.00 71.00 81.00 OK
r-oldrel-macos-arm64 0.0.12 OK
r-oldrel-macos-x86_64 0.0.12 5.00 60.00 65.00 OK
r-oldrel-windows-x86_64 0.0.12 12.00 150.00 162.00 OK

Check Details

Version: 0.0.12
Check: examples
Result: ERROR Running examples in ‘biblio-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: doi2bib > ### Title: Downloading bibliogrphic references from DOIs > ### Aliases: doi2bib > > ### ** Examples > > ## Retrieve bibliographic entries for two publications > dois <- c("10.1111/1748-5967.12330", + "10.1016/j.envsci.2019.03.017") > > bibrefs <- doi2bib(dois) Warning: v1/works/10.1111/1748-5967.12330/transform w/ (504) - <html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> </body> </html> Warning: v1/works/10.1016/j.envsci.2019.03.017/transform w/ (504) - <html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> </body> </html> Error in x$content : $ operator is invalid for atomic vectors Calls: doi2bib -> read_bib -> sub -> is.factor Execution halted Flavor: r-devel-linux-x86_64-debian-gcc