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.rowling...@gmail.com [b.rowling...@gmail.com] on behalf of Barry Rowlingson [b.rowling...@lancaster.ac.uk] Sent: Monday, February 11, 2013 1:50 PM To: Michael Holt Cc: r-help@r-project.org Subject: Re: [R] Deques in R On Mon, Feb 11, 2013 at 9:42 PM, Barry Rowlingson <b.rowling...@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 ______________________________________________ R-help@r-project.org 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.