[Patchwork-commits] r222 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 4 14:52:48 CEST 2017


Author: sebastian_d
Date: 2017-04-04 14:52:48 +0200 (Tue, 04 Apr 2017)
New Revision: 222

Modified:
   www/TAPS_inst.php
Log:
bioclite taps req

Modified: www/TAPS_inst.php
===================================================================
--- www/TAPS_inst.php	2017-04-04 12:47:08 UTC (rev 221)
+++ www/TAPS_inst.php	2017-04-04 12:52:48 UTC (rev 222)
@@ -11,8 +11,9 @@
 Install the packages that TAPS depends on to function correctly. <br /><br />
 
 <pre>
-    install.packages("DNAcopy")
-    install.packages("affxparser")
+    source("https://bioconductor.org/biocLite.R")
+    biocLite("DNAcopy")
+    biocLite("affxparser")
     install.packages("fields")
     install.packages("foreach")
     install.packages("jpeg")



More information about the Patchwork-commits mailing list