We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a2e1c commit a905fdbCopy full SHA for a905fdb
vignettes/Rcpp-introduction.Rnw
@@ -85,7 +85,7 @@ background on the development of \pkg{Rcpp}.
85
86
The \pkg{Rcpp} package provides a consistent API for seamlessly accessing,
87
extending or modifying \proglang{R} objects at the \proglang{C++} level. The API is a rewritten
88
-and extented version of an earlier API which we refer to as the `classic
+and extended version of an earlier API which we refer to as the `classic
89
\pkg{Rcpp} API'. It is still provided in the \pkg{RcppClassic} package \citep{CRAN:RcppClassic}
90
to ensure compatibility, but its use is otherwise deprecated.
91
All new development should use the richer second API which
0 commit comments