Forum:Package is not available (for R version XXX)? Manually download and install R packages
0
0
Entering edit mode
2.0 years ago
JC ▴ 30

DESeq as an example.

1. Dowload DESeq_1.8.3.tar.gz and save it.
2. Start R:

#setwd("the path of DESeq_1.8.3.tar.gz you saved")   
install.packages("DESeq_1.8.3.tar.gz", repos = NULL, type="source")   
library(DESeq)
installation package R • 980 views
ADD COMMENT

Login before adding your answer.

Traffic: 848 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6