Skip to content

Commit

Permalink
Update install.packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgant committed Apr 6, 2017
1 parent 35cd56b commit 4379047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pacman::p_load(quickDAG)
Install the package using the following code:

```{R, eval = F}
install.packages(c("DiagrammeR" "DiagrammeRsvg", "rsvg", "devtools", "knitr"))
install.packages(c("DiagrammeR", "DiagrammeRsvg", "rsvg", "devtools", "knitr"))
library(devtools)
devtools::install_github("jrgant/quickDAG")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ quickDAG
Install the package using the following code:

``` r
install.packages(c("DiagrammeR" "DiagrammeRsvg", "rsvg", "devtools", "knitr"))
install.packages(c("DiagrammeR", "DiagrammeRsvg", "rsvg", "devtools", "knitr"))

library(devtools)
devtools::install_github("jrgant/quickDAG")
Expand Down

0 comments on commit 4379047

Please sign in to comment.