By far the easiest way to achieve this would be to use the bigmemory C++ structures in your program itself. However, if you do something on your own (but fundamentally have a column-major matrix in shared memory), it should be possible to play around with the pointer with R/bigmemory to accomplish this, yes. Feel free to email us directly for advice.
Jay > Message: 153 > Date: Wed, 8 Sep 2010 10:52:19 +0530 (IST) > From: "[email protected]" <[email protected]> > To: r-help <[email protected]> > Subject: [R] bigmemory doubt > Message-ID: > <[email protected]> > Content-Type: text/plain > > Hi, > Is it possible for me to read data from shared memory created by a vc++ > program into R using bigmemory? -- John W. Emerson (Jay) Associate Professor of Statistics Department of Statistics Yale University http://www.stat.yale.edu/~jay ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

