[Genabel-commits] r1795 - pkg/GenABEL-general/distrib_scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 10 17:48:03 CEST 2014
Author: lckarssen
Date: 2014-08-10 17:48:01 +0200 (Sun, 10 Aug 2014)
New Revision: 1795
Modified:
pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh
pkg/GenABEL-general/distrib_scripts/makedistrib_MetABEL.sh
pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh
pkg/GenABEL-general/distrib_scripts/makedistrib_VariABEL.sh
Log:
Added two lines of comments to the makedistrib scripts to make clear that they should be run in a separate directory and the before submitting to CRAN a full run without options should be performed.
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh 2014-08-10 15:45:16 UTC (rev 1794)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh 2014-08-10 15:48:01 UTC (rev 1795)
@@ -3,7 +3,8 @@
# expects them to build. Before uploading to CRAN these should build
# without errors or warnings
#
-# Run this script in a separate directory.
+# Run this script in a separate directory. For final submission, run
+# do a clean run, without any options.
#
# Command line options:
# -n|--nocheckout: the previously checked out source code will not be
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_MetABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_MetABEL.sh 2014-08-10 15:45:16 UTC (rev 1794)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_MetABEL.sh 2014-08-10 15:48:01 UTC (rev 1795)
@@ -4,6 +4,9 @@
# SVN server. It includes the required R CMD checks before building
# the package.
#
+# Run this script in a separate directory. For final submission, run
+# do a clean run, without any options.
+#
# Command line options:
# -n|--nocheckout: the previously checked out source code will not be
# deleted and no SVN checkout will be done. This is handy when trying
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh 2014-08-10 15:45:16 UTC (rev 1794)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh 2014-08-10 15:48:01 UTC (rev 1795)
@@ -4,6 +4,9 @@
# SVN server. It includes the required R CMD checks before building
# the package.
#
+# Run this script in a separate directory. For final submission, run
+# do a clean run, without any options.
+#
# Command line options:
# -n|--nocheckout: the previously checked out source code will not be
# deleted and no SVN checkout will be done. This is handy when trying
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_VariABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_VariABEL.sh 2014-08-10 15:45:16 UTC (rev 1794)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_VariABEL.sh 2014-08-10 15:48:01 UTC (rev 1795)
@@ -4,6 +4,9 @@
# SVN server. It includes the required R CMD checks before building
# the package.
#
+# Run this script in a separate directory. For final submission, run
+# do a clean run, without any options.
+#
# Command line options:
# -n|--nocheckout: the previously checked out source code will not be
# deleted and no SVN checkout will be done. This is handy when trying
More information about the Genabel-commits
mailing list