Package: minirocketR
Type: Package
Title: 'MiniRocket': A Very Fast (Almost) Deterministic Transform for
        Time Series Classification
Version: 0.1.0
Authors@R: person(
    given = "Manuel",
    family = "Villacorta Tilve",
    email = "mvt.oviedo@yahoo.es",
    role = c("aut", "cre")
  )
Description: High-performance R and C++ implementation using 'OpenMP' parallelization
    for the 'MiniRocket' algorithm. Extracts features from univariate time series
    for downstream classification as described in 'Dempster et al.' (2021)
    (<doi:10.1145/3447548.3467231>).
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
Imports: Rcpp (>= 1.0.0), stats
LinkingTo: Rcpp, RcppArmadillo
SystemRequirements: C++17, OpenMP
Config/roxygen2/version: 8.0.0
Suggests: knitr, rmarkdown, spelling, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-08-25 14:33:03 UTC; manuel
Author: Manuel Villacorta Tilve [aut, cre]
Maintainer: Manuel Villacorta Tilve <mvt.oviedo@yahoo.es>
Repository: CRAN
Date/Publication: 2026-09-08 12:30:25 UTC
