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 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://sbashevkin.r-universe.dev Date/Publication: 2024-07-30 00:07:52 UTC RemoteUrl: https://github.com/delta-stewardship-council/deltafish RemoteRef: HEAD RemoteSha: ec95fa387aa4eed81a10083a0f32ce99c1b053c3 NeedsCompilation: no Packaged: 2026-07-05 02:44:49 UTC; root Author: Jeanette Clark [aut] (ORCID: ), Samuel M Bashevkin [aut, cre] (ORCID: ) Maintainer: Samuel M Bashevkin