Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

microbiomeDASim #1216

Closed williazo closed 5 years ago

williazo 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 @williazo

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: microbiomeDASim
Type: Package
Title: Microbiome Differential Abundance Simulation 
Version: 0.99.0
Author: Justin Williams, Hector Corrada Bravo, Jennifer Tom, Joseph Nathaniel Paulson
Maintainer: Justin Williams <williazo@ucla.edu>
Description: A toolkit for simulating differential microbiome data designed for
    longitudinal analyses. Several functional forms may be specified for the
    mean trend. Observations are drawn from a multivariate normal model. The objective of this
    package is to be able to simulate data in order to accurately compare different longitudinal
    methods for differential abundance.
License: MIT + file LICENSE
Imports:
    graphics, 
    ggplot2,
    MASS,
    tmvtnorm,
    Matrix,
    mvtnorm,
    pbapply,
    stats
Depends: 
    R (>= 3.6.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests: 
    testthat (>= 2.1.0),
    knitr,
    devtools
VignetteBuilder: knitr
biocViews: Microbiome,
    Visualization,
    Software
BugReports: https://github.com/williazo/microbiomeDASim/issues
URL: https://github.com/williazo/microbiomeDASim
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". 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:

6d844f5 fixing inline link from ggplot2::stat_smooth to gg... b56ed52 updating all documentation after fixing inline lin... 28af5e1 update BiocCheck comments to reflect indentation f... 6c9e7d6 bump version number

williazo commented 5 years ago

bumped the latest version with corrections to the inline function calling for ggplot2 as well as removed .Rproj from git files.

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.

Kayla-Morrell commented 5 years ago

Hello @williazo,

Thank you for submitting to Bioconductor. Please see the initial review of the package below. The required changes must be made while the suggested changes do not have to be but we strongly encourage them. Comment back here with updates that have been made and when the package is ready for a re-review.

General package development

DESCRIPTION

Vignettes

if(!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("microbiomeDASim")

man pages

Unit tests

Best, Kayla

bioc-issue-bot commented 5 years ago

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

c2fc670 version bump

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.

williazo commented 5 years ago

Hi @Kayla-Morrell,

Thank you for your review comments above, I have gone through and updated the package based on your feedback and have included details for each of your points below.

General package Development

I have removed the build comments (BiocCheck and cran) and 'doc/' directory from the package directory (commit a6d455d).

As suggested I moved the Jupyter notebook into an `inst/script/' directory to allow for it to be distributed. I think it provides a useful framework for a hands on introduction to using the package and some of the rationale (commit c2ad972).

Description

I have changed this to false in the Description file (commit 83adb13).

Vignettes

As suggested I re-wrote the Introduction section to highlight the objective of the simulation package and some of the key functions involved in simulating the longitudinal differential abundance. I moved the previous Introduction section into a new Motivation section after the Installation section (commit 828cf40).

The Installation section has been added (commit 828cf40).

The Session Info section has been added (commit 828cf40).

man pages

I have added @keywords internal for all of the helper function that aren't exported (commit 7f089b1).

Unit tests

I believe that this Rplots.pdf file was created by accident as my test scripts had examples where the plot graphics were turned on. I have removed this file manually and have also changed the test scripts so that the graphics are turned off for all examples (commit 0149350).

I look forward to hearing additional comments and/or suggestions.

Best, Justin

Kayla-Morrell commented 5 years ago

Hi @williazo,

Thank you for making the changes and providing details for each point. Everything looks good and I'm happy to accept the package!

Best, Kayla

bioc-issue-bot commented 5 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!

williazo commented 5 years ago

Thanks @Kayla-Morrell! I will look out for further instructions and additional information in the coming days.

Best, Justin

mtmorgan commented 5 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/williazo.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("microbiomeDASim"). The package 'landing page' will be created at

https://bioconductor.org/packages/microbiomeDASim

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.