-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.55 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
51
52
53
54
Package: plumesbox
Title: Application and utils for contaminants data processing
Version: 0.0.1
Authors@R: c(
person("Steve", "Vissault", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0866-4376")),
person("Anais", "Kerric", , "[email protected]", role = "aut"),
person("Rose", "Lacombe", , "[email protected]", role = "aut"),
person("Raphael", "Lavoie", , "[email protected]", role = "aut")
)
Description: This package aims at facilitate data processing and models
building in order to spend more time on the field.
License: MIT + file LICENSE
URL: https://github.com/ECCC-lavoie-ecotox/plumesbox
BugReports: https://github.com/ECCC-lavoie-ecotox/plumesbox/issues
Depends:
R (>= 4.0)
Imports:
bslib (>= 0.5.1),
bsicons (>= 0.1.2),
cli (>= 3.6.2),
config (>= 0.3.2),
DBI (>= 1.2.2),
dplyr (>= 1.1.4),
glue (>= 1.7.0),
golem (>= 0.4.1),
htmltools (>= 0.5.8.1),
leaflet (>= 2.2.1),
leaflet.extras (>= 2.0.1),
mapedit (>= 0.0.6),
purrr (>= 1.0.2),
reactable (>= 0.4.4),
RSQLite (>= 2.3.5),
shiny (>= 1.8.0),
shinyWidgets (>= 0.8.6),
sf (>= 1.0.18),
stringr (>= 1.5.1),
rlang (>= 1.1.4),
tidyselect (>= 1.2.1),
tidyr (>= 1.3.1),
waiter (>= 0.2.5)
Suggests:
knitr,
readxl (>= 1.4.3),
mockery (>= 0.4.4),
rmarkdown,
testthat (>= 3.0.0),
withr (>= 3.0.0)
Config/Needs/website: rmarkdown
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1