Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

PathoStat New package submission #148

Closed mani2012 closed 8 years ago

mani2012 commented 8 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 8 years ago

Hi @mani2012

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: PathoStat
Type: Package
Title: PathoStat Statistical Microbiome Analysis Package
Version: 0.99.0
Date: 2016-09-25
Author: Solaiappan Manimaran <manimaran_1975@hotmail.com>, 
    Matthew Bendall <bendall@gwmail.gwu.edu>, 
    Sandro Valenzuela Diaz <sandrolvalenzuelad@gmail.com>, 
    Eduardo Castro <castronallar@gmail.com>, 
    Tyler Faits <tfaits@gmail.com>, 
    W. Evan Johnson <wej@bu.edu>
Maintainer: Solaiappan Manimaran <manimaran_1975@hotmail.com>
Description: The purpose of this package is to perform Statistical 
    Microbiome Analysis on metagenomics results from sequencing data samples. 
    In particular, it supports analyses on the PathoScope generated report 
    files. PathoStat provides various functionalities including Relative 
    Abundance charts, Diversity estimates and plots, tests of Differential 
    Abundance, Time Series visualization, and Core OTU analysis. 
URL: https://github.com/mani2012/PathoStat
BugReports: https://github.com/mani2012/PathoStat/issues
License: GPL (>= 2)
Depends: R (>= 3.3.1)
Imports:
    MCMCpack,
    limma,
    corpcor,
    rmarkdown,
    knitr,
    pander,
    matrixStats,
    reshape2,
    scales,
    ggplot2,
    rentrez,
    BatchQC,
    DT,
    gtools,
    tidyr,
    plyr,
    dplyr,
    ape,
    phyloseq,
    shiny,
    grDevices,
    stats,
    methods,
    XML,
    graphics,
    utils,
    alluvial
Collate:
    'pathoStat.R'
    'utils.R'
    'taxonomy.R'
    'confRegion.R'
    'allClasses.R'
    'coreOTUModule.R'
Suggests: testthat
biocViews: Microbiome, Metagenomics, GraphAndNetwork, Microarray, 
    PrincipalComponent, Sequencing, Software, Visualization, RNASeq
SystemRequirements: pandoc (http://pandoc.org/installing.html) for generating
    reports from markdown files.
VignetteBuilder: knitr
RoxygenNote: 5.0.1
bioc-issue-bot commented 8 years ago

Your package has been approved for building. Your package is now submitted to our queue.

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 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20160926070942.html

mtmorgan commented 8 years ago

DESCRIPTION

vignettes

R

man

bioc-issue-bot commented 8 years ago

We only start builds when the Version field in the DESCRIPTION file is incremented. For example, by changing

Version: 0.99.0

to

Version 0.99.1

If you did not intend to start a build, you don't need to do anything. If you did want to start a build, increment the Version: field and try again.

bioc-issue-bot commented 8 years ago

We only start builds when the Version field in the DESCRIPTION file is incremented. For example, by changing

Version: 0.99.0

to

Version 0.99.1

If you did not intend to start a build, you don't need to do anything. If you did want to start a build, increment the Version: field and try again.

bioc-issue-bot commented 8 years ago

We only start builds when the Version field in the DESCRIPTION file is incremented. For example, by changing

Version: 0.99.0

to

Version 0.99.1

If you did not intend to start a build, you don't need to do anything. If you did want to start a build, increment the Version: field and try again.

bioc-issue-bot commented 8 years ago

We only start builds when the Version field in the DESCRIPTION file is incremented. For example, by changing

Version: 0.99.0

to

Version 0.99.1

If you did not intend to start a build, you don't need to do anything. If you did want to start a build, increment the Version: field and try again.

bioc-issue-bot commented 8 years ago

We only start builds when the Version field in the DESCRIPTION file is incremented. For example, by changing

Version: 0.99.0

to

Version 0.99.1

If you did not intend to start a build, you don't need to do anything. If you did want to start a build, increment the Version: field and try again.

bioc-issue-bot commented 8 years ago

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

e25f193 Fixing based on inputs from Bioconductor review by...

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161003202552.html

bioc-issue-bot commented 8 years ago

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

9c85c6d Adding automatically suggested PatternLogic to bio...

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161003205445.html

mani2012 commented 8 years ago

Hi Martin, Thank you so much for your review and comments, which were very helpful. We have updated our PathoStat package based on your review and suggestions.

We have followed all your suggestions for updating the R code, and we have addressed all those issues. The only NOTE on 'Adding runnable examples for coreOTUModule.Rd', we would like to mention that we have added example codes for how this coreOTUmodule can be included in another shiny app, but this function is not to be called directly by the user of our PathoStat package (we have used the dontrun directive for this purpose) ; it will only be useful for calling this function from another shiny app with the shiny server input.

For the vignette, we are working on creating another more comprehensive vignette. We shall shortly add the detailed vignette to the package. Could you please review our PathoStat package again to make sure that there are no other issues?

Thanks, Mani

bioc-issue-bot commented 8 years ago

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

0d70def Calculating the confidence interval boundary marke...

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161005214749.html

mtmorgan commented 8 years ago

Thank you for your changes so far. I think the only remaining issue is the vignette.

bioc-issue-bot commented 8 years ago

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

81234b2 Checking the confidence region on the jittered poi...

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161007123256.html

bioc-issue-bot commented 8 years ago

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

66c16d6 Fixing Warning in log(p/(1 - p)) : NaNs produced

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161007150443.html

bioc-issue-bot commented 8 years ago

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

4c2a078 Adding detailed PathoStat User Manual and PathoSta...

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161011021951.html

bioc-issue-bot commented 8 years ago

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

be9540d Fixing some BiocCheck WARNINGS and NOTES

bioc-issue-bot commented 8 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 following build report for more details:

http://bioconductor.org/spb_reports/PathoStat_buildreport_20161011024837.html

mani2012 commented 8 years ago

Hi Martin,

Thanks again for your review. We have now added a detailed PathoStat User Manual and PathoStat Advanced Usage vignettes to our package.

We look forward to having our package added to the BioConductor release.

Thanks, Mani

mtmorgan commented 8 years ago

Thanks for your work on this package, it looks great, and I am happy to accept it to Bioconductor. It will be added to the Bioconductor svn repository and nightly builds. You will receive additional information in the next several days.