-
Notifications
You must be signed in to change notification settings - Fork 0
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.41 to version 0.42
Yihui Xie (32): start the next version deprecate isFALSE() for all users (not limiting to R CMD check) (#75) v could be NULL when the error message doesn't contain the version info I expected the number of revdeps of knitr has exceeded the limit of AWS batch jobs, so check at most 9000 revdeps at a time allow for pkgs = character(0) get_fun() was used earlier vectorize check_old_package() submit all groups of jobs at once, and then wait for them to finish, instead of submitting sequentially add news for #75 add a link to the error message, and delete examples of isFALSE() point out the possibly outdated packages to make it easier for users to know what to do with the deprecation of xfun::isFALSE: yihui/yihui.org#1470 (comment) add the `envir` argument to `yaml_load()` add ... argument to yaml_body() add a `merge_comments` argument to `split_source()` no need to `<<-` since broken is in scope no need to use xfun:: inside this package Create FUNDING.yml add a `skip` argument to split_source() so that it's possible to skip the rest of code when the skip token is found make split_lines() work with \r\n, too let the `skip` argument of split_source() take value from a global option store the source line number in split_source() output add a function `record()` to record the results of R code factor out some code from knitr to this package as functions csv_options() and divide_chunk() put record.css at the end to prioritize its rules add a `line_number` argument to split_source() import grDevices for record() on Windows, an empty new plot file is created (and locked) upon opening a device, so we need to clean up plot files before opening the device, otherwise we can't delete the initial empty file a helper function decimal_dot() for rstudio/rmarkdown#2525, which will be fixed in knitr later update license year don't return the engine in the divide_chunk() output (it would be a break change: https://github.com/yihui/knitr/actions/runs/7809970020) suppress warnings from Sys.setlocale('LC_NUMERIC'): rstudio/rmarkdown#2525 (comment) CRAN release v0.42
Showing
5 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := R-xfun | ||
URL = https://cran.r-project.org/src/contrib/xfun_0.41.tar.gz | ||
URL = https://cran.r-project.org/src/contrib/xfun_0.42.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
77 | ||
78 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4e569d6e8176e11ffc9435e78eb46f8a5136f8b9/xfun_0.41.tar.gz | ||
942586dd45a99848f2806dbb48ab0d8c032b86d9/xfun_0.42.tar.gz |