Skip to content

Commit

Permalink
add badge (#82)
Browse files Browse the repository at this point in the history
* add badge

* update
  • Loading branch information
rcannood authored Nov 15, 2024
1 parent f7fde18 commit 4e8613e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# {laminr}: An R interface to LaminDB

<!-- badges: start -->

[![CRAN status](https://www.r-pkg.org/badges/version/laminr)](https://CRAN.R-project.org/package=laminr)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/laminlabs/laminr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/laminlabs/laminr/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Expand All @@ -24,7 +24,9 @@ LaminDB is accompanied by LaminHub which is a data collaboration hub built on La

- Connect to a LaminDB instance and list all records in a registry.
- Fetch records by ID or UID.
- Cache S3 artifacts locally.
- Cache artifacts locally.
- Currently supported storage backends: `s3`.
- Planned: `gcs`.
- Load artifacts into memory.
- Currently supported file formats: `.csv`, `.h5ad`, `.html`, `.jpg`, `.json`, `.parquet`, `.png`, `.rds`, `.svg`, `.tsv`, `.yaml`.
- Planned: `.fcs`, `.h5mu`, `.zarr`.
Expand Down

0 comments on commit 4e8613e

Please sign in to comment.