Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shinyDSP #3629

Open
10 tasks done
kimsjune opened this issue Oct 29, 2024 · 2 comments
Open
10 tasks done

shinyDSP #3629

kimsjune opened this issue Oct 29, 2024 · 2 comments
Labels
1. awaiting moderation submitted and waiting clearance to access resources 3e. pending pre-review changes review has indicated blocking concern that needs attention

Comments

@kimsjune
Copy link

kimsjune commented Oct 29, 2024

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 understand that by submitting my package to Bioconductor,
    the package source and all review commentary are visible to the
    general public.

  • I have read the Bioconductor Package Submission
    instructions. My package is consistent with the Bioconductor
    Package Guidelines.

  • I understand Bioconductor Package Naming Policy and acknowledge
    Bioconductor may retain use of package name.

  • I understand that a minimum requirement for package acceptance
    is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
    Passing these checks does not result in automatic acceptance. The
    package will then undergo a formal review and recommendations for
    acceptance regarding other Bioconductor standards will be addressed.

  • My package addresses statistical or bioinformatic issues related
    to the analysis and comprehension of high throughput genomic data.

  • I am committed to the long-term maintenance of my package. This
    includes monitoring the support site for issues that users may
    have, subscribing to the bioc-devel mailing list to stay aware
    of developments in the Bioconductor community, responding promptly
    to requests for updates from the Core team in response to changes in
    R or underlying software.

  • I am familiar with the Bioconductor code of conduct and
    agree to abide by it.

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

  • The 'devel' branch for new packages and features.
  • The stable 'release' branch, made available every six
    months, for bug fixes.
  • Bioconductor version control using Git
    (optionally via GitHub).

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
Copy link
Collaborator

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" , ,"[email protected]", role = c("aut", "cre"),
 comment = c(ORCID = "0000-0001-5263-0758")),
    person("Angwara", "Nilanont", ,"[email protected]", role = c("ctb"),
  comment = c(ORCID = "0000-0003-4468-9172")),
    person("Marco", "Mura",  ,"[email protected]", 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

@bioc-issue-bot bioc-issue-bot added the 1. awaiting moderation submitted and waiting clearance to access resources label Oct 29, 2024
@lshep
Copy link
Contributor

lshep commented Nov 21, 2024

You have an incomplete DESCRIPTION. Please fill out description.

We prefer to have a clean upload to Bioconductor. Please remove pkgdown and dev
directories from default branch until uploaded to Bioconductor.

Please have a more distinct name for your vignette to avoid load conflicts. We
recommend the name of the package ie. shinyDSP.Rmd

I am currently unable to build the package

R CMD build shinyDSP 
* checking for file 'shinyDSP/DESCRIPTION' ... OK
* preparing 'shinyDSP':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘vignette.Rmd’ using rmarkdown
File ui_annotated.png not found in resource path
Error: processing vignette 'vignette.Rmd' failed with diagnostics:
pandoc document conversion failed with error 99
--- failed re-building ‘vignette.Rmd’

SUMMARY: processing the following file failed:
  ‘vignette.Rmd’

Error: Vignette re-building failed.
Execution halted

Currently the vignette does not meet Bioconductor standards as there is no
executed R code. We might make an exception for a shiny app if testing coverage
is complete but when I try to test with covr I am getting an ERROR. I would
recommend adding a secondary vignette in addition to the one created that show
the underling function calls and explains what they do.

> package_coverage()
Error: Failure in `/tmp/RtmpXPS7uY/R_LIBS1054275bf9fa7/shinyDSP/shinyDSP-tests/testthat.Rout.fail`
.[rR]$", env = env, wrap = FALSE)
  8. │             └─base::lapply(...)
  9. │               └─testthat (local) FUN(X[[i]], ...)
 10. │                 └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
 11. │                   ├─base::withCallingHandlers(...)
 12. │                   └─base::eval(exprs, env)
 13. │                     └─base::eval(exprs, env)
 14. ├─base::loadNamespace(x) at shinyDSP-tests/testthat/setup-shinytest2.R:2:1
 15. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 16. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
 17. │ │   └─base (local) doWithOneRestart(return(expr), restart)
 18. │ └─base::stop(cond)
 19. └─testthat (local) `<fn>`(`<pckgNtFE>`)
 20.   └─rlang::abort(...)

@lshep lshep added the 3e. pending pre-review changes review has indicated blocking concern that needs attention label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. awaiting moderation submitted and waiting clearance to access resources 3e. pending pre-review changes review has indicated blocking concern that needs attention
Projects
None yet
Development

No branches or pull requests

3 participants