[Soiltexture-commits] r77 - /
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 7 16:51:36 CET 2012
Author: jmoeys
Date: 2012-03-07 16:51:36 +0100 (Wed, 07 Mar 2012)
New Revision: 77
Added:
1_RCMDBUILD.sh
2_RCMDcheck_notests.sh
Modified:
3_RCMDINSTALL_build.sh
Log:
modif sh file for Linux
Added: 1_RCMDBUILD.sh
===================================================================
--- 1_RCMDBUILD.sh (rev 0)
+++ 1_RCMDBUILD.sh 2012-03-07 15:51:36 UTC (rev 77)
@@ -0,0 +1,6 @@
+# cd "/home/jules/Documents/_WORK/R_PACKAGES/soiltexture/pkg/"
+cd "/home/jmoeys/Documents/_WORK/R_PACKAGES/soiltexture/pkg/"
+R CMD build soiltexture
+echo "press any key to continue"; read line
+
+
Added: 2_RCMDcheck_notests.sh
===================================================================
--- 2_RCMDcheck_notests.sh (rev 0)
+++ 2_RCMDcheck_notests.sh 2012-03-07 15:51:36 UTC (rev 77)
@@ -0,0 +1,6 @@
+# cd "/home/jules/Documents/_WORK/R_PACKAGES/soiltexture/pkg/"
+cd "/home/jmoeys/Documents/_WORK/R_PACKAGES/soiltexture/pkg/"
+R CMD check --no-tests soiltexture
+echo "press any key to continue"; read line
+
+
Modified: 3_RCMDINSTALL_build.sh
===================================================================
--- 3_RCMDINSTALL_build.sh 2012-03-07 13:02:46 UTC (rev 76)
+++ 3_RCMDINSTALL_build.sh 2012-03-07 15:51:36 UTC (rev 77)
@@ -1,4 +1,5 @@
-cd "/home/jules/_WORK/R_PACKAGES/soiltexture/pkg"
+# cd "/home/jules/Documents/_WORK/R_PACKAGES/soiltexture/pkg/"
+cd "/home/jmoeys/Documents/_WORK/R_PACKAGES/soiltexture/pkg/"
R CMD INSTALL --build soiltexture
echo "press any key to continue"; read line
More information about the Soiltexture-commits
mailing list