-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.21 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
Package: EXstat
Version: 2.4.0
Date: 2024-09-16
Title: EXstat
Description: Provides an efficient and simple solution to aggregate and analyze the stationarity of time series.
Authors@R: c(
person(given = "Benjamin",
family = "Renard",
role = c("aut"),
email = "benjamin.renard@inrae.fr"),
person(given = "Valentin",
family = "Mansanarez",
role = c("aut")),
person(given = "Louis",
family = "Héraut",
role = c("cre", "aut"),
email = "louis.heraut@inrae.fr"),
person(given = "Éric",
family = "Sauquet",
role = c("ctb"),
email = "eric.sauquet@inrae.fr"),
person(given = "Jean-Philippe",
family = "Vidal",
role = c("ctb"),
email = "jean-philippe.vidal@inrae.fr"),
person(given = "Nathan",
family = "Pellerin",
role = c("ctb"))
)
Maintainer: Louis Héraut <louis.heraut@inrae.fr>
Encoding: UTF-8
License: GPL-3 + file LICENSE
Imports:
dplyr,
tibble,
tidyr,
magrittr,
data.table,
lubridate,
stats,
rlang,
utils,
CircStats,
stringr,
purrr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)