xfun 0.33
-
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 newextra
argument infile_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 optionstringsAsFactors = FALSE
has become the default in base R since 4.0.0.