[Bioc-devel] bug when coercing from list to SimpleList

2014-09-05 Thread Hervé Pagès
Hi Michael, I found the following bug when coercing a list to a SimpleList with IRanges devel (not with IRanges release): library(IRanges) x - list(a=matrix(rep(a, 6), nrow=3), b=array(rep(b, 24), dim=c(3,4,2))) Then: sapply(as(x, SimpleList), class) ab

Re: [Bioc-devel] writeVcf performance

2014-09-05 Thread Kasper Daniel Hansen
This approach, writing in chunks, is the same Herve and I used for writing FASTA in the Biostrings package, although I see that Herve has now replaced the R implementation with a C implementation. I similarly found an absolutely huge speed up when writing genomes, by chunking. Best, Kasper On

Re: [Bioc-devel] bug when coercing from list to SimpleList

2014-09-05 Thread Michael Lawrence
Thanks, just a typo. Fixed in S4Vectors 0.2.1. On Fri, Sep 5, 2014 at 12:38 AM, Hervé Pagès hpa...@fhcrc.org wrote: Hi Michael, I found the following bug when coercing a list to a SimpleList with IRanges devel (not with IRanges release): library(IRanges) x - list(a=matrix(rep(a, 6),

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Stephanie M. Gogarten
I am guilty of doing this today, but I have (I think) a good reason. I'm making a bunch of changes that are all related to each other, but are being implemented and tested in stages. I'd like to use svn to commit when I've made a set of changes that works, so I can roll back if I break

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Dan Tenenbaum
- Original Message - From: Stephanie M. Gogarten sdmor...@u.washington.edu To: Dan Tenenbaum dtene...@fhcrc.org, bioc-devel bioc-devel@r-project.org Sent: Friday, September 5, 2014 4:27:13 PM Subject: Re: [Bioc-devel] Please bump version number when committing changes I am

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Gabe Becker
Dan, If that is is a hard BioC policy I'll endeavor to follow it (I do already in the vast majority of cases), but I must say it makes the Bioc repository much less useful from a development standpoint. There are lots of reason to commit code that doesn't work and shouldn't yet be deployed, from

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Ryan C. Thompson
Hi all, Just to throw in a suggestion here, I know that many people use a tool like git-svn in this kind of situation. They want the ability to make multiple small commits in order to save their progress, but they don't want those commits visible until they are ready to push all at once.

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Peter Haverty
Hi All, Git-svn is a nice workaround for the developer. As a user you don't want to be installing from version control in any case. Version control is a means for tracking changes, not for distributing software. Let the CI system protect you from needless drama. Typed with thumbs. On Sep

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Vincent Carey
On Fri, Sep 5, 2014 at 7:50 PM, Peter Haverty haverty.pe...@gene.com wrote: Hi all, I respectfully disagree. One should certainly check in each discrete unit of work. These will often not result in something that is ready to be used by someone else. Bumping the version number constitutes

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Michael Lawrence
As Pete and Ryan have pointed out, it seems that the version control system should somehow ease the burden of the developer here. Let's look at this from the github perspective, since it is likely to be the primary hosting mechanism for the foreseeable future. Just thinking out loud, if R could

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Kasper Daniel Hansen
Before we go and invent all kinds of stuff, is this a real problem that we need to spend resources thinking about? Dan's original post was about 2 people who check out devel from svn may see the same version number, but have different versions of the code. I acknowledge that this is theoretical

Re: [Bioc-devel] Please bump version number when committing changes

2014-09-05 Thread Dan Tenenbaum
I'd add another scenario which is that every night the build system builds whatever was checked in. This can cause extensive and confusing breakage in the build system. The build report does indicate svn revision number and timestamp of last commit, but one tends to look at the version number.

Re: [Rd] R CMD check --as-cran does not show all error messages.

2014-09-05 Thread Mikko Korpela
On 04.09.2014 18:15, Thalles wrote: I am writing a package with some R functions and try to submit it to CRAN. After build and check the package a number of times, I am struggling with the fact that the CRAN people responsible for checking packages are replying me with some mistakes that I

Re: [Rd] R CMD check --as-cran does not show all error messages.

2014-09-05 Thread Prof Brian Ripley
On 05/09/2014 08:04, Mikko Korpela wrote: On 04.09.2014 18:15, Thalles wrote: I am writing a package with some R functions and try to submit it to CRAN. After build and check the package a number of times, I am struggling with the fact that the CRAN people responsible for checking packages

Re: [Rd] Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr

2014-09-05 Thread Greg Snow
Uwe, Have all of these packages found new maintainers? if not, which ones are still looking to be adopted? thanks, On Fri, Aug 8, 2014 at 10:41 AM, Uwe Ligges uwe.lig...@r-project.org wrote: Dear maintainers and R-devel, Several orphaned CRAN packages are about to be archived due to

[Rd] r wiki

2014-09-05 Thread Ben Bolker
Does anyone happen to know the fate of the R wiki, which was formerly maintained (I think) at www.sciviews.org (now has information about a kids' play centre) by Philippe Grosjean (I think)? wiki.r-project.org redirects to http://rwiki.sciviews.org/ which gives a 404 not found ... Ben

Re: [Rd] r wiki

2014-09-05 Thread André Z . D . A .
This does not answer you, but if you are looking for something that existed on that wiki, it may help: https://web.archive.org/web/20140112055032/http://rwiki.sciviews.org/ doku.php And that wiki doesn't look like it had a lot of activity: