Site icon R-bloggers

armadillo 0.3.0 is available on CRAN

[This article was first published on 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.

The goal of armadillo (previously cpp11armadillo) is to provide a novel approach to use the Armadillo C++ library by using the header-only cpp11 R package and to simplify things for the end-user.

< section id="new-features" class="level2">

New features

< section id="installation" class="level2">

Installation

You can install the development version of cpp11armadillo like so:

remotes::install_github("pachadotdev/cpp11armadillo")

Or from CRAN:

install.packages("armadillo")
< section id="documentation-and-preprint" class="level2">

Documentation and preprint

The preprint by Jonathan Schneider and yours truly is available at arXiv, and it covers the main features and the common pitfalls that R users might encounter when using C++.

The documentation is available on the pkgdown site.

< section id="source-code" class="level2">

Source code

The source code is available on GitHub.

To leave a comment for the author, please follow the link and comment on their blog: pacha.dev/blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Exit mobile version