KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
623 stars 159 forks source link

@Issue #170: csv2.reader() does not behave as expected with regard to read.csv2() #195

Closed crubb closed 7 years ago

crubb commented 7 years ago

Hey guys,

with reference to https://github.com/johnmyleswhite/ProjectTemplate/issues/170, here is the warning with regard to future change of behaviour of csv2.reader().

I will provide the PR with the actual change in behaviour after acceptance of this PR.

Best regards, crubb

connectedblue commented 7 years ago

Nice step before the solution is implemented.

When developing the PR, you might want to consider a check in migrate.project.R for the presence of .csv2 files in the data directory and output a message that behaviour has changed and they might want to check their project code (I don't think there's any other sensible action that could be taken on behalf of the user).