Category: C++

  1. A Personal Message from an Open Source Contributor

    Dear fellow developers and data scientists...

  2. cpp4r is now on CRAN!

    The cpp4r package aims to help users to interact with R objects using C++ code.

  3. Introducing cpp4r A C++ Interface for R's C Interface

    The cpp4r package aims to help users to interact with R objects using C++ code.

  4. Creating a simple R package with C++ code to sum \"a + b\" using different data types

    This video covers the basics of R and C++ syntax.

  5. Creating a simple R package with C++ code to sum \"a + b\" using different data types

    A tutorial on creating a simple R package that includes C++ code for a basic operation (video).

  6. A Personal Message from an Open Source Contributor

    Dear fellow developers and data scientists...

  7. Creating a simple R package with C++ code to sum \"a + b\"

    A tutorial on creating a simple R package that includes C++ code for a basic operation (video).

  8. My first GitHub Actions extension A tool to apply Clang format to C++ code

    Apply Clang linting to C++ code in GitHub Actions and ammend pushed commits.

  9. How much can President Trump's Tariffs Impact Canadian Households?

    An exploratory analysis of the potential effects of President Trump's tariffs on Canadian households using

  10. Creating a simple R package with C++ code to sum \"x + 1\"

    A tutorial on creating a simple R package that includes C++ code for a basic operation (video).

  11. Do you need a custom R package or Shiny dashboard for your team?

    I build production-ready R tools that solve business problems.

  12. How to learn C++ as an R user

    Answering reader's questions.

  13. Capybara v1.8.0 is now available on CRAN

    Comparison with Alpaca and Fixest.

  14. Send Me Your Questions and Ideas

    I'm always looking for ways to make this blog more useful for the R, Shiny, and C++ community.

  15. A Personal Message from an Open Source Contributor

    Dear fellow developers and data scientists...

  16. Replicating Hansen's Econometrics using Armadillo

    The goal of the 'hansen' R package is to provide the datasets used in the exercises of the book

  17. R Loves Math cpp11armadillo connects R with Armadillo C++ linear algebra library, prioritizes prioritize safety over speed

    cpp11armadillo connects R with the Armadillo C++ linear algebra library through the modern cpp11 interface, providing developers with safer, more flexible tools for computationally intensive work.

  18. Using Visual Studio Code to Debug R Packages with C++ Code

    Connecting the VSCode debugger to cpp11 code.

  19. New book 'C++ for R Users' and all my other books for free or 10 USD each

    A time limited offer because of scholarship delays

  20. A Personal Message from an Open Source Contributor

    Dear fellow developers and data scientists...

  21. cpp11armadillo An R package to use the Armadillo C++ library

    My 2nd PhD article

  22. The REDATAM format and its challenges for data access and information creation in public policy

    My 1st PhD article

  23. Cpp11 pull requests to improve the integration of R and C++

    Proposed changes to cpp11 to improve the user experience.

  24. cpp11armadillo 0.3.0 is available on CRAN

    The idea is to pass matrices/vectors from R to C++, write pure

  25. Kendallknight an R package for Kendall's correlation coefficient

    A solution that took me hours of 'averaging' Google search results and using my brain.

  26. Introducing Capybara Fast and Memory Efficient Fitting of Linear Models With High-Dimensional Fixed Effects

    Short demonstration.

  27. A naive simplex phase 2 implementation with C++ 11 and R

    Combining for and while loops to print the tableau until finding an optimal solution.

  28. Debunking the idea that cpp11 does not offer OpenMP support

    A concrete example with lists to debunk a common myth.

  29. Moving from Blogdown to Quarto

    What worked and what didn't work immediately, and how to get everything running.

  30. Cpp11 (R package) vendoring

    Copying the code for the dependencies into my project’s source tree.

  31. A step by step guide to write an R package that uses C++ code (Ubuntu)

    Using cpp11 (R package) on Ubuntu.