-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.52 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: OpenRange
Title: Code to Access Open Access Species Range Maps
Version: 0.0.1
Authors@R:
c(
person("Brian", "Maitner", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-2118-9880")),
person("Cory", "Merow", , "[email protected]", role = c("aut")),
person("Brad", "Boyle", , "[email protected]", role = c("aut")),
person("Xiao", "Feng", , "[email protected]", role = c("aut")),
person("Rethvick Sriram Yugendra", "Babu", email = "[email protected]",
role = c("aut")),
person("Brian", "Enquist", , "[email protected]", role = c("aut"))
)
Description: Allows access to a proof-of-concept database containing Open Access species range models and relevant metadata. Access to the database is via both 'PostgreSQL' connection and API <https://github.com/EnquistLab/Biendata-Frontend>, allowing diverse use-cases.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.2.1), RPostgreSQL
Imports: DBI, sf, httr, jsonlite
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), maps, tidyverse, vcr,
ggplot2
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-01-12 16:30:14 UTC; Brian Maitner
Author: Brian Maitner [aut, cre] (<https://orcid.org/0000-0002-2118-9880>),
Cory Merow [aut],
Brad Boyle [aut],
Xiao Feng [aut],
Rethvick Sriram Yugendra Babu [aut],
Brian Enquist [aut]
Maintainer: Brian Maitner <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-14 13:00:05 UTC