bmansfeld / QTLseqr

QTLseqr is an R package for QTL mapping using NGS Bulk Segregant Analysis
64 stars 42 forks source link

cant install this R package #54

Closed RADIOMUMM closed 1 year ago

RADIOMUMM commented 1 year ago

Hi! i used the install code on Rstudio ,but connection is timeout, same for conda. how can i fix this?

best jennies

bmansfeld commented 1 year ago

Hi, I actually just tested a new fresh install on a new windows machine. I can install qtlseqr on R4.2.2 on windows I made sure to install a new version of Tools to match the new R version. Try installing a new version of Rtools to match the R version. Let me know if that works, Ben

RADIOMUMM commented 1 year ago

Hi,Ben I've fixed this issue! By using the locally installed method devtools::install_local("qtlseqr.zip")

best Jennies