-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.39 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
Package: deltafish
Title: Accesses an Integrated Fish Count and Length Dataset from the San Francisco Delta
Version: 1.0.0
Authors@R:
c(person(given = "Jeanette",
family = "Clark",
role = c("aut"),
email = "jclark@nceas.ucsb.edu",
comment = c(ORCID = "https://orcid.org/0000-0003-4703-1974")),
person(given = "Samuel M",
family = "Bashevkin",
role = c("aut", "cre"),
email = "sam.bashevkin@waterboards.ca.gov",
comment = c(ORCID = "https://orcid.org/0000-0001-7406-7089")))
Description: This package enables streamlined access to a large (45 million observation) integrated fish dataset from the San Fransisco Delta. The package downloads published data and stores it in parquet files as an `arrow` dataset in a local cache. Helper functions enable efficient querying of this large dataset.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/delta-stewardship-council/deltafish/, https://delta-stewardship-council.github.io/deltafish/
BugReports: https://github.com/delta-stewardship-council/deltafish/issues
Language: en-US
Depends:
dbplyr
Imports:
DBI,
dplyr,
EDIutils,
lubridate,
magrittr,
rappdirs,
rlang,
RSQLite,
utils
Suggests:
testthat (>= 3.0.0),
mockery,
covr,
hms
Config/testthat/edition: 3