cmap / cmapR

Tools for manipulating annotated data matrices
BSD 3-Clause "New" or "Revised" License
85 stars 34 forks source link

Installation Issue #52

Closed monabiyan closed 4 years ago

monabiyan commented 4 years ago

Hi I also got this installation error, I used to be able to install and use it with no problem. Thank you!

Error: Failed to install 'cmapR' from GitHub: (converted from warning) unable to access index for repository https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.6: cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.6/PACKAGES'

tnat1031 commented 4 years ago

Hi @monabiyan ,

That seems like it might be an issue with the repository configuration in your RStudio. Can you try installing the package using

devtools::install_github('cmap/cmapR') ?

and let me know if that works? Thanks

monabiyan commented 4 years ago

Thank you so much. That worked!