-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.62 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
Package: rmangal
Type: Package
Title: Mangal Client
Version: 1.9.0.9000
Authors@R: c(
person(given = "Steve", family = "Vissault", comment = c(ORCID = "0000-0002-0866-4376"),
email = "steve.vissault@usherbrooke.ca", role = c("aut", "cre")),
person(given = "Kevin", family = "Cazelles", comment = c(ORCID = "0000-0001-6619-9874"),
email = "kcazelle@uoguelph.ca", role = c("aut","ctb")),
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"))
)
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.io/doc/api>).
URL: https://mangal.io
BugReports: https://github.com/mangal-wg/rmangal/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
httr (>= 1.3.1),
igraph,
jsonlite (>= 1.5),
memoise,
purrr,
sf
Suggests:
ggraph,
knitr,
magrittr,
mapview,
rmarkdown,
taxize,
tidygraph,
testthat,
tibble,
USAboundaries
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)