changeset 19:4b4bcb5db463 draft

Uploaded
author stef
date Thu, 06 Nov 2014 04:39:36 -0500
parents b711e34e73dc
children f31856c25082
files QDNAseq.R
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/QDNAseq.R	Thu Nov 06 04:34:29 2014 -0500
+++ b/QDNAseq.R	Thu Nov 06 04:39:36 2014 -0500
@@ -140,12 +140,6 @@
 catMsg( "Loading R libraries" )
 catMsg( R.version.string )
 
-packs <- c( "limma", "marray", "CGHbase", "impute", "DNAcopy", "CGHcall" )
-for ( pack in packs ){
-	catMsg( c("Loading ", pack) )
-	library( pack )
-}
-
 ## supress msg to allow R to finish with non-error msg
 suppressWarnings( suppressMessages( library( QDNAseq, quietly = TRUE ) ) )
 suppressWarnings( suppressMessages( library( CGHcall, quietly = TRUE ) ) )