Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

shinyDSP #3629

Open kimsjune opened 4 days ago

kimsjune commented 4 days 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 days ago

Hi @kimsjune

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: shinyDSP
Title: A Shiny App For Visualizing Nanostring GeoMx DSP Data
Version: 0.99.0
Authors@R: 
    c(person("Seung J.", "Kim" , ,"seung.kim@lhsc.on.ca", role = c("aut", "cre"),
 comment = c(ORCID = "0000-0001-5263-0758")),
    person("Angwara", "Nilanont", ,"angwara.nilanont@lhsc.on.ca", role = c("ctb"),
  comment = c(ORCID = "0000-0003-4468-9172")),
    person("Marco", "Mura",  ,"marco.mura@lhsc.on.ca", role = c("fnd"))
    )           
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: 
    AnnotationHub,
    BiocGenerics,
    bsicons,
    bslib,
    circlize,
    ComplexHeatmap,
    cowplot,
    dplyr,
    DT,
    edgeR,
    ExperimentHub,
    ggplot2,
    ggpubr,
    ggrepel,
    grDevices,
    grid,
    htmltools,
    limma,
    magrittr,
    pals,
    readr,
    S4Vectors,
    scales,
    scater,
    shiny,
    shinycssloaders,
    shinyjs,
    shinyvalidate,
    shinyWidgets,
    SingleCellExperiment,
    standR,
    stats,
    stringr,
    SummarizedExperiment,
    svglite,
    tibble,
    tidyr,
    utils,
    withr
biocViews: DifferentialExpression, GeneExpression, ShinyApps, Spatial, Transcriptomics
URL: https://kimsjune.github.com/shinyDSP, http://joonkim.ca/shinyDSP/
BugReports: https://kimsjune.github.com/ShinyDSP/issues
Suggests: 
    BiocStyle,
    knitr,
    rmarkdown,
    shinytest2,
    spelling,
    testthat (>= 3.0.0)
Language: en-US
Depends: 
    R (>= 4.4)
Config/testthat/edition: 3
VignetteBuilder: knitr