Re: [Rcpp-devel] R Initialization with RInside

2013-06-12 Thread Dirk Eddelbuettel
s always make it better ;-) Dirk | John | | -Original Message- | From: Dirk Eddelbuettel [mailto:e...@debian.org] | Sent: Wednesday, June 12, 2013 3:40 PM | To: John Buonagurio | Cc: rcpp-devel@lists.r-forge.r-project.org | Subject: Re: [Rcpp-devel] R Initialization with RInside | | |

Re: [Rcpp-devel] R Initialization with RInside

2013-06-12 Thread John Buonagurio
to query it, #ifdef WIN32 and if R_HOME is NULL. Thanks again for the great software, John -Original Message- From: Dirk Eddelbuettel [mailto:e...@debian.org] Sent: Wednesday, June 12, 2013 3:40 PM To: John Buonagurio Cc: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-dev

Re: [Rcpp-devel] R Initialization with RInside

2013-06-12 Thread Dirk Eddelbuettel
John, [ Reindenting this to 80cols ] Welcome, and thanks for posting here. On 12 June 2013 at 19:13, John Buonagurio wrote: | Hi all, | | | I am trying to package a minimal R environment with an RInside application, | without requiring R already be installed and without overwriting global RIn

[Rcpp-devel] R Initialization with RInside

2013-06-12 Thread John Buonagurio
Hi all, I am trying to package a minimal R environment with an RInside application, without requiring R already be installed and without overwriting global environment variables such as R_HOME in order to run the application. I am currently developing under Windows though I will ultimately rele