[Rcpp-commits] r2217 - pkg/Rcpp/inst/examples/SugarPerformance

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 27 16:12:06 CEST 2010


Author: edd
Date: 2010-09-27 16:12:05 +0200 (Mon, 27 Sep 2010)
New Revision: 2217

Modified:
   pkg/Rcpp/inst/examples/SugarPerformance/sugarBenchmarks.R
Log:
sugarBenchmarks gets a shebang line; it already had executable mode


Modified: pkg/Rcpp/inst/examples/SugarPerformance/sugarBenchmarks.R
===================================================================
--- pkg/Rcpp/inst/examples/SugarPerformance/sugarBenchmarks.R	2010-09-27 14:08:40 UTC (rev 2216)
+++ pkg/Rcpp/inst/examples/SugarPerformance/sugarBenchmarks.R	2010-09-27 14:12:05 UTC (rev 2217)
@@ -1,3 +1,4 @@
+#!/usr/bin/r -t
 
 suppressMessages(library(inline))
 suppressMessages(library(Rcpp))



More information about the Rcpp-commits mailing list