bmansfeld / QTLseqr

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

Installation failed: error in running command when use devtools::install_github("bmansfeld/QTLseqr") to Install #42

Closed haohui123 closed 3 years ago

bmansfeld commented 3 years ago

Sorry i can't help with out more information. I would recommend installing the latest version of R and Rstudio. Ben

haohui123 commented 3 years ago

ThanK you very much

------------------ 原始邮件 ------------------ 发件人: "bmansfeld/QTLseqr" <notifications@github.com>; 发送时间: 2021年3月9日(星期二) 凌晨4:55 收件人: "bmansfeld/QTLseqr"<QTLseqr@noreply.github.com>; 抄送: "杨好慧"<475889337@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [bmansfeld/QTLseqr] Installation failed: error in running command when use devtools::install_github("bmansfeld/QTLseqr") to Install (#42)

Closed #42.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

haohui123 commented 3 years ago

library("QTLseqr") > #指定文件的目录 > setwd("/data/pub/yanghh/R") > #Set sample and file names > #Set sample and file names > HighBulk <- "QT4Rpool" > LowBulk <- "QT4Spool" > file <- "demo.20QT4reformnoscaffold.table" > #Choose which chromosomes will be included in the analysis (i.e. exclude smaller contigs) > Chroms <- paste0(rep("R0", 9), 1:9) > #Import SNP data from file > df <-