Package: bedrockbio Title: Open-Access Computational Biology Datasets Version: 2.0.0 Authors@R: person( "Liam", "Abbott", , "liam@bedrock.bio", role = c("aut", "cre", "cph") ) Description: Efficiently access the 'Bedrock Bio' library of open-access computational biology datasets. Lazily query datasets backed by 'DuckDB' and 'Apache Iceberg', with support for predicate pushdown and column projection to the cloud storage backend. This enables quick, iterative access to otherwise massive, unwieldy datasets without downloading them in full. See for available datasets and documentation. Language: en-US License: GPL (>= 3) URL: https://bedrock.bio, https://github.com/bedrock-bio/bedrock-bio-client BugReports: https://github.com/bedrock-bio/bedrock-bio-client/issues Depends: R (>= 4.2) Imports: curl, DBI, dbplyr, dplyr, duckdb, jsonlite Suggests: testthat (>= 3.0.0), withr Config/testthat/edition: 3 OS_type: unix Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libssl-dev xz-utils Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-07-02 12:57:29 UTC RemoteUrl: https://github.com/bedrock-bio/bedrock-bio-client RemoteRef: v2.0.0 RemoteSha: 5b2e43628012d945a34d0fa725a448d9c476c1e2 RemoteSubdir: r NeedsCompilation: no Packaged: 2026-07-02 15:17:37 UTC; root Author: Liam Abbott [aut, cre, cph] Maintainer: Liam Abbott