Displaying 3 results from an estimated 3 matches for "decompress1".
Did you mean:
  decompress
  
2005 Jul 20
2
(no subject)
...vm_allocate(size=8421376) failed (error code=3)
*** malloc[2889]: error: Can't allocate region
*** malloc: vm_allocate(size=8421376) failed (error code=3)
*** malloc[2889]: error: Can't allocate region
Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
         internal error in decompress1
 >
------
I am running R 2.0.1 on MacOS X 10.3 with 1Gb ram.
How could I write such a matrix to a text file.
David
2004 Jul 11
1
R + OS X + gcc 3.5 = not quite there ..
I tried to compile R (current R-patched to be more precise) with gcc 
3.5 by Apple (which will be probably shipped with Tiger) and here's how 
far I got:
1) compilation itself was fine except for one exception:
../../../../../../R-patched/src/library/stats/src/starma.c: In function 
`forkal':
../../../../../../R-patched/src/library/stats/src/starma.c:384: error: 
invalid lvalue in
2005 Jul 20
0
writing matrices (no subject)
...loc[2889]: error: Can't allocate region
> >> *** malloc: vm_allocate(size=8421376) failed (error code=3)
> >> *** malloc[2889]: error: Can't allocate region
> >> Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
> >>         internal error in decompress1
> >>>
> >> ------
> >> I am running R 2.0.1 on MacOS X 10.3 with 1Gb ram.
> >> How could I write such a matrix to a text file.
> >>
> >> David
> >>
> >> ______________________________________________
> >> R-help at...