[Genabel-commits] r1423 - pkg/GenABEL.data/data
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 27 18:18:13 CET 2013
Author: maksim
Date: 2013-11-27 18:18:13 +0100 (Wed, 27 Nov 2013)
New Revision: 1423
Modified:
pkg/GenABEL.data/data/srdta.R
Log:
Added a line which remove inst/extdata/original_data directory. In this directory, the orinial *.Rdata files from GenABEL/data are stored. The package GenABEL.data does not use these files but lets keep it just in case
Modified: pkg/GenABEL.data/data/srdta.R
===================================================================
--- pkg/GenABEL.data/data/srdta.R 2013-11-27 17:14:41 UTC (rev 1422)
+++ pkg/GenABEL.data/data/srdta.R 2013-11-27 17:18:13 UTC (rev 1423)
@@ -27,6 +27,7 @@
unlink(genofile)
unlink(phenofile)
+unlink(paste(adpr, "/original_data/", sep=""), recursive = T)
rm(adpr, genofile, phenofile)
} else {
More information about the Genabel-commits
mailing list