-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.63 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
Package: distantia
Type: Package
Title: Advanced Toolset for Efficient Time Series Dissimilarity Analysis
Version: 2.0.2
Authors@R:
person(given = "Blas M.",
family = "Benito", ,
email = "blasbenito@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5105-7232"))
URL: https://blasbenito.github.io/distantia/
BugReports: https://github.com/BlasBenito/distantia/issues
Description: Fast C++ implementation of Dynamic Time Warping for time series dissimilarity analysis, with applications in environmental monitoring and sensor data analysis, climate science, signal processing and pattern recognition, and financial data analysis. Built upon the ideas presented in Benito and Birks (2020) <doi:10.1111/ecog.04895>, provides tools for analyzing time series of varying lengths and structures, including irregular multivariate time series. Key features include individual variable contribution analysis, restricted permutation tests for statistical significance, and imputation of missing data via GAMs. Additionally, the package provides an ample set of tools to prepare and manage time series data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 4.1),
doFuture
Imports:
Rcpp,
zoo,
foreach,
future.apply,
lubridate,
progressr
Suggests:
roxyglobals,
spelling,
sf,
lwgeom,
testthat (>= 3.0.0)
Roxygen: list(roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"), markdown = TRUE)
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
LinkingTo: Rcpp
Language: en-US