-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 2.11 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
Package: forcis
Type: Package
Title: An R Client to Access the FORCIS Database
Version: 0.1.0.9000
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "nicolas.casajus@fondationbiodiversite.fr",
comment = c(ORCID = "0000-0002-5537-5294")),
person(given = "Mattia",
family = "Greco",
role = "aut",
email = "mattia_greco@outlook.com",
comment = c(ORCID = "0000-0003-2416-6235")),
person(given = "Sonia",
family = "Chaabane",
role = "aut",
email = "sonia.chaabane@gmail.com",
comment = c(ORCID = "0000-0002-4653-8610")),
person(given = "Xavier",
family = "Giraud",
role = "aut",
email = "giraud@cerege.fr",
comment = c(ORCID = "0000-0001-5067-8176")),
person(given = "Thibault",
family = "de Garidel-Thoron",
role = "aut",
email = "garidel@cerege.fr",
comment = c(ORCID = "0000-0001-8983-9571")),
person(given = "Khalil",
family = "Hammami",
role = "ctb",
email = "khalil.hammami@enetcom.usf.tn"),
person(given = "FRB-CESAB",
role = "fnd"))
Description: Provides an interface to the FORCIS database
(<https://zenodo.org/doi/10.5281/zenodo.7390791>) on global foraminifera
distribution. This package allows to download and to handle FORCIS data.
It is part of the FRB-CESAB working group FORCIS.
<https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/forcis/>.
URL: https://frbcesab.github.io/forcis
BugReports: https://github.com/FRBCesab/forcis/issues
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Imports:
dplyr,
ggplot2,
httr2,
rlang,
sf,
tidyr,
utils,
vroom
Suggests:
fs,
httptest2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
withr
Config/testthat/edition: 3