RcppArmadillo 0.12.0.1.0 on CRAN: New Upstream, New Features
R bindings to powerful and expressive C++ matrix library
https://dirk.eddelbuettel.com/blog/2023/02/22#rcpparmadillo_0.12.0.1.0
#rstats #rcpp
New Post on combining #rstats with Fortran via #rcpp
Possible world audience of three:
@ProfJamesCurran (who asked initial question),
@jb_duckmayr@twitter.com
who answered (years earlier!!),
@AvrahamAdler@twitter.com
who is all in on Fortran. And me mediating :)
https://gallery.rcpp.org/articles/Combining-R-with-Cpp-and-Fortran/
RcppTOML 0.2.2 on CRAN: Now with macOS-on-Intel Builds
Better configuration files for humans and machines
https://dirk.eddelbuettel.com/blog/2023/01/29#rcpptoml_0.2.2
#rcpp #rstats
Note that I propose an alternative non-parametric empirical Bayesian estimator here: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4269537 and present the code in #rstats and #rcpp
(Retooting Dariia's tweet over here)
‼️ Our next workshop by
@eddelbuettel will take place Feb 9th, 6 pm CET & will cover Intro to Rcpp package.
Register or sponsor a student to learn by donating to support Ukraine!
Details: bit.ly/3wBeY4S
Please share!
#RStats #AcademicTwitter #EconTwitter #rcpp #datascience #datadon
#rstats #academictwitter #econtwitter #rcpp #datascience #datadon
#RStats 4.3.0 will default to C++17 (with the 'where available' caveat, just how it currently defaults to C++14). Lots of packages still specify C++11 explicitly and can just drop that (at least for builds under recent R versions). #rcpp #datascience
RcppTOML 0.2.1 on CRAN: Small Build Fix for Some Arches
Better configuration files for humans and machines
https://dirk.eddelbuettel.com/blog/2023/01/25#rcpptoml_0.2.1
#rstats #rcpp
Rcpp 1.0.10 on CRAN: Regular Update
Seamless R and C++ Integration
https://dirk.eddelbuettel.com/blog/2023/01/22#rcpp_1.0.10
#rstats #rcpp
BH 1.81.0-1 oon CRAN: New Upstream, New Library, sprintf Change
Boost C++ header goodness for R
https://dirk.eddelbuettel.com/blog/2023/01/22#bh_1.81.0-1
#rstats #rcpp
RcppSimdJson 0.1.9 on CRAN: New Upstream
Highest-performance JSON Parsing via Modern C++ from R
https://dirk.eddelbuettel.com/blog/2023/01/21#rcppsimdjson_0.1.9
#rstats #rcpp
/cc @lemire
RcppFastFloat 0.0.4 on CRAN: New Upstream
R Acccess tp Number Parsing at a Gigabyte per Second
https://dirk.eddelbuettel.com/blog/2023/01/21#rcppfastfloat_0.0.4
#rstats #rcpp
RcppArmadillo 0.11.4.3.1 on CRAN: Updates
R bindings to powerful and expressive C++ matrix library
https://dirk.eddelbuettel.com/blog/2023/01/15#rcpparmadillo_0.11.4.3.1
#rstats #rcpp
RcppGSL 0.3.13 on CRAN: Mandated Update
Easier GNU GSL use from R
https://dirk.eddelbuettel.com/blog/2023/01/12#rcppgsl_0.3.13
#rstats #rcpp
RcppTOML 0.2.0 on CRAN: TOML 1.0.0 rewrite with toml++
Better configuration files for humans and machines
https://dirk.eddelbuettel.com/blog/2023/01/10#rcpptoml_0.2.0
#rcpp #rstats
/cc @marzer8789
PSA: CRAN package `BH` is looking to update to version 1.81.0 of the recently-released Boost_Libraries 1.81.0 (with a large subset, as usual).
Reverse-depends checks show 300+ packages unaffected, and we track and PRed a handful others. See below for details and how to test your package with the release candidate.
RcppDE 0.1.7 on CRAN: Several Updates
Differential Evolution Optimization via RcppArmadillo
https://dirk.eddelbuettel.com/blog/2022/12/20#rcppde_0.1.7
#rstats #rcpp
@mpjdem @johannes_lehmann I also used Rcpp to write iteration steps in C++. Even my crap C++ code can be substantially faster than my best R code for heavy iteration processes. #rstats #Rcpp #cpp
Here is an example in this paper: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4269537
I replaced a step that I was doing with a combination of iteration and matrix manipulation, with two iteration steps in C++.