Skip to content

Commit c53492d

Browse files
committed
Merge pull request #273 from robertzk/patch-1
fix typo
2 parents 92aa374 + 3918e44 commit c53492d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Seamless R and C++ Integration
44

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++
5+
The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions and a C++ library
6+
facilitating the integration of R and C++.
77

88
R data types (`SEXP`) are matched to C++ objects in a class hierarchy. All R
99
types are supported (vectors, functions, environment, etc ...) and each

0 commit comments

Comments
 (0)