[This article was first published on https://pacha.dev/blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
< !DOCTYPE html>
< charset="utf-8">
< http-equiv="X-UA-Compatible" content="IE=edge">
< name="viewport" content="width=device-width, initial-scale=1.0">
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
< header class="site-top">
HOME 🏠
< !-- categories are printed below this-->
< nav class="sidebar-nav">
Mauricio “Pachá” Vargas Sepúlveda
Blog with notes about R, Shiny, SQL, Python, Linux and C++. This blog is listed on R-Bloggers.
Categories
- Armadillo
- Arrow
- BibTeX
- Blogdown
- C++
- CRAN
- Consultancy
- D3po
- DigitalOcean
- DuckDB
- Education
- GitHub
- Google Sheets
- Inkscape
- International Trade
- Interviews
- Kubernetes
- Latex
- Linear algebra
- Linear models
- Linux
- Manjaro
- Microeconomics
- Microsoft Excel
- NLP
- Non-English datasets
- OS X
- OpenBLAS
- Optimization
- Pelican
- Positron
- PostGIS
- PostgreSQL
- Python
- Quarto
- R
- R Packages
- R-Universe
- R4DS
- REST API
- RStudio
- RStudio Server
- Redatam
- Rick and Morty
- SPSS
- SQL
- Selenium
- Shiny
- Spreadsheets
- Stan
- Stata
- Statistics
- Tabler
- Tidyverse
- Ubuntu
- VSCode
- Windows
- Zotero
- cpp11
- cpp4r
- ggplot2
- golem
- plotnine
- purrr
- wbstats
< header id="title-block-header" class="quarto-title-block default">
Here I explain how to create an R package with C++ and Armadillo code. I am aware that most R users use Windows, so I start by installing R and the RTools (required to compile C++ code), and then I show you how to use the package template I provide with armadillo4r.
Author
Mauricio “Pachá” Vargas S.
Published
December 26, 2025
Here I explain how to create an R package with C++ and Armadillo code. I am aware that most R users use Windows, so I start by installing R and the RTools (required to compile C++ code), and then I show you how to use the package template I provide with armadillo4r.
If you like my blog, please consider donating to support my open source work
You can send questions for the blog using this form and subscribe to receive an email when there is a new post.
Loading…
