[Rcpp-commits] r4502 - pkg/Rcpp/vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Sep 18 09:22:15 CEST 2013
Author: romain
Date: 2013-09-18 09:22:15 +0200 (Wed, 18 Sep 2013)
New Revision: 4502
Modified:
pkg/Rcpp/vignettes/Rcpp-package.Rnw
Log:
editor was confused with quotes
Modified: pkg/Rcpp/vignettes/Rcpp-package.Rnw
===================================================================
--- pkg/Rcpp/vignettes/Rcpp-package.Rnw 2013-09-18 02:34:00 UTC (rev 4501)
+++ pkg/Rcpp/vignettes/Rcpp-package.Rnw 2013-09-18 07:22:15 UTC (rev 4502)
@@ -192,7 +192,7 @@
*
* It gives C calling convention to the rcpp_hello_world function so that
* it can be called from .Call in R. Otherwise, the C++ compiler mangles the
- * name of the function and .Call can't find it.
+ * name of the function and .Call cannot find it.
*
* It is only useful to use RcppExport when the function is intended to be called
* by .Call. See the thread http://thread.gmane.org/gmane.comp.lang.r.rcpp/649/focus=672
More information about the Rcpp-commits
mailing list