-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
26 lines (26 loc) · 892 Bytes
/
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
Package: BIEN
Title: Tools for Accessing the Botanical Information and Ecology Network Database
Version: 1.2.7
Authors@R: person("Brian", "Maitner", email = "bmaitner@gmail.com", 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 (>= 3.2.1),
RPostgreSQL
License: MIT + file LICENSE
LazyData: true
Imports:
DBI,
ape,
sf,
terra,
doParallel,
parallel,
foreach
Suggests:
knitr,
rmarkdown,
testthat,
maps
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8