Skip to content

Commit

Permalink
Added bracket to command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdentro committed Feb 3, 2019
1 parent 7c3c399 commit e573f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ R -q -e 'devtools::install_github("Wedge-Oxford/dpclust")'
Alternatively, the software can be installed after downloading a release
```
R -q -e 'source("http://bioconductor.org/biocLite.R"); biocLite(c("optparse","KernSmooth","ks","lattice","ggplot2","gridExtra"))'
R -q -e 'install.packages([DPClust tarball], repos=NULL, type="source"'
R -q -e 'install.packages([DPClust tarball], repos=NULL, type="source")'
```

## Running DPClust
Expand Down

0 comments on commit e573f55

Please sign in to comment.