Category: C++
- A Personal Message from an Open Source Contributor 2025-10-16
Dear fellow developers and data scientists...
- cpp4r is now on CRAN! 2025-10-16
The cpp4r package aims to help users to interact with R objects using C++ code.
- Introducing cpp4r A C++ Interface for R's C Interface 2025-09-29
The cpp4r package aims to help users to interact with R objects using C++ code.
- Creating a simple R package with C++ code to sum \"a + b\" using different data types 2025-09-26
This video covers the basics of R and C++ syntax.
- Creating a simple R package with C++ code to sum \"a + b\" using different data types 2025-09-24
A tutorial on creating a simple R package that includes C++ code for a basic operation (video).
- A Personal Message from an Open Source Contributor 2025-09-23
Dear fellow developers and data scientists...
- Creating a simple R package with C++ code to sum \"a + b\" 2025-09-23
A tutorial on creating a simple R package that includes C++ code for a basic operation (video).
- My first GitHub Actions extension A tool to apply Clang format to C++ code 2025-09-19
Apply Clang linting to C++ code in GitHub Actions and ammend pushed commits.
- How much can President Trump's Tariffs Impact Canadian Households? 2025-09-12
An exploratory analysis of the potential effects of President Trump's tariffs on Canadian households using
- Creating a simple R package with C++ code to sum \"x + 1\" 2025-09-10
A tutorial on creating a simple R package that includes C++ code for a basic operation (video).
- Do you need a custom R package or Shiny dashboard for your team? 2025-09-01
I build production-ready R tools that solve business problems.
- How to learn C++ as an R user 2025-08-28
Answering reader's questions.
- Capybara v1.8.0 is now available on CRAN 2025-08-27
Comparison with Alpaca and Fixest.
- Send Me Your Questions and Ideas 2025-08-26
I'm always looking for ways to make this blog more useful for the R, Shiny, and C++ community.
- A Personal Message from an Open Source Contributor 2025-08-26
Dear fellow developers and data scientists...
- Replicating Hansen's Econometrics using Armadillo 2025-08-22
The goal of the 'hansen' R package is to provide the datasets used in the exercises of the book
- R Loves Math cpp11armadillo connects R with Armadillo C++ linear algebra library, prioritizes prioritize safety over speed 2025-08-21
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.
- Using Visual Studio Code to Debug R Packages with C++ Code 2025-08-17
Connecting the VSCode debugger to cpp11 code.
- New book 'C++ for R Users' and all my other books for free or 10 USD each 2025-08-12
A time limited offer because of scholarship delays
- A Personal Message from an Open Source Contributor 2025-08-11
Dear fellow developers and data scientists...
- cpp11armadillo An R package to use the Armadillo C++ library 2025-02-19
My 2nd PhD article
- The REDATAM format and its challenges for data access and information creation in public policy 2025-02-17
My 1st PhD article
- Cpp11 pull requests to improve the integration of R and C++ 2025-01-25
Proposed changes to cpp11 to improve the user experience.
- cpp11armadillo 0.3.0 is available on CRAN 2024-08-22
The idea is to pass matrices/vectors from R to C++, write pure
- Kendallknight an R package for Kendall's correlation coefficient 2024-08-16
A solution that took me hours of 'averaging' Google search results and using my brain.
- Introducing Capybara Fast and Memory Efficient Fitting of Linear Models With High-Dimensional Fixed Effects 2024-01-19
Short demonstration.
- A naive simplex phase 2 implementation with C++ 11 and R 2023-07-18
Combining for and while loops to print the tableau until finding an optimal solution.
- Debunking the idea that cpp11 does not offer OpenMP support 2023-06-05
A concrete example with lists to debunk a common myth.
- Moving from Blogdown to Quarto 2023-05-29
What worked and what didn't work immediately, and how to get everything running.
- Cpp11 (R package) vendoring 2023-05-23
Copying the code for the dependencies into my project’s source tree.
- A step by step guide to write an R package that uses C++ code (Ubuntu) 2023-05-21
Using cpp11 (R package) on Ubuntu.