Skip to content

Commit

Permalink
Merge pull request #27 from sjewo/testing
Browse files Browse the repository at this point in the history
merge additonal news 0.8.2 from testing
  • Loading branch information
sjewo committed Feb 19, 2016
2 parents aa00700 + 11d10c3 commit 4a53dc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
0.8.2
- 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 by default
- test for NaN and inf values while writing missing values and replace with NA
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ devtools::install_github("sjewo/readstata13", ref="testing")
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/readstata13)](https://cran.r-project.org/package=readstata13)

### Working features

* [new in 0.8.1] convert non-integer variables to factors (```nonint.factors=T```)
* [new in 0.8.1] handle large datasets
* [new in 0.8.1] working with strL variables is now a lot faster

* [0.8.2] save NA values in character vector as empty string
* [0.8.2] convert.underscore=T will convert all non-literal characters to underscores
* [0.8.2] fix saving of Dates
* [0.8.2] save with convert.factors by default
* [0.8.2] test for NaN and inf values while writing missing values and replace with NA
* [0.8.2] remove message about saving factors
* [0.8.1] convert non-integer variables to factors (```nonint.factors=T```)
* [0.8.1] handle large datasets
* [0.8.1] working with strL variables is now a lot faster
* reading data files from disk or url and create a data.frame
* saving dta files to disk - most features of the dta file format are supported
* assign variable names
Expand Down

0 comments on commit 4a53dc2

Please sign in to comment.