Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relates to r-hub/pkgsearch#117 and intermittent "build and deploy" failures we're seeing due to an attempt to get a package's CRAN history. Example log: https://github.com/hadley/r-pkgs/actions/runs/5711724736/job/15473842892 The failure I'm talking about: ``` Quitting from lines 59-67 [tbl-usethis-versions] (lifecycle.Rmd) Error: ! parse error: premature EOF (right here) ------^ Backtrace: ▆ 1. ├─knitr::kable(...) 2. ├─dplyr::select(cran_package_history("usethis"), Version, Date = `Date/Publication`) 3. └─pkgsearch::cran_package_history("usethis") 4. └─pkgsearch:::do_crandb_query(...) 5. └─pkgsearch:::crandb_query(ept) 6. └─jsonlite::fromJSON(cnt, ...) 7. └─jsonlite:::parse_and_simplify(...) 8. └─jsonlite:::parseJSON(txt, bigint_as_char) 9. └─jsonlite:::parse_string(txt, bigint_as_char) ```
- Loading branch information