-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.56 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
Package: telraamStats
Title: Retrieval and Visualization of Mobility Data from 'Telraam' Sensors
Version: 1.1.2.9000
Authors@R: c(
person("Lilou", "Augeray", email = "[email protected]", role = "aut"),
person("Ulysse", "Caromel", email = "[email protected]", role = "aut"),
person("Ketsia", "Guichard", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0009-0002-2280-7465")),
person("Pascal", "Irz", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-2066-8935")),
person("Mijin", "Park", email = "[email protected]", role = "aut"),
person("Tanguy", "Richard", email = "[email protected]", role = "aut"),
person("Agis-ta-terre", email = "[email protected]", role = c("cph", "fnd"))
)
Description: Streamline the processing of 'Telraam' data, sourced from open data
mobility sensors. These tools range from data retrieval (without the need for
API knowledge) to data visualization, including data preprocessing.
License: CC BY 4.0
BugReports: https://github.com/KetsiaGuichard/telraamStats/issues/
Imports:
config,
dplyr,
ggplot2,
httr,
jsonlite,
lubridate,
paletteer,
purrr,
reshape2,
rlang,
scales,
tidyr,
yaml
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://annuaire.agistaterre.org/telraamStats/
Depends:
R (>= 2.10)
LazyData: true