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

Update ReadStat sources #34 #92 #101 #114

Merged
merged 1 commit into from
Oct 9, 2015
Merged

Update ReadStat sources #34 #92 #101 #114

merged 1 commit into from
Oct 9, 2015

Conversation

evanmiller
Copy link
Collaborator

Brings in the latest and greatest bug fixes from ReadStat, including large file support for Windows and AIX. It also addresses the infamous "A row was not the expected length" error with some compressed SAS files.

One new part of the writer API worth mentioning:

void readstat_variable_add_missing_double_value(readstat_variable_t *variable, double value);
void readstat_variable_add_missing_double_range(readstat_variable_t *variable, double lo, double hi);

I.e. for SPSS files you can now declare custom missing values and missing ranges.

hadley added a commit that referenced this pull request Oct 9, 2015
Update ReadStat sources.

Fixes #34. Fixes #92. Fixes #101.
@hadley hadley merged commit 2923140 into tidyverse:master Oct 9, 2015
@hadley
Copy link
Member

hadley commented Oct 9, 2015

Thanks!

@lock
Copy link

lock bot commented Jan 18, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants