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

WIP/ENH: reading older Stata versions, #11526 #14159

Closed
wants to merge 5 commits into from

Conversation

kshedden
Copy link
Contributor

@kshedden kshedden commented Sep 5, 2016

A simple file seems to read OK if we just treat it like other "old format" (version 104-115) files. However I do not currently have any documentation for this format. The only relevant resource I can find is the file foreign/src/stataread.c in the R foreign package sources:

https://cran.r-project.org/src/contrib/foreign_0.8-66.tar.gz

It suggests some special handling for version 111 but I haven't had time to figure out exactly what it is doing.

@jorisvandenbossche jorisvandenbossche added the IO Stata read_stata, to_stata label Sep 5, 2016
@codecov-io
Copy link

codecov-io commented Sep 6, 2016

Current coverage is 85.24% (diff: 100%)

Merging #14159 into master will not change coverage

@@             master     #14159   diff @@
==========================================
  Files           140        140          
  Lines         50563      50563          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43101      43101          
  Misses         7462       7462          
  Partials          0          0          

Powered by Codecov. Last update 6c73e76...34e09ef

@jreback jreback added this to the 0.19.0 milestone Sep 6, 2016
@jreback
Copy link
Contributor

jreback commented Sep 6, 2016

can you add a whatnew in Bug Fixes. ping on green.

@jreback jreback changed the title WIP/ENH: Initial commit to fix issue #11526 WIP/ENH: reading older Stata versions, #11526 Sep 8, 2016
@jreback
Copy link
Contributor

jreback commented Sep 10, 2016

can you rebase and push again

@kshedden
Copy link
Contributor Author

@jreback I don't understand the issue with appveyor here

@jreback
Copy link
Contributor

jreback commented Sep 10, 2016

need to rebase on master

@kshedden
Copy link
Contributor Author

@jreback, looks OK now

@jreback jreback closed this in 54ab5be Sep 11, 2016
@jreback
Copy link
Contributor

jreback commented Sep 11, 2016

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Stata read_stata, to_stata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_stata issue
4 participants