[Genabel-commits] r2082 - pkg/MultiABEL/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 9 10:21:36 CET 2019


Author: shenxia
Date: 2019-02-09 10:21:36 +0100 (Sat, 09 Feb 2019)
New Revision: 2082

Modified:
   pkg/MultiABEL/R/MultiLoad.R
   pkg/MultiABEL/R/Multivariate.R
Log:
GenABEL data related examples not run

Modified: pkg/MultiABEL/R/MultiLoad.R
===================================================================
--- pkg/MultiABEL/R/MultiLoad.R	2019-02-09 03:33:58 UTC (rev 2081)
+++ pkg/MultiABEL/R/MultiLoad.R	2019-02-09 09:21:36 UTC (rev 2082)
@@ -34,7 +34,7 @@
 #' \code{\link{Multivariate}}
 #' 
 #' @examples 
-#' 
+#' \dontrun{
 #' ## loading example gwaa.data in GenABEL
 #' require(GenABEL)
 #' data(ge03d2ex.clean)
@@ -43,7 +43,6 @@
 #' loaded <- MultiLoad(gwaa.data = ge03d2ex.clean, trait.cols = c(5, 6, 8), 
 #'                     covariate.cols = c(2, 3))
 #' 
-#' \dontrun{
 #' ## converting the same dataset into DatABEL format files
 #' require(DatABEL)
 #' write.table(phdata(ge03d2ex.clean), 'pheno.txt', col.names = TRUE, row.names = TRUE, 

Modified: pkg/MultiABEL/R/Multivariate.R
===================================================================
--- pkg/MultiABEL/R/Multivariate.R	2019-02-09 03:33:58 UTC (rev 2081)
+++ pkg/MultiABEL/R/Multivariate.R	2019-02-09 09:21:36 UTC (rev 2082)
@@ -33,7 +33,7 @@
 #' \code{\link{MultiLoad}}
 #' 
 #' @examples 
-#' 
+#' \dontrun{
 #' ## loading example gwaa.data in GenABEL
 #' require(GenABEL)
 #' data(ge03d2ex.clean)
@@ -44,7 +44,7 @@
 #' 
 #' ## running the multivariate GWAS 
 #' res <- Multivariate(loaded)
-#' 
+#' }
 #' @aliases Multivariate, multivariate
 #' @keywords multivariate
 #' 



More information about the Genabel-commits mailing list