-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
78 lines (78 loc) · 2.06 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: aspe
Type: Package
Title: An R Package to Analyse and Visualise River Fish Data in France
Version: 0.4.2
Date: 2024-10-09
Authors@R: c(
person(given = "Pascal",
family = "Irz",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2066-8935")),
person(given = "Cédric",
family = "Mondy",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2788-0936")),
person(given = "Benoît",
family = "Richard",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-4522-027X")),
person(given = "Emmanuelle",
family = "Dortel",
email = "[email protected]",
role = "ctb"),
person(given = "Lilian",
family = "Bonnafoux",
email = "[email protected]",
role = "ctb")
)
Maintainer: Pascal Irz <[email protected]>
Description: The aspe package provides a suite of tools for most of the common
processing of the ASPE database <DOI:10.1051/kmae/2022021>, including
importation of the tables from a dump of the PostGreSQL database,
calculation of abundances, densities, size distributions,
along with graphical output and spatial processing.
URL: https://github.com/PascalIrz/aspe/,
https://doi.org/10.5281/zenodo.7458005,
https://pascalirz.github.io/aspe/
BugReports: https://github.com/PascalIrz/aspe/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
forcats,
ggiraph,
ggplot2,
ggpubr,
ggtext,
lifecycle,
lubridate,
magrittr,
patchwork,
purrr,
readr,
readxl,
rlang,
scales,
sf,
shiny,
stringi,
stringr,
tibble,
tidyr
Suggests:
flextable,
gdata,
knitr,
mapview,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Config/testthat/edition: 3