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: https://github.com/yihui/yihui.org/discussions/1470#discussioncomment-7515230
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 https://github.com/rstudio/rmarkdown/issues/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'): https://github.com/rstudio/rmarkdown/issues/2525#issuecomment-1933341127
CRAN release v0.42