Re: [R] Deques in R

2013-02-11 Thread Michael Holt
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, 20

Re: [R] Deques in R

2013-02-11 Thread Barry Rowlingson
On Mon, Feb 11, 2013 at 9:42 PM, Barry Rowlingson 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,

Re: [R] Deques in R

2013-02-11 Thread Barry Rowlingson
On Mon, Feb 11, 2013 at 5:20 PM, Michael Holt wrote: > I've been searching for information on using deques in R for the past couple > of days. What little I've found has pointed me towards either the Rcpp > package or the cpp project on R-forge > (https://r-forge.r-project.org/projects/cpp/), b

[R] Deques in R

2013-02-11 Thread Michael Holt
I've been searching for information on using deques in R for the past couple of days. What little I've found has pointed me towards either the Rcpp package or the cpp project on R-forge (https://r-forge.r-project.org/projects/cpp/), but I've had trouble finding working examples. Are these the be