We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079d6e6 commit be0580eCopy full SHA for be0580e
README.md
@@ -14,7 +14,7 @@ R >= 3.0.2,
14
```R
15
install.packages("rJava")
16
source("https://bioconductor.org/biocLite.R")
17
-# source("http://bioconductor.org/biocLite.R") # Another alternative one
+# source("http://bioconductor.org/biocLite.R") # If encountering a connection problem with "https", try "http" instead.
18
biocLite("graph")
19
biocLite("RBGL")
20
biocLite("Rgraphviz") # For plotting graph
0 commit comments