[Bioc-devel] Package download when using functions from affy and oligo

2018-05-02 Thread Joris Meys
Dear, I've noticed that using certain functions in affy and oligo (eg oligo::read.celfiles and affy::bg.correct) start with downloading another package and end with either R crashing or a warning that -after installation succeeded- the package is not available. After which using some functions of

Re: [Bioc-devel] bsseqData

2018-05-02 Thread Peter Hickey
Successful pushed to both devel and release. Thanks, Nitesh! On Wed., 2 May 2018, 1:35 pm Turaga, Nitesh, wrote: > Try one more time please. > > I made some changes after seeing your output. > > Best, > > Nitesh > > > On May 2, 2018, at 1:21 PM, Peter Hickey wrote: > > > > Hi Nitesh, > > > > I

Re: [Bioc-devel] bsseqData

2018-05-02 Thread Turaga, Nitesh
Try one more time please. I made some changes after seeing your output. Best, Nitesh > On May 2, 2018, at 1:21 PM, Peter Hickey wrote: > > Hi Nitesh, > > I did a fresh clone, updated the package, and committed the changes, > but am still unable to push to the bioc git repo. Requested outp

Re: [Bioc-devel] bsseqData

2018-05-02 Thread Peter Hickey
Hi Nitesh, I did a fresh clone, updated the package, and committed the changes, but am still unable to push to the bioc git repo. Requested output below. $ git clone g...@git.bioconductor.org:packages/bsseqData # Make updates and commit $ git push origin master Counting objects: 7, done. Delta co

Re: [Bioc-devel] bsseqData

2018-05-02 Thread Turaga, Nitesh
Hi Pete, Can you try once again please? And this time send me the following information if it doesn’t work. git remote -v and ls -r (or tree) .git/hooks/ and git branch -a Thanks, Nitesh > On Apr 29, 2018, at 11:22 PM, Peter Hickey wrote: > > Sure thing, we'l

Re: [Bioc-devel] Virtual class for `matrix` and `DelayedArray`? (or better strategy for dealing with them both)

2018-05-02 Thread Kasper Daniel Hansen
We did this recently in minfi and getting acceptable performance was not trivial. We are still sorting out issues; we will eventually write about our experiences. Pete is working on some blog posts on this and we hope to do something more formal later. We would all love experience from more people

Re: [Bioc-devel] Virtual class for `matrix` and `DelayedArray`? (or better strategy for dealing with them both)

2018-05-02 Thread Elizabeth Purdom
Thanks Hervé and Stephanie for your suggestions. I am really looking for a S4 methods solution however, given how my package is already set up. Also, I have several functions that I need to adapt in this way, so it seems cleaner and simpler to do the class union, which sounds like is not a probl