2012年3月28日 星期三

R package 安裝

only OK
> install.packages("igraph", repos = "http://cran.csie.ntu.edu.tw")





Other no fine
v install.packages("graph", repos = "http://cran.csie.ntu.edu.tw")
v install.packages("RBGL", repos = "http://cran.csie.ntu.edu.tw")
  install.packages("Rgraphviz", repos = "http://www.bioconductor.org/biocLite.R")

   Warning message:
   In getDependencies(pkgs, dependencies, available, lib) :
      package ‘RBGL’ is not available (for R version 2.14.2)






Link
1. > source("http://bioconductor.org/biocLite.R")
2. > biocLite("Rgraphviz")
3. > library(Rgraphviz)  => test !

Link
1. > source("http://bioconductor.org/biocLite.R")
2. > biocLite("graph")

1. > source("http://bioconductor.org/biocLite.R")
2. > biocLite("RBGL")
3. > install.packages("gRbase")
4. > library(gRbase)  => test !



沒有留言: