Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwenseleers authored Nov 2, 2018
1 parent 191f75b commit b105e72
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ Features
Installation
------------

### Dependencies
### Official CRAN release

**Get the latest official release from CRAN:**

install.packages("export")
library(export)

export needs some R packages ; run the following script to install them if needed.

### Github development version

**Get the latest development version:**

install.packages("officer")
install.packages("rvg")
Expand All @@ -39,20 +47,6 @@ export needs some R packages ; run the following script to install them if neede
install.packages("tikzDevice")
install.packages("xml2")
install.packages("broom")


### Official CRAN release

**Get the latest official release from CRAN:**

install.packages("export")
library(export)


### Github development version

**Get the latest development version:**

install.packages("devtools")
library(devtools)
devtools::install_github("tomwenseleers/export")
Expand Down

0 comments on commit b105e72

Please sign in to comment.