-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adding support for haven #23
base: master
Are you sure you want to change the base?
Conversation
Hello eveyp, I copied from your repositoriy to read data from Stata version 15. And I first used the simple example to test it. The test codes are shown below: x <- data.frame(a = rnorm(3), b = letters[1:3]) But the computation processing time is too long, and I finally interrupted it. The errors are shown below: Error in seq.int(cutpoints[1] + 1, cutpoints[2] - 1) : Besides, my environment is OSX M1, Stata 16. And when I used lbraglia's origin repository, those codes were working. |
add readstata13 support
bump version number use tempfiles for callr support
Add callr support
I'm not sure if you're still working on this, but I was able to get things running on my computer by modifying the |
Adds support for haven when Stata version 8 and greater is used. Leave foreign in place for older versions of Stata.
Closes #14