<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:r="https://r-universe.dev"><channel><title>dbverse-org.r-universe.dev</title><link>https://dbverse-org.r-universe.dev</link><description>Recent package updates in dbverse-org</description><generator>R-universe</generator><image><url>https://github.com/dbverse-org.png</url><title>R packages by dbverse-org</title><link>https://dbverse-org.r-universe.dev</link></image><lastBuildDate>Tue, 30 Jun 2026 21:52:08 GMT</lastBuildDate><item><title>[dbverse-org] dbSequence 0.99.1</title><author>ecr7407@gmail.com (Edward C. Ruiz)</author><description>Provides a DuckDB-backed infrastructure for working with
large-scale genomic data that exceeds available memory.
Supports lazy evaluation of genomic ranges and efficient
overlap queries. Integrates with Bioconductor classes (GRanges,
BiocIO) and provides plyranges-compatible API.</description><link>https://github.com/r-universe/dbverse-org/actions/runs/28481795219</link><pubDate>Tue, 30 Jun 2026 21:52:08 GMT</pubDate><r:package>dbSequence</r:package><r:version>0.99.1</r:version><r:status>success</r:status><r:repository>https://dbverse-org.r-universe.dev</r:repository><r:upstream>https://github.com/dbverse-org/dbSequence</r:upstream><r:article><r:source>data-ingestion.Rmd</r:source><r:filename>data-ingestion.html</r:filename><r:title>Data Ingestion</r:title><r:created>2026-01-15 23:55:58</r:created><r:modified>2026-06-30 21:52:08</r:modified></r:article><r:article><r:source>plyranges-api.Rmd</r:source><r:filename>plyranges-api.html</r:filename><r:title>plyranges API</r:title><r:created>2026-01-15 23:55:58</r:created><r:modified>2026-06-30 21:52:08</r:modified></r:article></item><item><title>[biocstaging] dbSequence 0.99.1</title><author>ecr7407@gmail.com (Edward C. Ruiz)</author><description>Provides a DuckDB-backed infrastructure for working with
large-scale genomic data that exceeds available memory.
Supports lazy evaluation of genomic ranges and efficient
overlap queries. Integrates with Bioconductor classes (GRanges,
BiocIO) and provides plyranges-compatible API.</description><link>https://github.com/r-universe/biocstaging/actions/runs/28478955284</link><pubDate>Tue, 30 Jun 2026 21:52:08 GMT</pubDate><r:package>dbSequence</r:package><r:version>0.99.1</r:version><r:status>success</r:status><r:repository>https://biocstaging.r-universe.dev</r:repository><r:upstream>https://github.com/BiocStaging/dbSequence</r:upstream><r:article><r:source>data-ingestion.Rmd</r:source><r:filename>data-ingestion.html</r:filename><r:title>Data Ingestion</r:title><r:created>2026-01-15 23:55:58</r:created><r:modified>2026-06-30 21:52:08</r:modified></r:article><r:article><r:source>plyranges-api.Rmd</r:source><r:filename>plyranges-api.html</r:filename><r:title>plyranges API</r:title><r:created>2026-01-15 23:55:58</r:created><r:modified>2026-06-30 21:52:08</r:modified></r:article></item><item><title>[dbverse-org] dbSpatial 0.1.2</title><author>ecr7407@gmail.com (Edward C. Ruiz)</author><description>Provides database-backed spatial geometry classes and
methods for working with vector spatial data in 'DuckDB'. The
package supports loading, converting, querying, joining, and
measuring spatial geometries through familiar 'sf'-style
interfaces while keeping geometry columns lazy inside the
database. It integrates with 'dbProject' to preserve database
paths, live connections, and spatial table metadata across
interactive sessions. The package follows the Simple Features
framework described by Pebesma (2018)
&lt;doi:10.32614/RJ-2018-009&gt; and uses DuckDB's spatial extension
&lt;https://duckdb.org/docs/stable/core_extensions/spatial/overview.html&gt;.</description><link>https://github.com/r-universe/dbverse-org/actions/runs/28042117940</link><pubDate>Tue, 23 Jun 2026 15:46:29 GMT</pubDate><r:package>dbSpatial</r:package><r:version>0.1.2</r:version><r:status>success</r:status><r:repository>https://dbverse-org.r-universe.dev</r:repository><r:upstream>https://github.com/dbverse-org/dbspatial-r</r:upstream><r:article><r:source>class_structure.Rmd</r:source><r:filename>class_structure.html</r:filename><r:title>Class Structure</r:title><r:created>2024-01-03 03:00:59</r:created><r:modified>2026-06-23 15:21:52</r:modified></r:article><r:article><r:source>getting_started.Rmd</r:source><r:filename>getting_started.html</r:filename><r:title>Getting Started</r:title><r:created>2024-01-03 03:00:59</r:created><r:modified>2026-06-23 15:21:52</r:modified></r:article><r:article><r:source>spatial_operations.Rmd</r:source><r:filename>spatial_operations.html</r:filename><r:title>Spatial Operations</r:title><r:created>2024-01-03 03:00:59</r:created><r:modified>2026-06-23 15:21:52</r:modified></r:article></item><item><title>[dbverse-org] dbProject 0.1.1</title><author>ecr7407@gmail.com (Edward C. Ruiz)</author><description>Provides an R6-based project container for managing
'DuckDB' connections, reconnecting lazy database tables after
session restarts, and storing metadata for database-backed
objects used by packages in the 'dbverse'. The package supplies
S4 base classes and generics for database-backed data, helpers
for validating 'DuckDB' connections and table names, utilities
for creating persistent database views, and methods for writing
and restoring pinned lazy tables through the 'pins' package.
These tools help package authors and analysts keep database
paths, cached connections, and table references synchronized
across interactive sessions and project directories.</description><link>https://github.com/r-universe/dbverse-org/actions/runs/28580040665</link><pubDate>Tue, 02 Jun 2026 14:55:57 GMT</pubDate><r:package>dbProject</r:package><r:version>0.1.1</r:version><r:status>success</r:status><r:repository>https://dbverse-org.r-universe.dev</r:repository><r:upstream>https://github.com/dbverse-org/dbproject-r</r:upstream><r:article><r:source>connection-management.Rmd</r:source><r:filename>connection-management.html</r:filename><r:title>Connection Management</r:title><r:created>2025-12-29 21:19:14</r:created><r:modified>2026-05-07 17:11:33</r:modified></r:article><r:article><r:source>getting_started.Rmd</r:source><r:filename>getting_started.html</r:filename><r:title>Getting Started</r:title><r:created>2025-02-28 19:15:15</r:created><r:modified>2026-01-12 20:47:47</r:modified></r:article><r:article><r:source>troubleshooting.Rmd</r:source><r:filename>troubleshooting.html</r:filename><r:title>Troubleshooting &amp; FAQ</r:title><r:created>2026-01-12 20:47:52</r:created><r:modified>2026-05-07 17:11:33</r:modified></r:article></item><item><title>[dbverse-org] dbMatrix 0.1.0</title><author>ecr7407@gmail.com (Edward C. Ruiz)</author><description>Provides S4 classes and methods for storing dense and
sparse matrices in 'DuckDB' databases. The package supports
constructing database-backed matrices from base R and 'Matrix'
objects, extracting slices and summaries, performing arithmetic
and selected linear algebra operations, and materializing
results for larger-than-memory workflows. It integrates with
'dbProject' to keep database paths, live connections, and lazy
matrix tables synchronized across interactive analyses.</description><link>https://github.com/r-universe/dbverse-org/actions/runs/28090831055</link><pubDate>Thu, 28 May 2026 01:43:56 GMT</pubDate><r:package>dbMatrix</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://dbverse-org.r-universe.dev</r:repository><r:upstream>https://github.com/dbverse-org/dbmatrix-r</r:upstream><r:article><r:source>arithmetic.Rmd</r:source><r:filename>arithmetic.html</r:filename><r:title>Arithmetic</r:title><r:created>2023-11-25 16:19:29</r:created><r:modified>2026-05-13 10:18:27</r:modified></r:article><r:article><r:source>operations.Rmd</r:source><r:filename>operations.html</r:filename><r:title>Operations</r:title><r:created>2023-11-20 19:16:46</r:created><r:modified>2026-05-13 10:18:27</r:modified></r:article><r:article><r:source>overview.Rmd</r:source><r:filename>overview.html</r:filename><r:title>Overview</r:title><r:created>2023-11-24 17:53:45</r:created><r:modified>2026-05-08 15:16:21</r:modified></r:article></item></channel></rss>