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 92aa374 commit 3918e44Copy full SHA for 3918e44
README.md
@@ -2,8 +2,8 @@
2
3
### Seamless R and C++ Integration
4
5
-The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions as and a C++ library
6
-facilitating the integration of R and C++
+The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions and a C++ library
+facilitating the integration of R and C++.
7
8
R data types (`SEXP`) are matched to C++ objects in a class hierarchy. All R
9
types are supported (vectors, functions, environment, etc ...) and each
0 commit comments