... | ... |
@@ -2,7 +2,7 @@ Package: Rgraphviz |
2 | 2 |
Title: Provides plotting capabilities for R graph objects |
3 | 3 |
Description: Interfaces R with the AT and T graphviz library for |
4 | 4 |
plotting R graph objects from the graph package. |
5 |
-Version: 2.25.0 |
|
5 |
+Version: 2.25.1 |
|
6 | 6 |
Authors@R: c(person(c("Kasper", "Daniel"), "Hansen", role = c("cre", "aut"), |
7 | 7 |
email = "kasperdanielhansen@gmail.com"), |
8 | 8 |
person("Jeff", "Gentry", role = "aut"), |
... | ... |
@@ -3,8 +3,9 @@ |
3 | 3 |
This is the developer version of Bioconductor package [Rgraphviz](http://bioconductor.org/packages/devel/bioc/html/Rgraphviz.html). Install in R as: |
4 | 4 |
|
5 | 5 |
```r |
6 |
-source('http://bioconductor.org/biocLite.R') |
|
7 |
-biocLite('Rgraphviz') |
|
6 |
+if (!requireNamespace("BiocManager", quietly=TRUE)) |
|
7 |
+ install.packages("BiocManager") |
|
8 |
+BiocManager::install('Rgraphviz') |
|
8 | 9 |
``` |
9 | 10 |
|
10 | 11 |
# Additional installation tips |