[Genabel-commits] r1505 - pkg/GenABEL-general/scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 26 08:30:00 CET 2013
Author: maksim
Date: 2013-12-26 08:29:59 +0100 (Thu, 26 Dec 2013)
New Revision: 1505
Added:
pkg/GenABEL-general/scripts/makedistrib_GenABEL.data.sh
Log:
Builder for GenABEL.data package
Added: pkg/GenABEL-general/scripts/makedistrib_GenABEL.data.sh
===================================================================
--- pkg/GenABEL-general/scripts/makedistrib_GenABEL.data.sh (rev 0)
+++ pkg/GenABEL-general/scripts/makedistrib_GenABEL.data.sh 2013-12-26 07:29:59 UTC (rev 1505)
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+installation_dir="GenABEL.data_version_for_submission"
+
+
+
+echo Remove $installation_dir ...
+rm -rf $installation_dir
+echo
+echo Create $installation_dir...
+mkdir $installation_dir
+cd $installation_dir
+
+echo
+echo Extract a package from r-forge...
+svn export svn://svn.r-forge.r-project.org/svnroot/genabel/pkg/GenABEL.data
+
+
+cd GenABEL.data
+rm -rf R
+rm -rf inst
+cd ..
+
+R CMD check --ad-cran GenABEL.data
+R CMD build GenABEL.data
+
+
Property changes on: pkg/GenABEL-general/scripts/makedistrib_GenABEL.data.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Genabel-commits
mailing list