Skip to content
Prev 30202 / 63424 Next

dos-style line endings in .Rbuildignore result in files not being excluded

On Tue, 14 Oct 2008 08:46:36 -0400,
Nathan Coulter <org.r-project.r-devel at pooryorick.com> wrote:

            
I think so too.  Too often I get files from other people that were
encoded in different systems, so EOL can be a source of grief.  Most of
the time they are DOS (M$), so I got in the habit of using the tofromdos
tools for DOS <-> Unix EOL issues because this is a problem I'd rather
fix for the whole file system, rather than a particular task in R.