-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 1.07 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
Package: IBDL
Title: Outil de calcul l'Indice Biologique Diatomées en Lac
Version: 0.2.0
Authors@R:
c(person("Sebastien", "Boutry", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8046-585X")),
person("Soizic", "Morin", , "", role = c("aut"),
comment = c(ORCID = "0000-0003-0360-9383")),
person("Vincent", "Bertrin", , "", role = c("aut"),
comment = c(ORCID = "0000-0002-3888-8282")),
person("Juliette", "Rosebery", , "", role = c("aut"),
comment = c(ORCID = "0000-0003-1090-7020"))
)
Description: Ce package regroupe toutes les fonctions necessaires afin de calculer l Indice Biologique Diatomées en Lac et determiner la classe d etat ecologique du plan d eau.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
base,
purrr,
dplyr,
magrittr,
tidyr,
pkgdown,
tibble,
gt,
CheckOfTable
Depends:
tidyverse,
R (>= 2.10)