[Rcpp-commits] r1144 - pkg/Rcpp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 3 20:34:50 CEST 2010
Author: edd
Date: 2010-05-03 20:34:49 +0200 (Mon, 03 May 2010)
New Revision: 1144
Modified:
pkg/Rcpp/R/RcppLdpath.R
Log:
harmless reindentation by four spaces (from when I had forced static linking for tests)
Modified: pkg/Rcpp/R/RcppLdpath.R
===================================================================
--- pkg/Rcpp/R/RcppLdpath.R 2010-05-03 18:00:11 UTC (rev 1143)
+++ pkg/Rcpp/R/RcppLdpath.R 2010-05-03 18:34:49 UTC (rev 1144)
@@ -1,7 +1,7 @@
## make sure system.file returns an absolute path
Rcpp.system.file <- function(...){
- tools:::file_path_as_absolute( base:::system.file( ..., package = "Rcpp" ) )
+ tools:::file_path_as_absolute( base:::system.file( ..., package = "Rcpp" ) )
}
## identifies if the default linking on the platform should be static
More information about the Rcpp-commits
mailing list