You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://app.codecov.io/gh/r-lib/cpp4r?branch=main)
7
+
[](https://app.codecov.io/gh/pachadotdev/cpp4r?branch=main)
@@ -13,7 +13,7 @@ It is a fork of the [cpp11](https://cran.r-project.org/package=cpp) package with
13
13
14
14
cpp4r can be used as a replacement for cpp11 in existing or new packages. Think of cpp11 and cpp4r as MySQL and MariaDB: they are almost identical, but cpp4r has some extra features.
15
15
16
-
After discussing some [pull requests](https://github.com/r-lib/cpp11/pulls/pachadotdev) with Hadley Wickham from Posit, it was mentioned that I should create my own fork to add the following features:
16
+
After discussing some [pull requests](https://github.com/pachadotdev/cpp11/pulls/pachadotdev) with Hadley Wickham from Posit, it was mentioned that I should create my own fork to add the following features:
17
17
18
18
-[x] Convert ordered and unordered C++ maps to R lists.
19
19
-[x] Roxygen support on C++ side.
@@ -22,7 +22,7 @@ After discussing some [pull requests](https://github.com/r-lib/cpp11/pulls/pacha
22
22
-[x] Use values added to a vector with `push_back()` immediately.
23
23
-[x] Support bidirectional passing of complex numbers/vectors.
24
24
-[x] Provide flexibility with data types (e.g., cpp4r's `as_integers()` and `as_doubles()` accept logical inputs while cpp11's do not).
25
-
-[x] Some internal optimizations for better speed (e.g., https://github.com/r-lib/cpp11/pull/463 and https://github.com/r-lib/cpp11/pull/430).
25
+
-[x] Some internal optimizations for better speed (e.g., https://github.com/pachadotdev/cpp11/pull/463 and https://github.com/pachadotdev/cpp11/pull/430).
0 commit comments