Wed, 29 Jan 2025

RcppStreams 0.1.4: Maintenance

Streamulus

A new maintenance release of RcppStreams is now on CRAN marking the first release in almost six years. RcppStreams brings the excellent Streamulus C++ template library for event stream processing to R.

Streamulus, written by Irit Katriel, uses clever template meta-programming (via Boost Fusion) to implement an embedded domain-specific event language created specifically for event stream processing.

This release covers only package and CRAN-specific updates.

The NEWS file entries follows below:

Changes in version 0.1.4 (2024-01-29)

  • Package maintenance with updates to DESCRIPTION and README.md

  • Continunous integration has been update multiple times

  • No longer set a C++ compilation standard

Courtesy of my CRANberries, there is also a diffstat report for this release. More detailed information is on the RcppStreams page page and of course on the Streamulus page. For questions, suggestions, or issues please use the issue tracker at the GitHub repo.

This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. If you like this or other open-source work I do, you can now sponsor me at GitHub.

/code/rcpp | permanent link