Skip to content

Commit

Permalink
updated README for rel 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjewo committed Oct 28, 2014
1 parent 9988928 commit 98c0dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ The function ```read.dta``` from the foreign package imports only dta files from

## Installation

To install the current release (0.1) from github you need the plattform specific build tools. On Windows a current installation of [Rtools](http://cran.r-project.org/bin/windows/Rtools/) is necessary, while OS X users need to install [Xcode](https://itunes.apple.com/us/app/xcode/id497799835).
To install the current release (0.3) from github you need the plattform specific build tools. On Windows a current installation of [Rtools](http://cran.r-project.org/bin/windows/Rtools/) is necessary, while OS X users need to install [Xcode](https://itunes.apple.com/us/app/xcode/id497799835).

```R
# install.packages("devtools")
devtools::install_github("sjewo/readstata13", ref="0.2")
devtools::install_github("sjewo/readstata13", ref="0.3")
```

Older Versions of devtools require a username option:
```R
install_github("readstata13", username="sjewo", ref="0.2")
install_github("readstata13", username="sjewo", ref="0.3")
```

To install the current development version from github:
Expand All @@ -37,7 +37,7 @@ dat <- read.dta13("path to file.dta")

### Working features

* reading data files and create a data.frame
* reading data files from disk or url and create a data.frame
* assign variable names
* read the new strL strings and save them as attribute
* convert stata label to factors and save them as attribute
Expand Down

0 comments on commit 98c0dcd

Please sign in to comment.