[Rcpp-commits] r3615 - pkg/Rcpp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 24 17:28:43 CEST 2012
Author: edd
Date: 2012-05-24 17:28:43 +0200 (Thu, 24 May 2012)
New Revision: 3615
Modified:
pkg/Rcpp/R/Rcpp.package.skeleton.R
Log:
minor emacsing setting tab-width to 4
Modified: pkg/Rcpp/R/Rcpp.package.skeleton.R
===================================================================
--- pkg/Rcpp/R/Rcpp.package.skeleton.R 2012-05-24 15:20:29 UTC (rev 3614)
+++ pkg/Rcpp/R/Rcpp.package.skeleton.R 2012-05-24 15:28:43 UTC (rev 3615)
@@ -1,3 +1,5 @@
+# -*- tab-width: 4; -*-
+
# Copyright (C) 2009 - 2012 Dirk Eddelbuettel and Romain Francois
#
# This file is part of Rcpp.
@@ -157,7 +159,7 @@
file.copy(system.file( "skeleton", "Num.cpp", package = "Rcpp" ), file.path( root, "src" ))
file.copy(system.file( "skeleton", "stdVector.cpp", package = "Rcpp" ), file.path( root, "src" ))
file.copy(system.file( "skeleton", "zzz.R", package = "Rcpp" ), file.path( root, "R" ))
- message( " >> copied the example module " )
+ message( " >> copied the example module file " )
}
More information about the Rcpp-commits
mailing list