Skip to content

Releases: sjewo/readstata13

0.10.1 CRAN Release

21 Feb 17:25
b83792f
Compare
Choose a tag to compare

Fixes

  • fix writing "NA", NA_character_ values
  • fix writing of STRLs in big endian systems

0.10.0 CRAN Release

25 May 11:24
Compare
Choose a tag to compare

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

26 May 11:05
4c122aa
Compare
Choose a tag to compare

Fixes

  • fix build errors on OS X

0.9.1 CRAN Release

25 May 14:38
4c122aa
Compare
Choose a tag to compare

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

05 May 10:49
Compare
Choose a tag to compare

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

09 Sep 18:38
Compare
Choose a tag to compare

Fixes

  • fix memory issues
  • fix read and write issues on big-endian systems

0.8.3 CRAN Release

02 Sep 20:41
Compare
Choose a tag to compare

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

19 Feb 15:38
Compare
Choose a tag to compare

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

14 Nov 13:58
Compare
Choose a tag to compare

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

06 Oct 21:20
Compare
Choose a tag to compare

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