Package: tsfeatures Title: Time Series Feature Extraction Version: 1.2.0.0 Authors@R: c( person("Rob", "Hyndman", email = "Rob.Hyndman@monash.edu", role = c("aut","cre"), comment = c(ORCID = "0000-0002-2140-5352")), person("Yanfei", "Kang", role = "aut", comment = c(ORCID = "0000-0001-8769-6650")), person("Pablo", "Montero-Manso", email="p.montero.manso@udc.es", role="aut"), person("Mitchell", "O'Hara-Wild", role="aut", comment=c(ORCID = "0000-0001-6729-7695")), person("Thiyanga", "Talagala", role = "aut", comment=c(ORCID = "0000-0002-0656-9789")), person("Earo", "Wang", role = "aut", comment=c(ORCID = "0000-0001-6448-5260")), person("Yangzhuoran", "Yang", email = "Fin.Yang@monash.edu", role = "aut"), person("Souhaib", "Ben Taieb", role = "ctb"), person("Cao", "Hanqing", role="ctb"), person("Trent", "Henderson", role = "ctb"), person("D K", "Lake", role="ctb"), person("Nikolay", "Laptev", role="ctb"), person("J R", "Moorman", role="ctb"), person("Bohan", "Zhang", role = "ctb") ) Description: Methods for extracting various features from time series data. The features provided are those from Hyndman, Wang and Laptev (2013) , Kang, Hyndman and Smith-Miles (2017) and from Fulcher, Little and Jones (2013) . Features include spectral entropy, autocorrelations, measures of the strength of seasonality and trend, and so on. Users can also define their own feature functions. LinkingTo: Rcpp Depends: R (>= 3.6.0) Imports: fracdiff, forecast (>= 8.3), purrr, Rcpp, RcppRoll (>= 0.2.2), stats, tibble, tseries, urca, future, furrr Suggests: testthat, knitr, rmarkdown, ggplot2, tidyr, dplyr, Mcomp, GGally License: GPL-3 ByteCompile: true URL: https://pkg.robjhyndman.com/tsfeatures/, https://github.com/robjhyndman/tsfeatures BugReports: https://github.com/robjhyndman/tsfeatures/issues Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) VignetteBuilder: knitr Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libssl-dev Repository: https://robjhyndman.r-universe.dev Date/Publication: 2026-06-30 11:40:45 UTC RemoteUrl: https://github.com/robjhyndman/tsfeatures RemoteRef: HEAD RemoteSha: 776ec98f1ce71c2de059f956df7647f4bb7420a5 NeedsCompilation: yes Packaged: 2026-07-03 13:40:55 UTC; root Author: Rob Hyndman [aut, cre] (ORCID: ), Yanfei Kang [aut] (ORCID: ), Pablo Montero-Manso [aut], Mitchell O'Hara-Wild [aut] (ORCID: ), Thiyanga Talagala [aut] (ORCID: ), Earo Wang [aut] (ORCID: ), Yangzhuoran Yang [aut], Souhaib Ben Taieb [ctb], Cao Hanqing [ctb], Trent Henderson [ctb], D K Lake [ctb], Nikolay Laptev [ctb], J R Moorman [ctb], Bohan Zhang [ctb] Maintainer: Rob Hyndman