stefpeschel / NetCoMi

Network construction, analysis, and comparison for microbial compositional data
GNU General Public License v3.0
143 stars 24 forks source link

problems about installation #82

Closed TSH1993 closed 1 year ago

TSH1993 commented 1 year ago

Hi,I am not able to install NetCoMi in R studio with windows11. the errors are as follows.

Error: Failed to install 'unknown package' from GitHub: schannel: failed to receive handshake, SSL/TLS connection failed

stefpeschel commented 1 year ago

Hi, I googled a bit and this seems to be a GitHub-related issue.

Have you devtools and Rtools installed? If not: devtools can be installed from CRAN directly, and this function can be used to install Rtools on Windows. Both are needed to install R packages from GitHub.