Bioconductor / Contributions

Contribute Packages to Bioconductor
131 stars 33 forks source link

mspms #3460

Open baynec2 opened 2 weeks ago

baynec2 commented 2 weeks 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 2 weeks ago

Hi @baynec2

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: mspms
Type: Package
Title: Analysis tools for use with MSP-MS
Version: 0.99.0
Authors@R: person("Charlie", "Bayne", email = "baynec2@gmail.com",
    role = c("aut", "cre"))
Description: This package provides functions for the analysis of data generated 
    by the multiplex substrate profiling by mass spectrometry for proteases 
    (MSP-MS) method.Data exported from upstream proteomics software is accepted 
    as input and subsequently normalized, outlier removed, and imputed. 
    Tools for statistical analysis, visualization, and interpretation of 
    the data are provided.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends: 
    R (>= 4.1.0)
biocViews: Proteomics, MassSpectrometry
Imports: 
    dplyr (>= 1.1.4),
    magrittr (>= 2.0.3),
    MASS (>= 7.3.60.0.1),
    NormalyzerDE (>= 1.19.7),
    outliers (>= 0.15),
    purrr (>= 1.0.2),
    stats (>= 4.1.1),
    tidyr (>= 1.3.1),
    truncnorm (>= 1.0.9),
    utils (>= 4.1.1),
    ggplot2 (>= 3.5.0),
    ggseqlogo (>= 0.2),
    heatmaply (>= 1.5.0),
    readr (>= 1.1.5),
    readxl (>= 1.4.3),
    rstatix (>= 0.7.2),
    tibble (>= 3.2.1),
    SummarizedExperiment (>= 1.24.0),
    rlang (>= 1.1.3),
    forcats (>= 1.0.0),
    ggpubr (>= 0.6.0),
    rmarkdown (>= 2.26),
    DT (>= 0.33)
Suggests: 
    knitr,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/baynec2/mspms
BugReports: https://github.com/baynec2/mspms/issues
VignetteBuilder: knitr
lshep commented 1 week ago

Could you please provide an abstract/intro section in your vignette that provides motivation for inclusion in Bioconductor and when appropriate a review and comparison to existing Bioconductor packages with similar functionality or scope.

Please do not hard code paths in vignettes/examples/tests. For example

"../tests/testdata/protein-peptides-lfq.csv"

Data should be in a inst/extdata directory and data should be well documented on source, licensing, and how it was generated either with a file in inst/script that can be text, pseudo code or code but detail how a user could procure or created the files in inst/extadata. Then retrieve the path with system.file().

baynec2 commented 6 days ago

Just edited as you suggested and pushed changes!

bioc-issue-bot commented 14 hours ago

Your package has been added to git.bioconductor.org to continue the pre-review process. A build report will be posted shortly. Please fix any ERROR and WARNING in the build report before a reviewer is assigned or provide a justification on why you feel the ERROR or WARNING should be granted an exception.

IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. All changes should be pushed to git.bioconductor.org moving forward. It is required to push a version bump to git.bioconductor.org to trigger a new build report.

Bioconductor utilized your github ssh-keys for git.bioconductor.org access. To manage keys and future access you may want to active your Bioconductor Git Credentials Account

bioc-issue-bot commented 13 hours ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on the Bioconductor Single Package Builder.

On one or more platforms, the build results were: "skipped, ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details.

The following are build products from R CMD build on the Single Package Builder: Linux (Ubuntu 22.04.3 LTS): mspms_0.99.0.tar.gz

Links above active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/mspms to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.