[Genabel-commits] r1118 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Mar 8 15:52:16 CET 2013
Author: lckarssen
Date: 2013-03-08 15:52:16 +0100 (Fri, 08 Mar 2013)
New Revision: 1118
Modified:
pkg/ProbABEL/src/prepare_data.R
Log:
Removed the "unlink" command from the prepare_data.R script. Removing
all .fv? files in the current directory without warning sounds like a
recipe for disaster...
Modified: pkg/ProbABEL/src/prepare_data.R
===================================================================
--- pkg/ProbABEL/src/prepare_data.R 2013-03-08 14:51:06 UTC (rev 1117)
+++ pkg/ProbABEL/src/prepare_data.R 2013-03-08 14:52:16 UTC (rev 1118)
@@ -54,8 +54,8 @@
stop("further code requires the GenABEL library to be installed")
if (!require(DatABEL))
stop("further code requires the DatABEL library to be installed")
-unlink("*.fv?")
+
fvdose <- mach2databel(imputedg="test.mldose",
mlinfo="test.mlinfo",
out="test.dose")
More information about the Genabel-commits
mailing list