-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Trent Henderson edited this page Jun 30, 2021
·
6 revisions
Welcome to the wiki for catch22
- an R package to calculate 22 CAnonical Time-series CHaracteristics (catch). The package is efficient and scalable with all computations coded in C.
Please click through the pages for information on package functionality, purpose, and example code. If you have downloaded catch22
already, you can access the same information with the built-in reproducible vignette.
You can install the stable version of Rcatch22 from CRAN using the following:
install.packages("Rcatch22")
You can install the development version of catch22
from GitHub using the following:
devtools::install_github("hendersontrent/catch22")