Forum:Package is not available (for R version XXX)? Manually download and install R packages
0
0
Entering edit mode
18 months 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 • 859 views
ADD COMMENT

Login before adding your answer.

Traffic: 1914 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