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.
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
askargument that defaults tointeractive(), so that other tools can call this function to unconditionally overwrite.