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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 14 21:45:04 CET 2012


Author: edd
Date: 2012-02-14 21:45:04 +0100 (Tue, 14 Feb 2012)
New Revision: 234

Modified:
   pkg/inst/examples/standard/Makefile.win
Log:
added commented-out line setting R_LIBS_USER as an example


Modified: pkg/inst/examples/standard/Makefile.win
===================================================================
--- pkg/inst/examples/standard/Makefile.win	2012-01-18 20:57:15 UTC (rev 233)
+++ pkg/inst/examples/standard/Makefile.win	2012-02-14 20:45:04 UTC (rev 234)
@@ -11,6 +11,9 @@
 #R_ARCH :=		--arch i386
 #R_ARCH :=		--arch x64
 
+## You may need to set R_LIBS_USER if Rcpp or RInside are installed where R does not see them by default
+#R_LIBS_USER :=		"C:/myRstuff/library"
+
 sources := 		$(wildcard *.cpp)
 programs := 		$(sources:.cpp=)
 



More information about the Rinside-commits mailing list