Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
R-xfun: Autospec creation for update from version 0.21 to version 0.22
Yihui Xie (22): use exit_call(), and return early if stringsAsFactors is already false clarify the title, since not all functions are written by me vectorize relative_path(): rstudio/bookdown#1091 use tinytex::is_tinytex() since v0.30 is on CRAN now update license year don't override the env var R_LIBS_USER if it has been set read both ~/.Renviron and .Renviron factor out path_sep() if no package is left after ignoring specified packages, return early when rechecking packages, make sure their dependencies are installed add a function to help clean up a dir that contains binary packages built with an older major version of R always return the names of broken packages add functions to query Homebrew dependencies of R packages add a function `retry()` to retry calling a function for a number of times in case of errors also split package names by spaces, e.g., "pandoc pandoc-citeproc" -> c("pandoc", "pandoc-citeproc") use tools::write_PACKAGES() instead of write.dcf() (to also update PACKAGES.gz/.rds) fix rstudio/tinytex#286: increase the timeout to 3600 seconds in download_file() add a function sort_file() to sort text lines in a file the argument `FUN` was renamed to `fun` in `process_file()`; this is for consistency with other functions like retry() and exit_call(), but might be a breaking change (if that's the case, I may revert this change) factor out the code to read sysreqsdb.rds use known dependencies instead of querying every time CRAN release v0.22 christophe dervieux (1): typo in on.exit() help page
- Loading branch information