Re: [Bioc-devel] Devel nightly build

2017-07-14 Thread Hervé Pagès
Hi Hector, Val, The build report for today (Friday Jul 14) is finally here: https://bioconductor.org/checkResults/3.6/bioc-LATEST/ I hope you can see the changes you made to your package reflected here and also that the new version of the package propagated as it should. Let us know if not.

Re: [Bioc-devel] Devel nightly build

2017-07-14 Thread Obenchain, Valerie
I was wrong about this. Herve has isolated the experimental git-based builds so they don't affect the standard svn-based builds at all. I posted about the problems we're having with the devel builds here: https://stat.ethz.ch/pipermail/bioc-devel/2017-July/011203.html Sorry for the red herring.

[Bioc-devel] devel build reports July 11-14

2017-07-14 Thread Obenchain, Valerie
We've had some problems with the devel build reports this week. There have been a couple of application crashes on the Windows builder and problems with code that generates the final report. We are working on this and hope to have it resolved soon. Sorry for the inconvenience. Valerie This e

Re: [Bioc-devel] push bug fix from devel to release

2017-07-14 Thread Obenchain, Valerie
Hi, Instructions are here: http://www.bioconductor.org/developers/how-to/source-control/ See the section 'Where to commit changes'. Valerie On 07/14/2017 07:01 AM, Nathan Olson wrote: Hi, There is a build error with the release branch of my package metagenomeFeatures. I fixed the error in t

Re: [Bioc-devel] Devel nightly build

2017-07-14 Thread Obenchain, Valerie
Hi Hector, We are in the beta phase of testing the svn -> git transition so there will be a few hicups in the builds over the next week. We hope to have new devel and release reports today (July 14). Thanks for your patience. Valerie On 07/14/2017 05:27 AM, Hector Corrada Bravo wrote: Hello

[Bioc-devel] push bug fix from devel to release

2017-07-14 Thread Nathan Olson
Hi, There is a build error with the release branch of my package metagenomeFeatures. I fixed the error in the devel branch and would like to know how to push the changes to the release branch. Thanks, Nate Olson [[alternative HTML version deleted]] ___

[Bioc-devel] Devel nightly build

2017-07-14 Thread Hector Corrada Bravo
Hello, I noticed the last SVN snapshot for devel nightly builds was from Monday 7/10. Are builds not being done nightly? We want to submit a new package for review but need an update to a dependency on the build system we pushed this week. Thanks for the info! Hector [[alternative HTM

[Bioc-devel] strand<- method for 'GPos' doesn't work

2017-07-14 Thread Robert Castelo
hi, the strand replacement method for 'GPos' objects does not seem to work: library(GenomicRanges) example(GPos) strand(gpos1) <- "-" Error in methods::slot(object, name) : no slot of name "call" for this object of class "GPos" traceback() 10: methods::slot(object, name) 9: getElement(x, "call