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
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
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
set delivery off
--
Tony <[EMAIL PROTECTED]>
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
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
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=
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