-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
49 lines (49 loc) · 1.54 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
Package: taxadb
Version: 0.2.1.99
Title: A High-Performance Local Taxonomic Database Interface
Description: Creates a local database of many commonly used taxonomic authorities
and provides functions that can quickly query this data.
Authors@R: c(
person("Carl", "Boettiger", , "cboettig@gmail.com", c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Kari", "Norman", role= "aut",
comment = c(ORCID = "0000-0002-2029-2325")),
person("Jorrit", "Poelen", role ="aut",
comment = c(ORCID="0000-0003-3138-4118")),
person("Scott", "Chamberlain", role ="aut",
comment = c(ORCID="0000-0003-1444-9135")),
person("Noam", "Ross", , "ross@ecohealthalliance.org", role ="ctb",
comment = c(ORCID = "0000-0002-2136-0000")),
person("Mattia", "Ghilardi", role ="ctb",
comment = c(ORCID = "0000-0001-9592-7252"))
)
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends: R (>= 4.0)
Imports:
DBI,
duckdb,
tibble,
dplyr,
dbplyr,
rlang,
magrittr,
stringi,
contentid,
memoise
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
spelling,
testthat,
covr,
knitr,
rmarkdown,
purrr,
crayon,
RSQLite
Language: en-US
VignetteBuilder: knitr
URL: <https://docs.ropensci.org/taxadb/>, <https://github.com/ropensci/taxadb>
BugReports: https://github.com/ropensci/taxadb/issues