-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
50 lines (50 loc) · 1.59 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: theft
Type: Package
Title: Tools for Handling Extraction of Features from Time Series
Version: 0.6.3
Date: 2024-10-03
Authors@R: c(
person("Trent", "Henderson", email = "then6675@uni.sydney.edu.au", role = c("cre", "aut")),
person("Annie", "Bryant", role = "ctb")
)
Maintainer: Trent Henderson <then6675@uni.sydney.edu.au>
Description: Consolidates and calculates different sets of time-series features from multiple
'R' and 'Python' packages including 'Rcatch22' Henderson, T. (2021) <doi:10.5281/zenodo.5546815>,
'feasts' O'Hara-Wild, M., Hyndman, R., and Wang, E. (2021) <https://CRAN.R-project.org/package=feasts>,
'tsfeatures' Hyndman, R., Kang, Y., Montero-Manso, P., Talagala, T., Wang, E., Yang, Y., and O'Hara-Wild, M. (2020)
<https://CRAN.R-project.org/package=tsfeatures>, 'tsfresh' Christ, M., Braun, N., Neuffer, J.,
and Kempa-Liehr A.W. (2018) <doi:10.1016/j.neucom.2018.03.067>, 'TSFEL' Barandas, M., et al. (2020)
<doi:10.1016/j.softx.2020.100456>, and 'Kats' Facebook Infrastructure Data Science (2021)
<https://facebookresearch.github.io/Kats/>.
BugReports: https://github.com/hendersontrent/theft/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
utils,
rlang,
dplyr,
tidyr,
purrr,
tibble,
tsibble,
fabletools,
tsfeatures,
feasts,
Rcatch22,
reticulate,
R.matlab
Suggests:
lifecycle,
cachem,
bslib,
knitr,
markdown,
rmarkdown,
pkgdown,
testthat
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://hendersontrent.github.io/theft/