Dirk Eddelbuettel

RcppArmadillo 14.4.2-1 on CRAN: Another Small Upstream Fix
R bindings to powerful and expressive C++ matrix library
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

RQuantLib 0.4.26 on CRAN: Small Updates
Quantitative Finance library bindings for R
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

qlcal 0.0.15 on CRAN: Calendar Updates
QuantLib Business / Exchange Calendaring for R
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

RInside 0.2.19 on CRAN: Mostly Maintenance
The easiest way to embed R in your C++ (and C) applications
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

AsioHeaders 1.30.2-1 on CRAN: New Upstream
Cross-platform C++ library for network and low-level I/O
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

AsioHeaders 1.28.2-1 on CRAN: New Upstream
Cross-platform C++ library for network and low-level I/O
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

nanotime 0.3.12 on CRAN: Maintenance
High-resolution nanosecond time functionality for R
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

RProtoBuf 0.4.24 on CRAN: Minor Polish
An R interface to Google Protocol Buffers data serialization
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RcppZiggurat 0.1.8 on CRAN: Build Refinements
Faster N(0,1) RNG draws (now also Expontial, Uniform)
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RcppRedis 0.2.5 on CRAN: Fix Bashism in Configure
Performant R interface to Redis and Valkey
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RQuantLib 0.4.25 on CRAN: Fix Bashism in Configure
Quantitative Finance library bindings for R
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RcppZiggurat 0.1.7 on CRAN: New Generators, Many Updates
Faster N(0,1) RNG draws (now also Expontial, Uniform)
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RcppArmadillo 14.4.0-1 on CRAN: New Upstream
R bindings to powerful and expressive C++ matrix library
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RcppExamples 0.1.10: New factor Example, Other Updates
Examples of using Rcpp to interface R and C++
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

RcppTOML 0.2.3 on CRAN: Compiler Nag, Small Updates
Better configuration files for humans and machines
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Dirk Eddelbuettel

RcppSimdJson 0.1.13 on CRAN: Compiler Nag, New Upsteam
Highest-performance JSON Parsing via Modern C++ from R
dirk.eddelbuettel.com/blog/202
#rstats #rcpp

Dirk Eddelbuettel

Rcpp now used by 3000 CRAN packages!
Seamless R and C++ integration
dirk.eddelbuettel.com/blog/202
#rcpp #rstats

Another milestone -- and another *big big thank you* to the Rcpp Core team, all other contributors, and of course all users!

Feb 20, 2025, 22:24 · · · 2 · 0
Le Néandertal sous benzo

Don't scold me, I won't use this, I was just testing – I was expecting a crash, but no, it works.

* No, all the threads do not produce the same results, even with a shift: the RNG is not private (this is not like a cluster with parallel !)

* You can see the same number twice in different threads, although not often -- looking at .Random.seed afterwards shows that most of the time, the RNG was updated the same number of times.

* If you set a seed, the result will differs from a call to another, because the threads do not always call the RNG in the same order

#rstats #rcpp

Feb 20, 2025, 11:47 · · · 0 · 0