Releases: sjewo/readstata13
Releases · sjewo/readstata13
0.10.1 CRAN Release
0.10.0 CRAN Release
Features
- improved handling of time and date formats
- collect warnings from read.dta13
Fixes
- fix for reading/writing of format 119
- fix sortlist attribute for dta format 119
- fix compress option. In the past, unwanted conversions to integer type could occur.
- fix encoding issues in variable and data labels
- fix build on FreeBSD
0.9.2 CRAN Release
Fixes
- fix build errors on OS X
0.9.1 CRAN Release
Features
- Allow reading only pre-selected variables
- Experimental support for format 119
- Improvements to partial reading. Idea by Kevin Jin
- Export of binary data from dta-files
- new function get.label.tables() to show all Stata label sets
Fixes
- fix check for duplicate labels and fixes in set.lang()
0.9.0 CRAN Release
Feature
- check interrupt for long read. Patch by Giovanni Righi
- allow partial reading of selected rows
Fixes
- Generate unique factor labels to prevent errors in factor definition
- updates to notes, roxygen and register
- fixed size of character length. Bug reported by Yiming (Paul) Li
- fix saving characters containing missings. Bug reported by Eivind H. Olsen
- adjustments to convert.underscore. Patch by luke-m-olson
0.8.5 CRAN Release
Fixes
- fix memory issues
- fix read and write issues on big-endian systems
0.8.3 CRAN Release
Feature
- Add many unit tests
Fixes
- restrict length of varnames to 32 chars for compatibility with Stata 14
- Stop compression of doubles as floats. Now test if compression of doubles as
interger types is possible.
0.8.2 CRAN Release
Fixes
- save NA values in character vector as empty string
- convert.underscore=T will convert all non-literal characters to underscores
- fix saving of Dates
- save with convert.factors=T by default
- test for NaN and inf values while writing missing values and replace with NA
- remove message about saving factors
0.8.1 CRAN Hotfix Release
New Features
- convert non-integer variables to factors (nonint.factors=T)
- working with strL variables is now a lot faster (thank to Magnus Thor Torfason)
Fixes
- handle large datasets
- cleanups in code
0.8 CRAN Release
New Features
- Support for formats 102-118 (Stata 6 to Stata 14)
- Cleanups in code
Fixes
- Fix strL support in 118
- Update leap seconds code to current foreign