I recently wanted to use the R package "Rgraphviz" while working on a Text mining project but when i wanted to install it, i continuously got the error below
"Warning in install.packages :
package ‘Rgraphviz’ is not available (for R version 3.0.2)"
hmmm annoying right? I got the fix :)
Go ahead and type setRepositories() and it will show you a list of available repositories.
setRepositories()
A pop up with the other list of repositories will appear and make sure to select the "BioC Software", press return and when you click on 'install packages' and boom the package will load ok.
"Warning in install.packages :
package ‘Rgraphviz’ is not available (for R version 3.0.2)"
hmmm annoying right? I got the fix :)
Go ahead and type setRepositories() and it will show you a list of available repositories.
setRepositories()
A pop up with the other list of repositories will appear and make sure to select the "BioC Software", press return and when you click on 'install packages' and boom the package will load ok.
Thanks a lot! That saved me much time :)
ReplyDeletewelcoome :).
ReplyDelete