[Rcpp-commits] r3470 - pkg/Rcpp/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 8 18:17:10 CET 2012
Author: edd
Date: 2012-02-08 18:17:10 +0100 (Wed, 08 Feb 2012)
New Revision: 3470
Modified:
pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw
Log:
small tweak after heads-up from Pat Burns
Modified: pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw 2012-02-06 21:38:25 UTC (rev 3469)
+++ pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw 2012-02-08 17:17:10 UTC (rev 3470)
@@ -860,7 +860,7 @@
\code{try}/\code{catch} blocks will be called. This leaves the potential for
memory or resource leakage. So while newly written code can improve on this
situation via use of \proglang{C++} exception handling, existing code calling
-the into \proglang{R} \proglang{C} API cannot be amended just by having an outer layer
+into the \proglang{C} API of \proglang{R} cannot be amended just by having an outer layer
of exception handling around it.
More information about the Rcpp-commits
mailing list