./wip/R-bigmemory, Manage massive matrices with shared memory and memory-mapped files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.5.33, Package name: R-bigmemory-4.5.33, Maintainer: mishka

Create, store, access, and manipulate massive matrices. Matrices
are allocated to shared memory and may use memory-mapped files.
Advanced functionality can further be added with biganalytics,
bigtabulate, synchronicity, and bigalgebra packages.


Required to run:
[math/R] [wip/R-bigmemory.sri] [devel/R-Rcpp]

Required to build:
[pkgtools/cwrappers] [devel/R-BH]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2013-03-19 02:22:55 by Mike M. Volokhov | Files touched by this commit (17)
Log message:
Move LICENSE right below COMMENT, that's where it usually should be.
Noted by <wiz> - thank you very much!
   2012-11-16 00:16:08 by Mike M. Volokhov | Files touched by this commit (3)
Log message:
Update R-bigmemory to version 4.3.0.

Major changes unknown, but R-bigmemory.sri dependency introduced.
   2012-08-28 17:39:17 by Mike M. Volokhov | Files touched by this commit (6)
Log message:
Fix spacing.
   2012-07-19 15:24:03 by Mike M. Volokhov | Files touched by this commit (2)
Log message:
Don't dumbly replace powl(), but rather reimplement the calling function.
   2012-07-19 15:12:02 by Mike M. Volokhov | Files touched by this commit (2)
Log message:
The powl(3) function is not actually needed here. Replace it with
constant number and make R-bigmemory compiled back again on systems
where double long mathlib functions missed.
   2012-07-18 15:06:35 by Mike M. Volokhov | Files touched by this commit (3)
Log message:
For R libraries we have to rely on the same Fortran compilre as the R itself.
   2012-07-18 13:34:48 by Mike M. Volokhov | Files touched by this commit (9)
Log message:
Align .includes.
   2012-07-18 01:43:43 by Mike M. Volokhov | Files touched by this commit (13)
Log message:
Take responsibility for all that R stuff I imported so far.