Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

alabaster.sfe #3650

Open lambdamoses opened 4 hours ago

lambdamoses commented 4 hours ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For questions/help about the submission process, including questions about the output of the automatic reports generated by the SPB (Single Package Builder), please use the #package-submission channel of our Community Slack. Follow the link on the home page of the Bioconductor website to sign up.

bioc-issue-bot commented 4 hours ago

Hi @lambdamoses

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: alabaster.sfe
Type: Package
Title: Language agnostic on disk serialization of SpatialFeatureExperiment
Version: 0.99.0
Authors@R: 
    person("Lambda", "Moses", email = "dl3764@columbia.edu", 
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-7092-9427"))
Description: 
    Builds upon the existing ArtifactDB project, expending alabaster.spatial for
    language agnostic on disk serialization of SpatialFeatureExperiment.
Depends: 
    SpatialFeatureExperiment (>= 1.9.3),
    alabaster.base
Imports:
    alabaster.sce,
    alabaster.spatial (>= 1.5.2),
    EBImage,
    jsonlite,
    methods,
    RBioFormats,
    S4Vectors,
    sfarrow,
    SingleCellExperiment,
    spdep,
    SummarizedExperiment,
    terra,
    xml2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests: 
    BiocStyle,
    fs,
    knitr,
    rmarkdown,
    scater,
    sf,
    SFEData,
    testthat (>= 3.0.0),
    Voyager (>= 1.9.1)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://pachterlab.github.io/alabaster.sfe/
biocViews:
    DataRepresentation,
    Spatial