Re: [Rcpp-devel] RcppParallel on Solaris

2015-04-03 Thread Dale Smith
Another alternative is purchasing solaris hardware, since VirtualBox only runs x86. Ebay does have some for auction at a reasonable price. http://tinyurl.com/sunblade-on-ebay I do not know if it includes disks, but they aren’t all that expensive. I would vo

Re: [Rcpp-devel] Accessing list of list members to permute them

2015-04-03 Thread Dale Smith
Hi, Instead of posting this code to the list, a better idea is to write up your solution for RcppGallery. That way you can share code with a wider audience. http://gallery.rcpp.org Dale Smith dtsm...@mindspring.com > On Apr 3, 2015, at 8:02 AM, ogami musashi wrote:

Re: [Rcpp-devel] Accessing list of list members to permute them

2015-04-03 Thread ogami musashi
Hello Romain and Christian, Following christian advice on learning how to walk before running but taking romain's hints i succeeded in writing a code that does the same permutation but on a list of matrices. I had in fact always access the same nested list element which is a matrix i simply cr

Re: [Rcpp-devel] RcppParallel on Solaris

2015-04-03 Thread JJ Allaire
On Thu, Apr 2, 2015 at 3:42 PM, Gábor Csárdi wrote: > I have Solaris x86_64 on Virtualbox, and it runs fine. The problem is, it is > x86, and not Sparc, so for example byte order issues do not come up. Would you be willing to try the following as a minimal test that our changes are enough to make

Re: [Rcpp-devel] RcppParallel on Solaris

2015-04-03 Thread JJ Allaire
> I am happy to share my experience with Solaris. I have been meaning to > write a step-by-step guide to setting up a Solaris testing platform for > R on a VirtualBox VM, so this gives me some impetus to write it. That would be excellent! I got as far as getting R running on a VirtualBox but got h