Skip to content

Commit

Permalink
Updated download links
Browse files Browse the repository at this point in the history
  • Loading branch information
frank113 committed Oct 23, 2018
1 parent 951d894 commit 363685d
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 @@ -28,7 +28,7 @@ To install the package, run the following code in an R terminal:

```r
library(devtools)
devtools::install_github("frank113/cmu202", build_vignettes = TRUE, version = "0.3.2")
devtools::install_github("frank113/cmu202", build_vignettes = TRUE, version = "0.3.2.1")
.rs.restartR()
library(cmu202)
```
Expand All @@ -45,10 +45,11 @@ 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/cmu202/blob/7db1a799e58c93fd7ca8709f633639c11b73520b/cmu202_0.3.2.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/cmu202/blob/951d894e7902d9b19929df347d4ea502daebd983/cmu202_0.3.2.1.tgz).

Older binary links are available at the following links: (note that all versions <= 0.2.2.1 have the name `R202`)

+ [0.3.2.1](https://github.com/frank113/cmu202/blob/951d894e7902d9b19929df347d4ea502daebd983/cmu202_0.3.2.1.tgz)
+ [0.3.2](https://github.com/frank113/cmu202/blob/7db1a799e58c93fd7ca8709f633639c11b73520b/cmu202_0.3.2.tgz)
+ [0.3.1.4](https://github.com/frank113/cmu202/blob/2ef987c0414672101a856ed887e3a4b6378009cb/cmu202_0.3.1.4.tgz)
+ [0.3.1.3](https://github.com/frank113/cmu202/blob/090a471f065b4430f6530795cdffa4f254a655e2/cmu202_0.3.1.3.tgz)
Expand All @@ -63,10 +64,11 @@ Older binary links are available at the following links: (note that all versions

#### Mac / Linux

To install the `cmu202` 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/cmu202/blob/7db1a799e58c93fd7ca8709f633639c11b73520b/cmu202_0.3.2.tar.gz).
To install the `cmu202` 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/cmu202/blob/951d894e7902d9b19929df347d4ea502daebd983/cmu202_0.3.2.1.tar.gz).

Older source distributions are available at the following links: (note that all versions <= 0.2.2.1 have the name `R202`)

+ [0.3.2.1](https://github.com/frank113/cmu202/blob/951d894e7902d9b19929df347d4ea502daebd983/cmu202_0.3.2.1.tar.gz)
+ [0.3.2](https://github.com/frank113/cmu202/blob/7db1a799e58c93fd7ca8709f633639c11b73520b/cmu202_0.3.2.tar.gz)
+ [0.3.1.4](https://github.com/frank113/cmu202/blob/2ef987c0414672101a856ed887e3a4b6378009cb/cmu202_0.3.1.4.tar.gz)
+ [0.3.1.3](https://github.com/frank113/cmu202/blob/090a471f065b4430f6530795cdffa4f254a655e2/cmu202_0.3.1.3.tar.gz)
Expand Down

0 comments on commit 363685d

Please sign in to comment.