minirocketR

minirocketR provides a high-performance R implementation of the MiniRocket time series feature extraction algorithm (Dempster et al., 2021). Built on a native C++ core via Rcpp with OpenMP multithreading support, the package delivers exact mathematical parity with the Python reference implementation (sktime).


Key Features


Installation

```R # Install from local source install.packages(“minirocketR”)