[Rinside-commits] r252 - pkg/inst/examples/standard

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 6 03:44:10 CEST 2012


Author: edd
Date: 2012-09-06 03:44:09 +0200 (Thu, 06 Sep 2012)
New Revision: 252

Modified:
   pkg/inst/examples/standard/Makefile.win
Log:
whitespace cleanup


Modified: pkg/inst/examples/standard/Makefile.win
===================================================================
--- pkg/inst/examples/standard/Makefile.win	2012-09-06 01:40:45 UTC (rev 251)
+++ pkg/inst/examples/standard/Makefile.win	2012-09-06 01:44:09 UTC (rev 252)
@@ -7,9 +7,9 @@
 ## It requires Rtools in the path -- as does all R package building
 R_HOME := 		$(shell R RHOME | sed -e "s|\\\\|\/|g")
 
-## You may have to set this to one of the two values to enforce a particular architecture
-## in case the autodetection in the next line does not work
-R_ARCH :=		--arch $(shell echo 'cat(.Platform$$r_arch)'  | R --vanilla --slave)
+## You may have to set this to one of the two values below to enforce a  particular
+## architecture in case the autodetection in the next line does not work correctly
+R_ARCH :=		--arch $(shell echo 'cat(.Platform$$r_arch)' | R --vanilla --slave)
 ##R_ARCH :=		--arch i386
 ##R_ARCH :=		--arch x64
 
@@ -50,6 +50,5 @@
 clean:
 			rm -vf $(programs)
 
-
 checkR:
 			echo "R is at $(R_HOME)"



More information about the Rinside-commits mailing list