Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

CATALYST: Cytometry dATa anALYSis Tools #331

Closed HelenaLC closed 7 years ago

HelenaLC commented 7 years ago

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

bioc-issue-bot commented 7 years ago

Hi @HelenaLC

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: CATALYST
Type: Package
Title: Cytometry dATa anALYSis Tools
Version: 0.99.0
Author: Helena Lucia Crowell <crowellh@student.ethz.ch>, Mark Robinson
    <mark.robinson@imls.uzh.ch>, Vito Zanotelli <vito.zanotelli@uzh.ch>
biocViews: MassSpectrometry, Preprocessing, StatisticalMethod, SingleCell
Maintainer: Helena Lucia Crowell <crowellh@student.ethz.ch>
Depends:
    R (>= 3.3)
Description: Tools for (pre)processing and analysis of cytometry data.
Imports:
    flowCore,
    ggplot2,
    graphics,
    grDevices,
    grid,
    gridExtra,
    matrixStats,
    methods,
    RColorBrewer,
    stats,
    utils
License: GPL (>=2)
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Suggests: BiocStyle, knitr, rmarkdown
bioc-issue-bot commented 7 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 7 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 following build report for more details:

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

mtmorgan commented 7 years ago

@LiNk-NY will review this package, but I think the Description: field of the DESCRIPTION file should be expanded to provide users with a reasonable overview of the specific functionality this package provides, perhaps in contrast or relation to other similar packages.

bioc-issue-bot commented 7 years ago

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

684ab6f bump version

bioc-issue-bot commented 7 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/CATALYST_buildreport_20170326074717.html

mtmorgan commented 7 years ago

Thank you for your contribution. Please update your package in response to the following comments, providing a brief written summary when complete. Remember to bump your version to trigger a re-build.

DESCRIPTION

vignette

R

man

bioc-issue-bot commented 7 years ago

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

46e10fe bug fix 646bfd8 bug fix 4e36302 in sep_cutoffs replacement -> return named vector 82bbf4c + plot_estTrim(): separate plotting function for e... 7462bc6 change object -> x 893b33b change cat -> message bea5fac + Imports: plotly 01545d4 + importFrom plotly ggplotly cb452df test outside if statement 9dc8711 change object -> x and @ -> accessor 4029fef remove paste inside stop, change @ -> accessor and... 2479652 change 1:n_bcs -> seq_len(n_bcs) 74a69c4 change @ -> accessor 2b6e0c4 essential do-over - use lapply/sapply only - plot ... 3f95bce change object -> x and @ -> accessor ec3040b change 1:n_beads -> seq_len(n_beads) 4a2ac39 changed estTrim() and computeSpillmat() examples 7594615 test outside if statement ad8804b change 1:n -> seq_len(n) 4bc502b change 1:N -> seq_len(N) 9857483 change 1:n_beads -> seq_len(n_beads) 6352927 changed value and example 038bfdd changed example 6a26864 added examples to illustrate some functionality 80431aa changed @ -> accessor 3197e09 use cumsum() 62c9d2e change @ -> accessor, need to use object here a44f5bf reformat to shorten lines 82159f3 reformat 3de38e2 change order of if statement tests 9e6d529 reformat 72e8384 fix in method for signature x="character" ffa6fd6 update man a780ded update man 2715fe2 fix example fc3d798 line 71: initilize plot list of fixed length and f... e226516 bug fix 2bc7e4d bug fix 94dae45 update man 876a999 fix bug 55ced5c + description and version bump 4582cb8 changed warning c715750 sapply -> vapply 31ac244 sapply -> vapply d22884d sapply -> vapply 4764648 sapply -> vapply 70e9d6e sapply -> vapply 63ed6bd remove unnecessary sapply

bioc-issue-bot commented 7 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/CATALYST_buildreport_20170405063310.html

HelenaLC commented 7 years ago

Thank you for your swift feedback Martin! I'm fairly new at this and apologise for the unnecessary stylistic flaws.

DESCRIPTION:

R:

Additional changes:

mtmorgan commented 7 years ago

Thanks for your own speedy updates!

For the generic signature, it seems that out_path will always be a character(1), and that there's a reasonable default (tempdir()), so something like

setGeneric("outFCS",
    function(x, out_path = tempdir(), ...) standardGeneric("outFCS"),
    signature = "x"
)

setMethod("outFCS", "dbFrame", function(x, out_path=tempdir()) {
    stopifnot(is.character(out_path), length(out_path) == 1L)
    ...
})
bioc-issue-bot commented 7 years ago

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

c53f647 changed outFCS() generic/method fc298fb sapply -> vapply bb78995 sapply -> vapply 00fc3b6 version bump

bioc-issue-bot commented 7 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/CATALYST_buildreport_20170406080836.html

mtmorgan commented 7 years ago

Thanks, I'm marking this package as accepted. It will be added to the Bioconductor svn repository and nightly builds, with additional instructions by email in a few days.