despite of what's announced in the NEWS and in #841.
To reproduce:
- Clone any package on Windows
- Run
unix2dos man/*.Rd
- Run
devtools::document()
I believe this is because write_if_different() already receives character strings with embedded newlines, and write_lines() doesn't convert them to the detected newlines.
despite of what's announced in the NEWS and in #841.
To reproduce:
unix2dos man/*.Rddevtools::document()I believe this is because
write_if_different()already receives character strings with embedded newlines, andwrite_lines()doesn't convert them to the detected newlines.