a problem about how to install "Bioconductor" package
1
0
Entering edit mode
@zhangyingbo1984-8808
Last seen 8.6 years ago
China

> source("http://bioconductor.org/biocLite.R")
## Warning: unable to access index for repository                                                     ##  https://bioconductor.org/packages/3.1/bioc/src/contrib                                           ##  Warning: unable to access index for repository                                                   ##  https://bioconductor.org/packages/3.1/bioc/bin/windows/contrib/3.2                         ## 'biocLite.R' failed to install 'BiocInstaller', use

  'install.packages("BiocInstaller",
  repos="https://bioconductor.org/packages/3.1/bioc")' or
  'install.packages("BiocInstaller",
  repos="http://bioconductor.org/packages/3.1/bioc")'
Warning message:
package ‘BiocInstaller’ is not available (for R version 3.2.2)

>    sessionInfo()

R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=Chinese (Simplified)_People's Republic of China.936 
[2] LC_CTYPE=Chinese (Simplified)_People's Republic of China.936   
[3] LC_MONETARY=Chinese (Simplified)_People's Republic of China.936
[4] LC_NUMERIC=C                                                   
[5] LC_TIME=Chinese (Simplified)_People's Republic of China.936    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] xcms_1.45.6         ProtGenerics_1.1.0  tools_3.2.2        
 [4] parallel_3.2.2      RColorBrewer_1.1-2  mzR_2.3.2          
 [7] Rcpp_0.12.0         Biobase_2.29.1      codetools_0.2-14   
[10] grid_3.2.2          BiocGenerics_0.15.6 lattice_0.20-33 

 

 

 

 

how to install "Bioconductor" package • 1.1k views
ADD COMMENT
0
Entering edit mode
@babumanish837-8404
Last seen 8.4 years ago
India

Dear zhangyingbo1984,

Try

source("https://bioconductor.org/biocLite.R")

biocLite("Your Package Name")

ADD COMMENT

Login before adding your answer.

Traffic: 582 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6