Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

Rtpca #1508

Closed nkurzaw closed 4 years ago

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

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: Rtpca
Title: Thermal proximity co-aggregation with R
Version: 0.99.0
Authors@R: c(
    person("Nils", "Kurzawa", email = "nils.kurzawa@embl.de", 
        role = c("aut", "cre")),
    person("André", "Mateus", role = c("aut")),
    person("Mikhail M.", "Savitski", role = c("aut")))
Description: R package for performing thermal proximity co-aggregation 
    analysis with thermal proteome profiling datasets.
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: false
biocViews: Software, Proteomics, DataImport
Depends: R (>= 4.0.0), stats, utils, Biobase, dplyr, tidyr
Imports: methods, ggplot2, pROC, fdrtool, splines
Suggests: knitr, BiocStyle, TPP, testthat
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: "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:

59150af addressed 'incomplete final line found' in two tes...

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:

21bf319 extended package description (BiocCheck), added NE...

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 @nkurzaw,

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.

DESCRIPTION

Vignette

Man pages

R code

Best, Kayla

nkurzaw commented 4 years ago

Hello @Kayla-Morrell, thanks a lot for reviewing our package and for getting back to us so fast. I will try to address all the points you raised as soon as possible!

Concerning the .csl file in the vignette folder, it is a citation style that I prefer over the standard rmarkdown one, I have that included also for another Bioconductor package of mine (TPP2D) and it does not cause any troubles there. But if you think I should still remove it, I am happy to do that.

Thanks again! Best, Nils

bioc-issue-bot commented 4 years ago

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

0057fbe adressed first rounds of comments, still some left

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

@nkurzaw - That's fine to leave the .csl file then, thank you for clarifying!

nkurzaw commented 4 years ago

Ok great, thanks a lot!

bioc-issue-bot commented 4 years ago

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

4ab653f added more structure and explanations to vignette,...

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 @nkurzaw - Just checking in to see if the package is ready for re-review? If it is, please comment back addressing the points I raised. If not, just let me know when it's ready. Best, Kayla

nkurzaw commented 4 years ago

Hello @Kayla-Morrell, I'm sorry, I'm not quite there yet. I'm still missing some accessor functions. I'll try to finalise all required changes and comment back on the points tomorrow!

Best, Nils

bioc-issue-bot commented 4 years ago

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

8822532 adressed remaining required review comments by add...

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.

nkurzaw commented 4 years ago

Hi @Kayla-Morrell ,

I have now addressed all 'REQUIRED' change requests and most 'SUGGESTIONS'. Thanks a lot again for reviewing our package, you had great comments that definitely improved the package! Please see below the detailed response to all comments:

DESCRIPTION

Vignette

" Installation from Bioconductor

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

"

Man pages

R code

Thank you very much for your time and effort spent again!

Best, Nils

Kayla-Morrell commented 4 years ago

@nkurzaw - Thank you for making the necessary changes! Everything looks good now and I'd be more than happy to accept the package.

Best, Kayla

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!

nkurzaw commented 4 years ago

Awesome :) Thanks a lot @Kayla-Morrell!

Best, Nils

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

https://bioconductor.org/packages/Rtpca

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.