Skip to content

Commit be0580e

Browse files
committed
Another update on README
1 parent 079d6e6 commit be0580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ R >= 3.0.2,
1414
```R
1515
install.packages("rJava")
1616
source("https://bioconductor.org/biocLite.R")
17-
# source("http://bioconductor.org/biocLite.R") # Another alternative one
17+
# source("http://bioconductor.org/biocLite.R") # If encountering a connection problem with "https", try "http" instead.
1818
biocLite("graph")
1919
biocLite("RBGL")
2020
biocLite("Rgraphviz") # For plotting graph

0 commit comments

Comments
 (0)