Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
to reflect installation from CRAN
  • Loading branch information
rmendels committed Oct 6, 2016
1 parent e1a54ed commit f1f888c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@ install.packages("ncdf4")
install.packages("sp")
```

The `xtractomatic` package at the moment can be installed from Github using the devtools package:
The `xtractomatic` package is available from <span style="color:blue">CRAN</span> and can be installed by:

```{r install,eval=FALSE}
```{r installCRAN,eval=FALSE}
install.packages("xtractomatic")
```


or the development version is available from [Github](https://github.com/rmendels/xtractomatic and can be installed from <span style="color:blue">Github</span>,

```{r installGit,eval=FALSE}
install.packages("devtools")
devtools::install_github("rmendels/xtractomatic")
```
Expand Down

0 comments on commit f1f888c

Please sign in to comment.