Skip to content

Commit

Permalink
Updated README to include new versions for source and binary installa…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
frank113 committed Jul 1, 2018
1 parent c13632e commit 362cd24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To successfully use the R202 package, one must install the following R libraries
To install the package, run the following code in an R terminal:

```r
devtools::install_github("frank113/R202", build_vignettes = TRUE, version = "0.2.1")
devtools::install_github("frank113/R202", build_vignettes = TRUE, version = "0.2.2")
.rs.restartR()
library(R202)
```
Expand All @@ -41,19 +41,21 @@ To install from a pre-made distribution of the package, please follow the direct

#### Windows

Note that windows will use the **binary** release of the package. To download the most recent binary version of the package, find the `.tgz` file at [this link](https://github.com/frank113/R202/blob/e0002b8a7b0e9981ed01d257c4d9c2f7d39cc3dd/R202_0.2.1.tgz)
Note that windows will use the **binary** release of the package. To download the most recent binary version of the package, find the `.tgz` file at [this link](https://github.com/frank113/R202/blob/c13632e8aa08dd885b350ec96d66be85b5167e16/R202_0.2.2.tgz)

Older binary links are available at the following links:

+ [0.2.2](https://github.com/frank113/R202/blob/c13632e8aa08dd885b350ec96d66be85b5167e16/R202_0.2.2.tgz)
+ [0.2.1](https://github.com/frank113/R202/blob/e0002b8a7b0e9981ed01d257c4d9c2f7d39cc3dd/R202_0.2.1.tgz)
+ [0.2](https://github.com/frank113/R202/blob/c2ffd608d5e71d4a354b86826188fd41a4d989f3/R202_0.2.0.tgz)

#### Mac / Linux

To install the `R202` package without devtools on a Mac or Linux operating system, please use the **source** release of the package. To download the most recent source version of the package, please download the `.tar.gz` file at [this link](https://github.com/frank113/R202/blob/e0002b8a7b0e9981ed01d257c4d9c2f7d39cc3dd/R202_0.2.1.tar.gz)
To install the `R202` package without devtools on a Mac or Linux operating system, please use the **source** release of the package. To download the most recent source version of the package, please download the `.tar.gz` file at [this link](https://github.com/frank113/R202/blob/c13632e8aa08dd885b350ec96d66be85b5167e16/R202_0.2.2.tar.gz)

Older source distributions are available at the following links:

+ [0.2.2](https://github.com/frank113/R202/blob/c13632e8aa08dd885b350ec96d66be85b5167e16/R202_0.2.2.tar.gz)
+ [0.2.1](https://github.com/frank113/R202/blob/e0002b8a7b0e9981ed01d257c4d9c2f7d39cc3dd/R202_0.2.1.tar.gz)

### Installation after Download
Expand Down

0 comments on commit 362cd24

Please sign in to comment.