Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

Spaniel #1202

Closed RachelQueen1 closed 5 years ago

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

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: Spaniel
Type: Package
Title: Spatial Transcriptomics Analysis
Version: 0.99.0
Author: Rachel Queen <rachel.queen@newcastle.ac.uk>
Maintainer: Rachel Queen <rachel.queen@newcastle.ac.uk>
Description: A collection of tools for  analysing  Spatial Transcriptomics Data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0),
         Seurat,
         SingleCellExperiment,
         dplyr
Imports: methods,
         ggplot2,
         scater, 
         shiny,
         jpeg,
         magrittr, 
         SummarizedExperiment,
         utils,
         S4Vectors
Suggests: 
    knitr,
    rmarkdown,
    testthat,
    devtools
VignetteBuilder: knitr
RoxygenNote: 6.1.1.9000
Collate: 
    'utilities.R'
    'addClusterCols.R'
    'parseImage.R'
    'readData.R'
    'removeSpots.R'
    'spaniel_plot_internals.R'
    'spatialPlot.R'
    'shinySpaniel.R'
biocViews: SingleCell, RNASeq, QualityControl, 
  Preprocessing, Normalization, Visualization, Transcriptomics, 
  GeneExpression, Sequencing, Software, DataImport,
  DataRepresentation, Infrastructure, Coverage, Clustering

Add SSH keys to your GitHub account. SSH keys will are used to control access to accepted Bioconductor packages. See these instructions to add SSH keys to your GitHub account.

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.

RachelQueen1 commented 5 years ago

Hi, Just wondered if there is anything I need to do as I haven't had an update for a while? Thanks in advance

nturaga commented 5 years ago

Hi @RachelQueen1 ,

I will review your package and post a review in a few days time. You need to set up the build reports for your package, so it can build and check. Please see the comments issued by the bot above.

https://github.com/Bioconductor/Contributions/blob/master/CONTRIBUTING.md#adding-a-web-hook

Best,

Nitesh

RachelQueen1 commented 5 years ago

Great, thank you :)

Rachel

nturaga commented 5 years ago

Great, thank you :)

Rachel

Please take a look at the edits in my previous comment.

RachelQueen1 commented 5 years ago

Thanks, I have added the web hook.

bioc-issue-bot commented 5 years ago

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

00c23ec Update version

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:

891cdca remove supress messages and update version

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

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

0da4aab fix typo and update version

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:

a8f8c83 change calculateQCMetrics to addQCPerCell

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:

a9ecd6d update version

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.

nturaga commented 5 years ago

Spaniel Review

R CMD build

ok

R CMD check

ok

DESCRIPTION

NAMESPACE

vignette

I cannot get the vignette to run, (Note, there is also an incomplete function call in this.

    sce <- scater::addQCPerCell(
        sce, 
    )

The package scater doesn't have the function addQCPerCell.

Error: processing vignette 'spaniel-vignette.Rmd' failed with diagnostics:
'addQCPerCell' is not an exported object from 'namespace:scater'

R

    if(removeTmpFile){
    }

Please correct these basic issues before a more in depth review.

bioc-issue-bot commented 5 years ago

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

4de2b51 remove dead code, update description and add versi...

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

fd528c1 fix typo

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

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

b709d10 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.

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 5 years ago

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

7588d1d 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.

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 5 years ago

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

1569645 remove remove tmp file option from example

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.

RachelQueen1 commented 5 years ago

Hi Nitesh,

Thanks for starting the review process. I have now addressed the problem with the Description and removed the dead code. addQCPerCell is exported from the development version of Scater: https://bioconductor.org/packages/devel/bioc/html/scater.html. The function replaces calculateQCMetrics and I was getting a warning message to say that that function would soon be depreciated. Is it the right thing to do to use the development version of scater or should I stick with the current version in Bioconductor?

Thanks in advance,

Rachel

lshep commented 5 years ago

New packages and packages being submitted should use the development version of Bioconductor (and therefore the devel version of packages). So this is the right version to be developing against https://bioconductor.org/packages/devel/bioc/html/scater.html . Cheers.

nturaga commented 5 years ago

Update

bioc-issue-bot commented 5 years ago

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

4e527b3 Add the Bioconductor way of installing the package... d8a5e9d change function names to from readSeurat and readS... b9abfd4 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.

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 5 years ago

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

87fc110 change ST_plot to spanielPlot

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

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

cfaa56d revert to devtools way of installation

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: "WARNINGS, 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:

2323a14 revert to devtools way of installation

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: "WARNINGS, 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:

35ef0b5 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.

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 5 years ago

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

58f4553 change parameter names in removeSpots function

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: "WARNINGS, 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:

282152c correct example in removeSpots

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

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

22acc4d fix example for remove spots documentation

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.

bioc-issue-bot commented 5 years ago

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

6dada98 Add the Bioconductor way of installing the package...

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.