-
Notifications
You must be signed in to change notification settings - Fork 2
Description
########## package installation ###########
Two ways to install the package.
for bioconductor, the latest version (3.8), You should not change the codes. Copy it to R as following,
BiocManager::install("statTarget", version = "3.8”)
library(statTarget)
statTargetGUI()
For anther way in GitHub. Copy it to R as following,
install.packages(“devtools")
devtools::install_github("statTarget/statTarget2")
library(statTarget)
statTargetGUI()
Looking forward to hear from you. Please do not hesitate to contact me!
Best regards,
Hemi Luan, Ph.D.
SUSTech Academy for Advanced Interdisciplinary Studies
Southern University of Science and Technology
1088 Xueyuan Rd., Shenzhen, China
E-mail: [email protected] / [email protected]
在 2018年11月1日,上午7:45,Zhang, Li [email protected] 写道:
Could you write a more detailed proctor of installation? Thanks.
From: Zhang, Li
Sent: Wednesday, October 31, 2018 5:10:24 PM
To: luanhm; hemi.luan
Subject: Re: statTarget
if (!requireNamespace("BiocManager", quietly = TRUE))
- install.packages("BiocManager")
BiocManager::install("statTarget", version = "3.9")
Error: Bioconductor version '3.9' requires R version '3.6'; see https://bioconductor.org/install
Bioconductor version '3.9' requires R version '3.7'; see https://bioconductor.org/install