[Rinside-commits] r250 - deprecated pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 6 03:33:43 CEST 2012


Author: edd
Date: 2012-09-06 03:33:42 +0200 (Thu, 06 Sep 2012)
New Revision: 250

Added:
   deprecated/configure
   deprecated/configure.win
Removed:
   pkg/configure
   pkg/configure.win
Log:
moved configure files to deprecated/ as the Makevars files now do this


Copied: deprecated/configure (from rev 247, pkg/configure)
===================================================================
--- deprecated/configure	                        (rev 0)
+++ deprecated/configure	2012-09-06 01:33:42 UTC (rev 250)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+${R_HOME}/bin/Rscript src/tools/RInsideAutoloads.r > inst/include/RInsideAutoloads.h
+${R_HOME}/bin/Rscript src/tools/RInsideEnvVars.r > inst/include/RInsideEnvVars.h
+

Copied: deprecated/configure.win (from rev 247, pkg/configure.win)
===================================================================
--- deprecated/configure.win	                        (rev 0)
+++ deprecated/configure.win	2012-09-06 01:33:42 UTC (rev 250)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe src/tools/RInsideAutoloads.r > inst/include/RInsideAutoloads.h
+${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe src/tools/RInsideEnvVars.r > inst/include/RInsideEnvVars.h
+

Deleted: pkg/configure
===================================================================
--- pkg/configure	2012-09-05 14:35:10 UTC (rev 249)
+++ pkg/configure	2012-09-06 01:33:42 UTC (rev 250)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-${R_HOME}/bin/Rscript src/tools/RInsideAutoloads.r > inst/include/RInsideAutoloads.h
-${R_HOME}/bin/Rscript src/tools/RInsideEnvVars.r > inst/include/RInsideEnvVars.h
-

Deleted: pkg/configure.win
===================================================================
--- pkg/configure.win	2012-09-05 14:35:10 UTC (rev 249)
+++ pkg/configure.win	2012-09-06 01:33:42 UTC (rev 250)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe src/tools/RInsideAutoloads.r > inst/include/RInsideAutoloads.h
-${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe src/tools/RInsideEnvVars.r > inst/include/RInsideEnvVars.h
-



More information about the Rinside-commits mailing list