Mauricio "Pachá" Vargas Sepúlveda

Results 212 comments of Mauricio "Pachá" Vargas Sepúlveda

hi @DavisVaughan and @hadley any change to merge this one?

hi @DavisVaughan and @hadley any change to merge this one?

@DavisVaughan how about https://github.com/r-lib/cpp11/pull/457 ?

I also started https://cpp4r.org/ as a "diary" to reflect what I learned in the last year

> I'm downloading grades with get_course_gradebook(). It works, but it takes nearly 3 minutes for a class with only 30 students and something like ~1600 rows of grades. Is this...

@sara-amira-alassam I had the same question!! I ended up using vectors instead, like this ```cpp #include #include using namespace cpp11; [[cpp11::register]] integers first_10() { writable::integers x(10); int I = 10;...

@sara-amira-alassam I still wonder how to obtain that

Ii @sara-amira-alassam I got it ! I am using cpp11 version 0.4.3.9000. Here I wrote a blog post about named and unnamed lists. https://pacha.dev/blog/2023/06/05/cpp11-omp/#cpp11-unnamed-list

Hi @sara-amira-alassam Sorry for the gh-issues archeology but I just released cpp4r on CRAN: https://cran.r-project.org/web/packages/cpp4r/index.html cpp4r is essentially cpp11 + features out of scope of the original with some extra...

> You can test on similar platforms to github actions with [`devtools::check_win_release`](https://devtools.r-lib.org/reference/check_win.html) and [`devtools::check_rhub`](https://devtools.r-lib.org/reference/check_rhub.html). yes! it's fixed now