Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to readr package #127

Closed
wibeasley opened this issue Sep 7, 2016 · 2 comments · Fixed by #189
Closed

switch to readr package #127

wibeasley opened this issue Sep 7, 2016 · 2 comments · Fixed by #189
Assignees

Comments

@wibeasley
Copy link
Member

to better handle col_types. Also readr::read_csv() doesn't silently convert data types, like overflowing integers.

@wibeasley wibeasley self-assigned this Sep 7, 2016
wibeasley added a commit that referenced this issue Sep 7, 2016
@wibeasley
Copy link
Member Author

I'm going to shelve this issue until I can use dplyr::mutate_if() with a single-column dataset.
tidyverse/dplyr#2114

wibeasley added a commit that referenced this issue Sep 8, 2016
@wibeasley
Copy link
Member Author

wibeasley commented Mar 26, 2017

This should occur soon. The same version is on CRAN (0.5.0, released June 2016), still exhibits the problem. However, the development version on GitHub doesn't. When it's released on CRAN, I'll switch REDCapR over to readr.

wibeasley added a commit that referenced this issue Aug 23, 2017
Blank cells are NA instead of blanks.  Empty columns are characters instead of logical.  See #127
wibeasley added a commit that referenced this issue Aug 23, 2017
wibeasley added a commit that referenced this issue Aug 23, 2017
See #127
@wibeasley wibeasley mentioned this issue May 17, 2018
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant