-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1020 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
27
28
29
30
31
32
33
34
35
36
Package: birddb
Version: 0.1.0
Title: Local Database Interface to eBird
Description: Yet another package for working with 'eBird' data in R. This package
is similar to 'auk' but provides a relational database interface. This allows
users to query the data using familiar operations such as 'dplyr'. The
high-performance backend is made possible by 'parquet' and 'duckdb'.
Authors@R: c(
person("Carl", "Boettiger", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X"))
)
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends: R (>= 4.0)
Imports:
arrow (>= 7.0.0),
duckdb (>= 0.2.9),
DBI,
dplyr,
dbplyr,
digest,
utils
Suggests:
spelling,
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
progress
URL: https://github.com/cboettig/birddb
BugReports: https://github.com/cboettig/birddb
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3