Found 42 packages in 0.01 seconds
Tools for Causal Discovery on Observational Data
Various tools for inferring causal models from observational data. The package
includes an implementation of the temporal Peter-Clark (TPC) algorithm. Petersen, Osler
and Ekstrøm (2021)
Call Rust Code from R using the 'extendr' Crate
Provides functions to compile and load Rust code from R, similar to how 'Rcpp' or 'cpp11' allow easy interfacing with C++ code. Also provides helper functions to create R packages that use Rust code. Under the hood, the Rust crate 'extendr' is used to do all the heavy lifting.