QuantGen / BEDMatrix

A matrix-like wrapper around PLINK .bed files
Other
18 stars 2 forks source link

installation error for R version 3.4.1 #18

Closed rosieli5 closed 6 years ago

rosieli5 commented 6 years ago

Hi,

I ran into the following error when installing, though the package supports R (≥ 3.0.0) according to the manual. Any advice? Thanks!

Best, Rosie

Warning: unable to access index for repository https://mirrors.sorengard.com/cran/src/contrib:
  cannot open URL 'https://mirrors.sorengard.com/cran/src/contrib/PACKAGES'
Warning message:
package ‘BEDMatrix’ is not available (for R version 3.4.1)
agrueneberg commented 6 years ago

Hi Rosie,

looks like your CRAN mirror is down. Try install.packages("BEDMatrix", repos = "https://cloud.r-project.org/").

Cheers, Alex

rosieli5 commented 6 years ago

Problem solved. Thank you, Alex!

Best, Rosie