[Genabel-commits] r1511 - pkg/ProbABEL/checks/R-tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 29 15:01:50 CET 2013


Author: lckarssen
Date: 2013-12-29 15:01:50 +0100 (Sun, 29 Dec 2013)
New Revision: 1511

Modified:
   pkg/ProbABEL/checks/R-tests/run_models_in_R_palinear.R
Log:
In ProbABEL's R checks: Change the basename of the ProbABEL output files for linear regression from height_* to linear_* (a consequence of SVN r1464).


Modified: pkg/ProbABEL/checks/R-tests/run_models_in_R_palinear.R
===================================================================
--- pkg/ProbABEL/checks/R-tests/run_models_in_R_palinear.R	2013-12-29 13:11:20 UTC (rev 1510)
+++ pkg/ProbABEL/checks/R-tests/run_models_in_R_palinear.R	2013-12-29 14:01:50 UTC (rev 1511)
@@ -20,22 +20,22 @@
 cat("OK\n")
 
 resPaAddDose <- read.table(
-    paste0(tests.path, "height_base_add.out.txt"),
+    paste0(tests.path, "linear_base_add.out.txt"),
     head=TRUE)[, colsAddDose]
 resPaAddProb <- read.table(
-    paste0(tests.path, "height_ngp2_add.out.txt"),
+    paste0(tests.path, "linear_ngp2_add.out.txt"),
     head=TRUE)[, colsAddProb]
 resPaDom <- read.table(
-    paste0(tests.path, "height_ngp2_domin.out.txt"),
+    paste0(tests.path, "linear_ngp2_domin.out.txt"),
     head=TRUE)[, colsDom]
 resPaRec <- read.table(
-    paste0(tests.path, "height_ngp2_recess.out.txt"),
+    paste0(tests.path, "linear_ngp2_recess.out.txt"),
     head=TRUE)[, colsRec]
 resPaOdom <- read.table(
-    paste0(tests.path, "height_ngp2_over_domin.out.txt"),
+    paste0(tests.path, "linear_ngp2_over_domin.out.txt"),
     head=TRUE)[, colsOdom]
 resPa2df <- read.table(
-    paste0(tests.path, "height_ngp2_2df.out.txt"),
+    paste0(tests.path, "linear_ngp2_2df.out.txt"),
     head=TRUE)[, cols2df]
 
 ####



More information about the Genabel-commits mailing list