-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
54 lines (54 loc) · 2.16 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: rmangal
Type: Package
Title: 'Mangal' Client
Version: 2.1.3
Authors@R: c(
person(given = "Steve", family = "Vissault", comment = c(ORCID = "0000-0002-0866-4376"),
email = "s.vissault@yahoo.fr", role = c("aut", "ctb")),
person(given = "Kevin", family = "Cazelles", comment = c(ORCID = "0000-0001-6619-9874"),
email = "kevin.cazelles@gmail.com", role = c("aut","cre")),
person(given = "Gabriel", family = "Bergeron",
email = "gabriel.bergeron3@usherbrooke.ca", role = c("aut","ctb")),
person(given = "Benjamin", family = "Mercier",
email = "Benjamin.B.Mercier@usherbrooke.ca", role = c("aut","ctb")),
person(given = "Clément", family = "Violet",
email = "Clement.Violet@etudiant.univ-brest.fr", role = c("aut","ctb")),
person(given = "Dominique", family = "Gravel",
email = "dominique.gravel@usherbrooke.ca", role = c("aut")),
person(given = "Timothée", family = "Poisot",
email = "timothee.poisot@umontreal.ca", role = c("aut")),
person(given = "Thomas Lin", family = "Pedersen", role = "rev",
comment = c(ORCID = "0000-0002-5147-4711")),
person(given = "Anna Willoughby", role = "rev",
comment = c(ORCID = "0000-0002-0504-0605"))
)
Description: An interface to the 'Mangal' database - a collection of ecological networks. This package includes functions to work with the 'Mangal RESTful API' methods (<https://mangal-interactions.github.io/mangal-api/>).
URL: https://docs.ropensci.org/rmangal/, https://mangal.io, https://github.com/ropensci/rmangal
BugReports: https://github.com/ropensci/rmangal/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
httr (>= 1.3.1),
igraph (>= 1.2.1),
jsonlite (>= 1.5),
memoise,
methods
RoxygenNote: 7.2.3
Suggests:
ggraph (>= 2.0.0),
knitr,
magrittr,
mapview,
rmarkdown,
sf,
spelling,
tidygraph,
testthat,
tibble,
vcr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
X-schema.org-applicationCategory: ecologicalNetworks
X-schema.org-keywords: ecology, networks, food webs, interactions, data publications, open access
X-schema.org-isPartOf: https://ropensci.org
Config/testthat/edition: 3