Skip to content

Commit

Permalink
Fix missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Sep 29, 2020
1 parent 1f42e14 commit d7be34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See [vignette("cpp11")](https://cpp11.r-lib.org/articles/cpp11.html) to get star
## Motivations

[Rcpp](https://cran.r-project.org/package=Rcpp) has been a widely successful project, however over the years a number of issues and additional C++ features have arisen.
Adding these features to Rcpp would require a great deal work, or in some cases would be impossible without severely breaking backwards compatibility.
Adding these features to Rcpp would require a great deal of work, or in some cases would be impossible without severely breaking backwards compatibility.

**cpp11** is a ground up rewrite of C++ bindings to R with different design trade-offs and features.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/motivations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Released in 2000, the [cxx](https://cran.r-project.org/package=cxx) package was
Of these `Rcpp` has by far the widest adoption, with over 2000 reverse dependencies as of 2020.

Rcpp has been a widely successful project, however over the years a number of issues and additional C++ features have arisen.
Adding these features to Rcpp would require a great deal work, or in some cases would be impossible without severely breaking backwards compatibility.
Adding these features to Rcpp would require a great deal of work, or in some cases would be impossible without severely breaking backwards compatibility.

cpp11 is a ground up rewrite of C++ bindings to R with different design trade-offs and features.

Expand Down

0 comments on commit d7be34b

Please sign in to comment.