Skip to content
Prev 38198 / 63424 Next

list2env() is broken

Hi Simon,
On 10/29/2010 02:57 PM, Simon Urbanek wrote:
I think my report was as useful as it can be. Useful in the sense that
someone could actually use it to reproduce the problem and come up with
a fix. See: the fix was made less than 2 hours after I reported the
problem. Much faster than any of the other bugs/problems I've reported
on this list in the past 2 or 3 months.

So again, thanks for the prompt fix and useful improvements to the
function!

And sorry for using the term "timeout" in the inappropriate context.
Was 11 pm when I reported the problem last night and I was trying
to understand why this package times out on our build system:

 
http://bioconductor.org/checkResults/2.8/bioc-LATEST/CoCiteStats/lamb2-checksrc.html

Ah, and about the traceback. Well it was not that useful so that's why
I didn't include it:

 >   x <- as.list(1:200000)
 >   names(x) <- paste("A", 1:200000, sep="")
 >   e <- list2env(x)

  *** caught bus error ***
address 0x18, cause 'non-existent physical address'

Traceback:
  1: list2env(x)

Also I don't see that it is a requirement in the posting guide
(but I do agree that a traceback is generally a must).

Cheers,
H.