From f8c6e49ca5580f305c2462c96c447d1b8bead1dc Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Tue, 26 May 2026 09:04:03 +0200 Subject: [PATCH] Mark Rarr as supporting v3 See https://huber-group-embl.github.io/Rarr/articles/features.html for more details --- .vitepress/data/implementations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/data/implementations.ts b/.vitepress/data/implementations.ts index 198f28f..ce9b7e3 100644 --- a/.vitepress/data/implementations.ts +++ b/.vitepress/data/implementations.ts @@ -48,7 +48,7 @@ export const implementations: Implementation[] = [ activity: 'https://img.shields.io/github/release-date-pre/JuliaIO/Zarr.jl' }, { language: 'R', name: 'pizzarr', href: 'https://github.com/keller-mark/pizzarr', v2: true, v3: false, activity: 'https://img.shields.io/github/last-commit/keller-mark/pizzarr' }, - { language: 'R', name: 'Rarr', href: 'https://github.com/grimbough/Rarr', v2: true, v3: false, + { language: 'R', name: 'Rarr', href: 'https://github.com/grimbough/Rarr', v2: true, v3: true, activity: 'https://img.shields.io/github/last-commit/grimbough/Rarr' }, { language: 'OCaml', name: 'zarr-ml', href: 'https://github.com/zoj613/zarr-ml', v2: false, v3: true, activity: 'https://img.shields.io/github/release-date-pre/zoj613/zarr-ml' },