Skip to content

xfun 0.33

Compare
Choose a tag to compare
@yihui yihui released this 12 Sep 22:17
· 306 commits to main since this release
  • Reverted the change for #68: the characters -+!_# are no longer accepted by default in filename extensions, since they are relatively rare and caused a breakage in rstudio/bookdown#1369. If you wish to allow for these characters, you may use the new extra argument in file_ext() and related functions, e.g., xfun::file_ext(x, extra = '-+!_#').

  • The function stringsAsStrings() will be deprecated in a future release of xfun, because the global option stringsAsFactors = FALSE has become the default in base R since 4.0.0.