[Rcpp-devel] Another rcpp package for examples

2012-05-22 Thread Peter deVoil
Folks, May I thank the Rcpp community for providing such a useful package. For your records, may I let you know that the farming systems model APSIM (www.apsim.info) is using Rcpp/RInside as a wrapper around the R language; allowing snippets of R code to interact with apsim simulations. http://ww

Re: [Rcpp-devel] Problem with RInside "hello world" example

2012-05-22 Thread Dirk Eddelbuettel
On 22 May 2012 at 12:51, Michael Hannon wrote: | Dirk Eddelbuettel wrote: | | > On 22 May 2012 at 01:04, Michael Hannon wrote: | >| Darren Cook wrote: | >| | >| >> I've run into a problem with the RInside "hello world" > example.  I can | >| >> not get it to compile on my system.  The first of

Re: [Rcpp-devel] Problem with RInside "hello world" example

2012-05-22 Thread Michael Hannon
Dirk Eddelbuettel wrote: > On 22 May 2012 at 01:04, Michael Hannon wrote: >| Darren Cook wrote: >| >| >> I've run into a problem with the RInside "hello world" > example.  I can >| >> not get it to compile on my system.  The first of the many error >| >> messages is: >| >> >| >> undefined re

Re: [Rcpp-devel] Problem with RInside "hello world" example

2012-05-22 Thread Dirk Eddelbuettel
On 22 May 2012 at 01:04, Michael Hannon wrote: | Darren Cook wrote: | | >> I've run into a problem with the RInside "hello world" > example.  I can | >> not get it to compile on my system.  The first of the many error | >> messages is: | >> | >> undefined reference to `RInside::RInside(int,

Re: [Rcpp-devel] Problem with RInside "hello world" example

2012-05-22 Thread Michael Hannon
Darren Cook wrote: >> I've run into a problem with the RInside "hello world" > example.  I can >> not get it to compile on my system.  The first of the many error >> messages is: >> >> undefined reference to `RInside::RInside(int, char const* const*, bool) > > You are not telling g++ where to

Re: [Rcpp-devel] Problem with RInside "hello world" example

2012-05-22 Thread Darren Cook
> I've run into a problem with the RInside "hello world" example. I can not > get it to compile on my system. The first of the many error messages is: > > undefined reference to `RInside::RInside(int, char const* const*, bool) You are not telling g++ where to find the R libraries that you n

[Rcpp-devel] Problem with RInside "hello world" example

2012-05-22 Thread Michael Hannon
Greetings.  I'm trying to go through some of the examples in the notes from Dirk's Rcpp Masterclass of 28 April 2011.  (I didn't take the class.  I just found the notes on the Internet.  Please let me know if my use of them violates some law or protocol.  In case it makes any difference, I'm not ma