[Rcpp-devel] Rcpp and RInside on XCode

2013-09-24 Thread Nicholas Pezolano
. Best, Nicholas Pezolano ___ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Re: [Rcpp-devel] RInside and MPI master slave model proper usage

2013-01-19 Thread Nicholas Pezolano
Eddelbuettel wrote: > > On 19 January 2013 at 17:44, Nicholas Pezolano wrote: > | Maybe I did not describe my question/problem clearly, > | > | I've seen the examples and you would call > | > | RInside R(int argc, int argv); after int main and mpi_init, and all > nodes

Re: [Rcpp-devel] RInside and MPI master slave model proper usage

2013-01-19 Thread Nicholas Pezolano
ecause the function doesn't have access to the the R object On Sat, Jan 19, 2013 at 5:14 PM, Dirk Eddelbuettel wrote: > > On 19 January 2013 at 16:29, Nicholas Pezolano wrote: > | Hi I'm using Rinside with MPI and testing out a simple master slave > model. > | > |

[Rcpp-devel] RInside and MPI master slave model proper usage

2013-01-19 Thread Nicholas Pezolano
*RInside R(argc, argv); *for every-time the function do_work is called by the master? Is there a way to free the R instance or is this handled automatically? or is there a better approach? Best, -- Nicholas Pezolano Department of Applied Math & Statistics State University of New York

Re: [Rcpp-devel] RInside error running examples after installing from source on Ubuntu 12.04

2013-01-02 Thread Nicholas Pezolano
ing the sys admin to update the package list for R via the /etc/apt/sources.list file and simply apt-geting the latest version Thank you very much, On Wed, Jan 2, 2013 at 10:33 AM, Dirk Eddelbuettel wrote: > > On 2 January 2013 at 10:24, Nicholas Pezolano wrote: > | Sorry for not rep

Re: [Rcpp-devel] RInside error running examples after installing from source on Ubuntu 12.04

2013-01-02 Thread Nicholas Pezolano
e 12.10 which should solve all the problems above. Thank you very much for all your help. On Wed, Jan 2, 2013 at 10:21 AM, Dirk Eddelbuettel wrote: > > On 30 December 2012 at 16:16, Dirk Eddelbuettel wrote: > | > | Hi Nicholas, > | > | On 30 December 2012 at 16:48, Nicholas Pez

[Rcpp-devel] RInside error running examples after installing from source on Ubuntu 12.04

2012-12-30 Thread Nicholas Pezolano
", pkg, "$") : not a BUILTIN function Execution halted RInside example01 npezolano@Manatee2:~/RInside/examples$ ./rinside Error in paste0("(^|[^%])(%%)*%", spec) : not a BUILTIN function Error in paste0("^", pkg, "$") : not a BUILTIN function Execut