[Rcpp-commits] r643 - papers/rjournal
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Feb 8 23:03:04 CET 2010
Author: edd
Date: 2010-02-08 23:03:03 +0100 (Mon, 08 Feb 2010)
New Revision: 643
Modified:
papers/rjournal/EddelbuettelFrancois.tex
Log:
fix two typos spotted by Khanh
fix one footnote
Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex 2010-02-08 20:35:20 UTC (rev 642)
+++ papers/rjournal/EddelbuettelFrancois.tex 2010-02-08 22:03:03 UTC (rev 643)
@@ -213,7 +213,7 @@
The constructor of the \code{RObject} class takes
the necessary measures to guarantee that the underlying \code{SEXP}
is protected from the garbage collector, and the destructor
-assumes the responsability to withdraw that protection.
+assumes the responsibility to withdraw that protection.
By assuming the entire responsability of garbage collection, \code{Rcpp}
relieves the programmer from writing boiler plate code to manage
@@ -411,7 +411,7 @@
useful framework to implement the logic of the code in terms of C++
data structures and then explicitely convert data back to R.
-In addition, the converters are also used implicitely
+In addition, the converters are also used implicitly
in various places in the \code{Rcpp} API.
Consider the following code that uses the \code{Rcpp::Environment} class to
interchange data between C++ and R.
@@ -551,9 +551,9 @@
\code{update.packages()} for upgrades. So even though R / C++ interfacing
would otherwise require source code, the \pkg{Rcpp} library is always provided
ready for use as a pre-built library through the CRAN package
-mechanism.\footnote{This presumes a platform for which prebuild binaries a
+mechanism.\footnote{This presumes a platform for which prebuild binaries are
provided. \pkg{Rcpp} is available in binary form for Windows and OS X users from
- CRAN, and a \code{.deb} package for Debian and Ubuntu users. For other systems, the
+ CRAN, and as a \code{.deb} package for Debian and Ubuntu users. For other systems, the
\pkg{Rcpp} library is automatically built from source during installation
or upgrades.}
More information about the Rcpp-commits
mailing list