You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve line ending. Otherwise we are too much dependent on the "eol" Git config settings. I have an implementation for transforming a file preserving line endings in {enc}, but I'm retiring it: https://github.com/krlmlr/enc/blob/master/R/io.R#L110.
Consider adding an ask argument that defaults to interactive(), so that other tools can call this function to unconditionally overwrite.
The text was updated successfully, but these errors were encountered:
We also need to handle the case where the file doesn't yet exist; possible by reading the line endings from the DESCRIPTION (not sure where to look if the project isn't a package).
Preserve line ending. Otherwise we are too much dependent on the "eol" Git config settings. I have an implementation for transforming a file preserving line endings in {enc}, but I'm retiring it: https://github.com/krlmlr/enc/blob/master/R/io.R#L110.
Consider adding an
ask
argument that defaults tointeractive()
, so that other tools can call this function to unconditionally overwrite.The text was updated successfully, but these errors were encountered: