[Rcpp-commits] r2616 - pkg/RcppGSL/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 30 14:43:53 CET 2010
Author: romain
Date: 2010-11-30 14:43:53 +0100 (Tue, 30 Nov 2010)
New Revision: 2616
Modified:
pkg/RcppGSL/R/inline.R
Log:
silence system
Modified: pkg/RcppGSL/R/inline.R
===================================================================
--- pkg/RcppGSL/R/inline.R 2010-11-30 11:51:34 UTC (rev 2615)
+++ pkg/RcppGSL/R/inline.R 2010-11-30 13:43:53 UTC (rev 2616)
@@ -44,8 +44,8 @@
td )
setwd( td )
- system( "autoconf" )
- system( "sh configure" )
+ system( "autoconf", intern = TRUE )
+ system( "sh configure", intern = TRUE )
txt <- readLines( "Makevars" )
gsl_cflags <- sub( "^GSL_CFLAGS[[:space:]]*=[[:space:]]*", "" , grep( "^GSL_CFLAGS", txt, value = TRUE ) )
More information about the Rcpp-commits
mailing list