Skip to content

Commit

Permalink
Add link to zarr zenodo spec and cran friendly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Jun 30, 2024
1 parent 8b48848 commit 6a896a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Authors@R: c(
email = "dblodgett@usgs.gov",
comment = c(ORCID = "0000-0001-9489-1710"))
)
Description: An implementation of chunked, compressed,
N-dimensional arrays for R.
Description: An implementation of chunked, compressed,
N-dimensional arrays for R. Zarr spec V2 (2024)
<doi:10.5281/zenodo.11320255>.
License: MIT + file LICENSE
BugReports: https://github.com/keller-mark/pizzarr/issues
URL: https://github.com/keller-mark/pizzarr
Expand Down
5 changes: 2 additions & 3 deletions tests/testthat/test-01-parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ run_parallel_set <- function(num_workers) {
}

test_that("can run get_item() in parallel", {
skip_on_cran()
bench_df <- bench::mark(
run_parallel_get(1),
run_parallel_get(2),
run_parallel_get(4),
iterations = 1,
memory = FALSE,
filter_gc = FALSE
Expand All @@ -81,8 +80,8 @@ test_that("can run get_item() in parallel", {

test_that("can run set_item() in parallel", {
bench_df <- bench::mark(
run_parallel_set(1),
run_parallel_set(2),
run_parallel_set(4),
iterations = 1,
memory = FALSE,
filter_gc = FALSE
Expand Down

0 comments on commit 6a896a2

Please sign in to comment.