Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xeva : XEnograft Visualization & Analysis #968

Closed
8 tasks done
gangeshberi opened this issue Jan 8, 2019 · 249 comments
Closed
8 tasks done

Xeva : XEnograft Visualization & Analysis #968

gangeshberi opened this issue Jan 8, 2019 · 249 comments
Assignees

Comments

@gangeshberi
Copy link

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 checkbox to '[x]'

  • I understand that by submitting my package to Bioconductor,
    the package source and all review commentary are visible to the
    general public.

  • I have read the Bioconductor Package Submission
    instructions. My package is consistent with the Bioconductor
    Package Guidelines.

  • I understand that a minimum requirement for package acceptance
    is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
    Passing these checks does not result in automatic acceptance. The
    package will then undergo a formal review and recommendations for
    acceptance regarding other Bioconductor standards will be addressed.

  • My package addresses statistical or bioinformatic issues related
    to the analysis and comprehension of high throughput genomic data.

  • I am committed to the long-term maintenance of my package. This
    includes monitoring the support site for issues that users may
    have, subscribing to the bioc-devel mailing list to stay aware
    of developments in the Bioconductor community, responding promptly
    to requests for updates from the Core team in response to changes in
    R or underlying software.

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

  • The 'devel' branch for new packages and features.
  • The stable 'release' branch, made available every six
    months, for bug fixes.
  • Bioconductor version control using Git
    (optionally via GitHub).

For help with submitting your package, please subscribe and post questions
to the bioc-devel mailing list.

@bioc-issue-bot
Copy link
Collaborator

Hi @gangeshberiuhn

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: Xeva
Type: Package
Title: Analysis of patient-derived xenograft (PDX) data
Version: 1.0.0
Author: Arvind Mer, Benjamin Haibe-Kains
Maintainer: Benjamin Haibe-Kains <benjamin.haibe.kains@utoronto.ca>
Description: Contains set of functions to perform analysis of patient-derived xenograft (PDX) data.
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 6.0.1
LazyData: true
VignetteBuilder: knitr
Suggests: BiocStyle, knitr, rmarkdown
Imports:
  methods,
  stats,
  utils,
  BBmisc,
  Biobase,
  plyr,
  stringr,
  graphics, 
  grDevices,
  ggplot2,
  ComplexHeatmap (>= 1.99.4),
  reshape2,
  PharmacoGx,
  foreach,
  parallel,
  doParallel,
  doSNOW,
  acepack,
  mgcv,
  Rmisc
Depends: R (>= 3.4)
biocViews: GeneExpression, Pharmacogenetics, Pharmacogenomics, Software, Classification, Cancer, Biomarker, Drug
BugReports: https://github.com/bhklab/Xeva/issues

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
Copy link
Collaborator

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 bioc-issue-bot added 2. review in progress assign a reviewer and a more thorough review of package code and documentation taking place and removed 1. awaiting moderation labels Jan 9, 2019
@bioc-issue-bot
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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

357a3f9 changed version
264a706 updated Merge branch 'master' of github.com:bhkla...

1 similar comment
@bioc-issue-bot
Copy link
Collaborator

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

357a3f9 changed version
264a706 updated Merge branch 'master' of github.com:bhkla...

@bioc-issue-bot
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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.

@gangeshberi
Copy link
Author

I have changed the version to 0.99.0 and the Github repository has the webhook installed and it seems to have triggered. But still, I am getting the same response "version bump required" from bioc-issue-bot.

@mtmorgan
Copy link
Contributor

mtmorgan commented Jan 9, 2019

The version number at submission should have been 0.99.0. the next version 0.99.1, the next 0.99.2.

I think that you have used 0.99.0, but not 0.99.1, so I suggest that you change the version to that number.

That you have used a larger version number already MAY cause problems, and if so @lshep will provide assistance.

@bioc-issue-bot
Copy link
Collaborator

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

17c2993 Update DESCRIPTION

@bioc-issue-bot
Copy link
Collaborator

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

17c2993 Update DESCRIPTION

@gangeshberi
Copy link
Author

@mtmorgan Thanks. Looks like it has worked.

@bioc-issue-bot
Copy link
Collaborator

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

970e175 Update DESCRIPTION

1 similar comment
@bioc-issue-bot
Copy link
Collaborator

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

970e175 Update DESCRIPTION

@bioc-issue-bot
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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

f83523b version 0.99.3

@bioc-issue-bot
Copy link
Collaborator

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

f83523b version 0.99.3

@lshep
Copy link
Contributor

lshep commented Feb 21, 2019

Hey - It looks like you guys are actively pushing commits and there is still something going very very wrong - Would you be interesting in video chatting/sharing so we can see what you are doing and how your repository settings are set up so we can try to figure out the root of the problem?
@gangeshberiuhn We could send a link to a virtual meeting spot

@spocks
Copy link

spocks commented Feb 21, 2019

Hi @lshep Once I had version error in build report. But now the last report it says "Git clone Failed". @gangeshberiuhn could you look into it?

@bioc-issue-bot
Copy link
Collaborator

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

fa46656 version 0.99.4

1 similar comment
@bioc-issue-bot
Copy link
Collaborator

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

fa46656 version 0.99.4

@bioc-issue-bot
Copy link
Collaborator

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

b528857 0.99.5

1 similar comment
@bioc-issue-bot
Copy link
Collaborator

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

b528857 0.99.5

@bioc-issue-bot
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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

@lshep
Copy link
Contributor

lshep commented Feb 21, 2019

Okay I think we are set on our end for you to try and create a new issue for this. Thank you again for being so understanding

@gangeshberi
Copy link
Author

Thanks. I will create a new for this.

@lshep lshep removed the 2. review in progress assign a reviewer and a more thorough review of package code and documentation taking place label Feb 21, 2019
@gangeshberi
Copy link
Author

Hey, Will it be creating any conflict if we open a new issue with the same name as of a closed Issue?

@lshep
Copy link
Contributor

lshep commented Feb 21, 2019

It shouldn't because I deleted it from the database of issues - but if there is let me know

@gangeshberi
Copy link
Author

Cool. Thanks.

@gangeshberi
Copy link
Author

I have created a new Issue.

@spocks
Copy link

spocks commented Feb 21, 2019

@lshep we have created a new issue at #1022

@lshep
Copy link
Contributor

lshep commented Feb 21, 2019

Yes, thank you - once @mtmorgan puts it into a queue we can monitor what happens when you push changes - If it is still problematic when you guys try to push versions, I'll take over reviewing the package as I can push a manual build when necessary so you can get accurate build reports -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants