Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raganwald/stata
Read and write support for the Stata binary format
https://github.com/raganwald/stata
Last synced: 8 days ago
JSON representation
Read and write support for the Stata binary format
- Host: GitHub
- URL: https://github.com/raganwald/stata
- Owner: raganwald
- License: mit
- Created: 2012-07-06T17:04:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-06T17:19:31.000Z (over 12 years ago)
- Last Synced: 2023-04-12T08:06:58.787Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
to make the test C app, run:
cd ext
make -f Makefile_c -B
./stata_c_test file.dtathis will compile the application, read file.dta and create a copy of it from the same data in out.dta
to make the test Ruby app, run:
cd ext
ruby extconf.rb
make
./test.rb file.dta
this will do the same, but using the Ruby extensionIf the app finds any issues with the data, it will fail an assert, which will give you line numbers to the source.