Skip to content

Commit

Permalink
Replace Quarto callout with Bootstrap alert box
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Oct 30, 2024
1 parent 63cec3f commit 6a48bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/laminr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ artifact$cache() # Cache the data locally
artifact$load() # Load the data into memory
```

:::{.callout-note}
Currently, laminr primarily supports S3 storage and AnnData objects. Support for other storage backends and data formats will be added in the future. For more information related to planned features and the roadmap, please refer to the Development vignette (`vignette("development", package = "laminr")`).
:::
<div class="alert alert-warning" role="alert">
Currently, **{laminr}** primarily supports S3 storage and AnnData objects. Support for other storage backends and data formats will be added in the future. For more information related to planned features and the roadmap, please refer to the Development vignette (`vignette("development", package = "laminr")`).
</div>

0 comments on commit 6a48bf3

Please sign in to comment.