Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2

- uses: r-lib/actions/setup-pandoc@a51a8012b0aab7c32ef9d19bf54da93f3254335e #v2.12

- uses: r-lib/actions/setup-r@a51a8012b0aab7c32ef9d19bf54da93f3254335e #v2.12
with:
r-version: ${{ matrix.config.r }}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: storr.tiledb
Title: A TileDB Storage Driver for Storr
Version: 0.0.41
Date: 2026-05-26
Version: 0.0.42
Date: 2026-05-29
Authors@R:
person("Constantinos", "Giachalis", , "26255858+cgiachalis@users.noreply.github.com", role = c("aut", "cre"))
Maintainer: Constantinos Giachalis
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# storr.tiledb 0.0.41
# storr.tiledb 0.0.42

* Initial GitHub release.
5 changes: 0 additions & 5 deletions R/storr_timetravel.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
#'
#' - **`timestamp`** - Get or set a TileDB timestamp range that the 'storr' will be opened at.
#'
#' **Initialisation & Lifecycle**
#'
#' - **`new()`** - Initialise a StorrTimeTravel object with a TileDB driver, default namespace, and optional timestamp
#'
#'
#' **Single Key-Value Operations**
#'
#' - **`get()`** - Retrieve an object by key-namespace pair
Expand Down
5 changes: 0 additions & 5 deletions man/storr_timetravel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tests/testthat/test-storr_tiledb-async.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ test_that("mset_async", {

test_that("set_by_value_async", {

Sys.sleep(2)
uri <- file.path(withr::local_tempdir(), "test-driver")
sto <- storr_tiledb(uri, init = TRUE, async = TRUE)

Expand All @@ -158,8 +159,6 @@ test_that("set_by_value_async", {
m2$mirai$obj[]
m2$mirai$key[]

Sys.sleep(1)

h <- c(m1$hash, m2$hash)
expect_equal(sto$mget_keymeta(h, c("objects", "ns2")), trg)

Expand Down
Loading