-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 902 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 902 Bytes
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
Package: BIEN
Title: Tools for Accessing the Botanical Information and Ecology Network Database
Version: 1.2.9
Authors@R: person("Brian", "Maitner", email = "[email protected]", role = c("aut", "cre"))
Description: Provides Tools for Accessing the Botanical Information and Ecology Network Database. The BIEN database contains cleaned and standardized botanical data including occurrence, trait, plot and taxonomic data (See <https://bien.nceas.ucsb.edu/bien/> for more Information). This package provides functions that query the BIEN database by constructing and executing optimized SQL queries.
Depends:
R (>= 4.1.0),
RPostgreSQL
License: MIT + file LICENSE
LazyData: true
Imports:
DBI,
ape,
sf,
terra,
doParallel,
parallel,
foreach
Suggests:
knitr,
rmarkdown,
testthat,
curl,
maps
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Encoding: UTF-8