Bioconductor / Contributions

Contribute Packages to Bioconductor
133 stars 33 forks source link

MouseFM #1499

Closed matmu closed 4 years ago

matmu commented 4 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 4 years ago

Hi @matmu

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: MouseFM
Type: Package
Title: In-silico methods for finemapping of genetic regions in inbred mice
Version: 0.1.0
Authors@R: person("Matthias", "Munz", role = c("aut", "cre"), 
    email = "matthias.munz@gmx.de", comment = c(ORCID = "0000-0002-4728-3357"))
Description: This package provides methods for genetic finemapping 
    in inbred mice by taking advantage of their very high homozygosity rate (>95%). 
Encoding: UTF-8
LazyData: false
BugReports: https://github.com/matmu/MouseFM/issues
Depends: R (>= 4.0.0)
License: GPL-3
VignetteBuilder: knitr
biocViews: 
    Genetics, 
    SNP, 
    GeneTarget, 
    VariantAnnotation, 
    GenomicVariation, 
    MultipleComparison, 
    SystemsBiology, 
    MathematicalBiology, 
    PatternLogic,
    GenePrediction,
    BiomedicalInformatics,
    FunctionalGenomics
Suggests:
    BiocStyle,
    testthat,
    knitr,
    rmarkdown
Imports:
    httr,
    curl,
    GenomicRanges,
    dplyr,
    ggplot2,
    reshape2,
    scales,
    gtools,
    tidyr,
    data.table,
    jsonlite,
    rlist,
    GenomeInfoDb,
    methods,
    biomaRt,
    stats,
    IRanges
RoxygenNote: 7.1.0
bioc-issue-bot commented 4 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 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: "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 4 years ago

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

26eb7bd Version 0.99.0

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: "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 4 years ago

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

15916f0 Update

bioc-issue-bot commented 4 years ago

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

ec8203a Update

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: "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.

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: "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 4 years ago

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

c6752d2 Update

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: "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 4 years ago

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

82e2318 V

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.

bioc-issue-bot commented 4 years ago

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

7aec33e Update DESCRIPTION

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.

Kayla-Morrell commented 4 years ago

Hello @matmu,

Thank you for submitting to Bioconductor. Please see the initial review of the package below. Overall, the package looks great! 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.

NAMESPACE

Vignette

fetch

R code

Best, Kayla

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.

bioc-issue-bot commented 4 years ago

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

ea6a65a Update

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.

matmu commented 4 years ago

Dear Kayla,

thanks a lot for reviewing our package. I have fixed the requirements and suggestions. Regarding the formatting of the R code: is there a simple way to autoformat the code according to Bioconductors needs? Otherwise I would like to leave it as it is.

All the best, Matthias

Kayla-Morrell commented 4 years ago

@matmu - At the end of the BiocCheck, we offer these two points for formating:

    See http://bioconductor.org/developers/how-to/coding-style/
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.

Thank you for making the necessary changes. I have re-reviewed the package and everything looks good. Since the formatting points are not required I'm more than happy to accept the package, and you can change in the future if you chose.

Thank you again for your contribution.

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/matmu.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("MouseFM"). The package 'landing page' will be created at

https://bioconductor.org/packages/MouseFM

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.