Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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
armadillo 1.0.0 is on CRAN
Mauricio “Pachá” Vargas S.
June 12, 2026
I’m pleased to announce that armadillo 1.0.0 is now available on CRAN. This release brings substantial improvements to performance, reduced dependencies, and widely tested cross-platform compatibility.
< section id="key-improvements" class="level2">Key Improvements
The 1.0.0 release brings several major enhancements:
Enhanced sparse matrix support: The package now offers seamless interoperability with R’s Matrix package, providing a more robust “translation” between R and Armadillo sparse matrices.
Reduced dependencies: All unit tests have been migrated from testthat to the lightweight tinytest suite, simplifying the dependency footprint.
Upgraded cpp4r dependency: The underlying cpp4r library has been refined to reduce dependencies while conditionally leveraging newer C++ features where available ( C++23 on modern platforms).
Comprehensive testing: The package has been validated across multiple platforms using R-Hub images for different C++ compilers and operating systems, complemented by GitHub Actions testing on macOS and Windows.
For more information, visit the CRAN package page or explore the 500+ examples.
If you liked this post, please consider donating to support my Open Source work: https://buymeacoffee.com/pacha.
Loading…
