-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
35 lines (35 loc) · 1.07 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: taxizedb
Type: Package
Title: Tools for Working with 'Taxonomic' Databases
Description: Tools for working with 'taxonomic' databases, including utilities
for downloading databases, loading them into various 'SQL' databases,
cleaning up files, and providing a 'SQL' connection that can be used to do
'SQL' queries directly or used in 'dplyr'.
Version: 0.3.1
Authors@R: c(
person("Scott", "Chamberlain", role = "aut"),
person("Zebulun", "Arendsee", role = "aut"),
person("Tamás", "Stirling", email = "[email protected]",
role = c("ctb", "cre")))
URL: https://docs.ropensci.org/taxizedb/, https://github.com/ropensci/taxizedb
BugReports: https://github.com/ropensci/taxizedb/issues
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports:
curl (>= 2.4),
data.table,
DBI (>= 0.6-1),
RSQLite (>= 1.1.2),
dplyr (>= 0.7.0),
tibble,
rlang,
readr (>= 1.1.1),
dbplyr (>= 1.0.0),
magrittr (>= 1.5),
hoardr (>= 0.1.0)
Suggests:
testthat,
taxize
RoxygenNote: 7.3.1