[Rd] In memory caching algorithm

2006-08-12 Thread Henrik Bengtsson
Hi, quite a few times I have ran into problems where I would like to read data from a data source too huge to keep in memory. Not only this, but retrieving the data from that source is a bit slow. I wish to work with only small chunks of the data in memory at any time. Now, sometimes the same d

Re: [Rd] configure on mac

2006-08-12 Thread Prof Brian Ripley
I gather you need to update your Xtools: others have had similar problems. (If they are online you will no doubt get more complete information.) On Sat, 12 Aug 2006, roger koenker wrote: > I'm having trouble making yesterday's R-devel on my macs. > > ./configure seems fine, but eventually in mak

[Rd] configure on mac

2006-08-12 Thread roger koenker
I'm having trouble making yesterday's R-devel on my macs. ./configure seems fine, but eventually in make I get: gcc -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/sw/lib -L/ usr/local/lib -install_name libR.dylib -compatibili

[Rd] (no subject)

2006-08-12 Thread Tony
set delivery off -- Tony <[EMAIL PROTECTED]> __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] bypassing SET_DIM checking

2006-08-12 Thread miguel manese
Hello, I created an S3 "type" w/c is actually a list that should look like a matrix but whose data is actually in an external file. The SEXP just contains info on how to retrieve the data from the file. When I get to the part of creating the SEXP, I found out that SET_DIM & SET_DIMNAME checks the

[Rd] From Mr Dennis (PR#9141)

2006-08-12 Thread dens0009
GOod Day=2C My name is Mr Dennis Stevenson=2Can executive Auditor of bank of = Scotland=2CUnited Kingdom=2E = I want to make a transfer of money involving (=A315=2C000=2C000=2E00) (F= ifteen-million pounds sterlings)=2EI am proposing to make this transfer = to any bank account of your choice=

Re: [Rd] Small problem building a package containing .f90 source on Windows

2006-08-12 Thread Prof Brian Ripley
On Fri, 11 Aug 2006, Jeffrey Lewis wrote: > I am working on a package that includes some Fortran 90 source > code, it builds and functions correctly, but I did run into a > little problem when building the Windows version that I thought > might of interest. > > In 'Writing R Extensions' (2.3.1, 0