Package: lstar
Title: Uniform Data Model and 'Zarr' Interchange for Single-Cell Omics
Version: 0.1.0
Authors@R: 
    person("Peter", "Kharchenko", role = c("aut", "cre"),
           email = "pk.restricted@gmail.com")
Description: A lightweight interchange layer for single-cell and spatial omics
    data, built on the L-star model of labelled axes and typed fields over them,
    serialized to the 'Zarr' format. Provides bidirectional converters
    ("profiles") for 'Seurat', 'SingleCellExperiment', 'Conos', and 'pagoda2'
    objects, including collections of heterogeneous samples, via a shared C++
    core ('libstar') so the same store is readable from R, 'Python', and C++.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/kharchenkolab/lstar
BugReports: https://github.com/kharchenkolab/lstar/issues
LinkingTo: cpp11
Imports: Matrix, methods, stats, utils
Suggests: SeuratObject, Seurat, SingleCellExperiment,
        SummarizedExperiment, S4Vectors, GenomicRanges, igraph, conos,
        pagoda2, BPCells, HDF5Array, testthat (>= 3.0.0), knitr,
        rmarkdown
VignetteBuilder: knitr
Additional_repositories: https://bnprks.r-universe.dev
SystemRequirements: C++17, zlib
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-06-17 13:55:54 UTC; pkharchenko
Author: Peter Kharchenko [aut, cre]
Maintainer: Peter Kharchenko <pk.restricted@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-22 15:50:07 UTC
