[Rcpp-commits] r1444 - pkg/Rcpp/inst/doc/Rcpp-package
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jun 6 04:54:45 CEST 2010
Author: edd
Date: 2010-06-06 04:54:43 +0200 (Sun, 06 Jun 2010)
New Revision: 1444
Modified:
pkg/Rcpp/inst/doc/Rcpp-package/Rcpp-package.Rnw
Log:
spell-checked
Modified: pkg/Rcpp/inst/doc/Rcpp-package/Rcpp-package.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-package/Rcpp-package.Rnw 2010-06-06 00:11:25 UTC (rev 1443)
+++ pkg/Rcpp/inst/doc/Rcpp-package/Rcpp-package.Rnw 2010-06-06 02:54:43 UTC (rev 1444)
@@ -269,7 +269,7 @@
})
@
-The \texttt{Makevars.win} is the equivalent, targetting windows.
+The \texttt{Makevars.win} is the equivalent, targeting windows.
<<echo=FALSE,results=tex>>=
local({
@@ -373,14 +373,14 @@
\proglang{C++} project built with Visual Studio, and this note makes no
attempt at claiming otherwise.
-\pkg{Rcpp} is fully useable on Windows provided the standard Windows
+\pkg{Rcpp} is fully usable on Windows provided the standard Windows
toolchain for \proglang{R} is used. See the \textsl{Writing R Extensions}
manual~\citep{R:exts} for details.
\section{Summary}
This document described how to use the \pkg{Rcpp} package for \proglang{R}
-amd \proglang{C++} integration when writing an \proglang{R} extension
+and \proglang{C++} integration when writing an \proglang{R} extension
package. The use of the \Sexpr{link("Rcpp.package.skeleton")} was shown in
detail, and references to further examples were provided.
More information about the Rcpp-commits
mailing list