Deques in R
Thanks. I'm more familiar with Java than I am C++ so that might be worth checking out. I also found this code with looks like it could do what I need: http://finzi.psych.upenn.edu/R/Rhelp02/archive/15541.html I've read some things about possible issues with it but it might work for my use case.
From: b.rowlingson at gmail.com [b.rowlingson at gmail.com] on behalf of Barry Rowlingson [b.rowlingson at lancaster.ac.uk]
Sent: Monday, February 11, 2013 1:50 PM
To: Michael Holt
Cc: r-help at r-project.org
Subject: Re: [R] Deques in R
Sent: Monday, February 11, 2013 1:50 PM
To: Michael Holt
Cc: r-help at r-project.org
Subject: Re: [R] Deques in R
On Mon, Feb 11, 2013 at 9:42 PM, Barry Rowlingson <b.rowlingson at lancaster.ac.uk> wrote: > but I can't find it on CRAN now... > > http://cran.r-project.org/web/packages/Containers/ > > so you could hook the code out of the archives and find out if it still works... I just looked at the DESCRIPTION and it depends on rJava, and it appears to be a bunch of wrappers to Java classes and code to do the real work. Eeeyuck. Barry