Re: [R] Rscript segfaults with lazy loading

2009-06-23 Thread Dirk Eddelbuettel
Gad, On 24 June 2009 at 11:43, Gad Abraham wrote: | Hi, | | I have an RData file containing a GeneSetCollection object | (Bioconductor), http://www.cs.mu.oz.au/~gabraham/c2.RData. I think it | uses lazy loading because packages are only loaded when I access the | object (see below) in the R c

[R] Rscript segfaults with lazy loading

2009-06-23 Thread Gad Abraham
Hi, I have an RData file containing a GeneSetCollection object (Bioconductor), http://www.cs.mu.oz.au/~gabraham/c2.RData. I think it uses lazy loading because packages are only loaded when I access the object (see below) in the R console. When I try the same with Rscript, it segfaults. This