Re: [Rd] Rcpp -> RcppTemplate package with L-GPL

2006-02-28 Thread Andrew Garbutt
library encourages using its variable parsing in other packages. Thank you again. -Andy -Original Message- From: Dominick Samperi [mailto:[EMAIL PROTECTED] Sent: Saturday, February 25, 2006 11:51 AM To: Prof Brian Ripley; Andrew Finley Cc: Dirk Eddelbuettel; Andrew Garbutt; r-devel@r

Re: [Rd] Rcpp, best method for linking to

2006-02-24 Thread Andrew Garbutt
the requirement that the Rcpp package be installed prior? Thanks for your time, Andy -Original Message- From: Dominick Samperi [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 2:30 PM To: Andrew Finley Cc: Andrew Garbutt; r-devel@r-project.org Subject: Re: [Rd] Rcpp, best method

[Rd] Rcpp, best method for linking to

2006-02-24 Thread Andrew Garbutt
Dear all, After a bit of reading I came across the Rcpp example package. There are a few classes that I would like to use and I am not sure how best to include them in my own package. Is it best to compile it as an independent library and link to it? Or is there some way to `require` it for m