Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

Submitting MMUPHin to Bioconductor #1290

Closed syma-research closed 4 years ago

syma-research commented 5 years 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 help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.

bioc-issue-bot commented 5 years ago

Hi @sma-hsph

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: MMUPHin
Type: Package
Title: Meta-analysis Methods with Uniform Pipeline for Heterogeneity in 
    Microbiome Studies
Version: 0.99.0
Author: Siyuan Ma
Maintainer: Siyuan MA <siyuanma@g.harvard.edu>
Description: MMUPHin is an R package for meta-analysis tasks of microbiome 
    cohorts. It has function interfaces for:
    a) covariate-controlled batch- and cohort effect adjustment, 
    b) meta-analysis differential abundance testing, 
    c) meta-analysis unsupervised discrete structure (clustering) discovery, and 
    d) meta-analysis unsupervised continuous structure discovery.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Depends: R (>= 3.6)
Imports:
    Maaslin2,
    metafor,
    fpc,
    igraph,
    ggplot2,
    dplyr,
    tidyr,
    cowplot,
    utils,
    stats,
    grDevices
Suggests: 
    testthat,
    BiocStyle, 
    knitr, 
    rmarkdown,
    magrittr,
    vegan,
    phyloseq,
    curatedMetagenomicData,
    genefilter
biocViews: Metagenomics, Microbiome, BatchEffect

Add SSH keys to your GitHub account. SSH keys will are used to control access to accepted Bioconductor packages. See these instructions to add SSH keys to your GitHub account.

bioc-issue-bot commented 5 years ago

A reviewer has been assigned to your package. Learn what to expect during the review process.

IMPORTANT: Please read the instructions for setting up a push hook on your repository, or further changes to your repository will NOT trigger a new build.

bioc-issue-bot commented 5 years ago

Dear Package contributor,

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

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR, WARNINGS". 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.

bioc-issue-bot commented 5 years ago

Received a valid push; starting a build. Commits are:

c6dcd8f fix Rd references

bioc-issue-bot commented 5 years ago

Dear Package contributor,

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

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details.

dvantwisk commented 4 years ago

Here is a review of your package. It looks expertly written and I only have one issue that needs to be addressed. Please make the following change by October 23rd to have this package accepted and included in the Bioconductor 3.10 release.

R/helpers_lm_meta.R

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

20c5fe0 change default output to tempdir()

bioc-issue-bot commented 4 years ago

Dear Package contributor,

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

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "WARNINGS". 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.

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

ab2805f change Rd accordingly

bioc-issue-bot commented 4 years ago

Dear Package contributor,

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

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details.

syma-research commented 4 years ago

Hi @dvantwisk , thanks for the quick review and the suggestion! I have changed the default output dir and the automated build did not have any errors or warnings. Please let me know if you need anything else from me to proceed with our package submission.

Thanks! Siyuan

dvantwisk commented 4 years ago

The changes look good! I'm going to accept the package now.

bioc-issue-bot commented 4 years ago

Your package has been accepted. It will be added to the Bioconductor Git repository and nightly builds. Additional information will be posed to this issue in the next several days.

Thank you for contributing to Bioconductor!

mtmorgan commented 4 years ago

The master branch of your GitHub repository has been added to Bioconductor's git repository.

To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/sma-hsph.keys is not empty), then no further steps are required. Otherwise, do the following:

  1. Add an SSH key to your github account
  2. Submit your SSH key to Bioconductor

See further instructions at

https://bioconductor.org/developers/how-to/git/

for working with this repository. See especially

https://bioconductor.org/developers/how-to/git/new-package-workflow/ https://bioconductor.org/developers/how-to/git/sync-existing-repositories/

to keep your GitHub and Bioconductor repositories in sync.

Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at

https://bioconductor.org/checkResults/

(Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using BiocManager::install("MMUPHin"). The package 'landing page' will be created at

https://bioconductor.org/packages/MMUPHin

If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further.