Re: [Pharo-users] [ANN] RProjectConnector V1.0

2015-03-17 Thread Blondeau Vincent
List Objet : Re: [Pharo-users] [ANN] RProjectConnector V1.0 Hi, I was trying to use RProjectConnector in my Mac (1.9.1) and i have some issues :(. I have copied the dynamic libraries of R to /usr/lib directory (.i.e. libR.dylib). But PharoVM does not find the libraries. For instance, this lin

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2015-03-14 Thread Hernán Morales Durand
t; *De :* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *De la > part de* Hernán Morales Durand > *Envoyé :* jeudi 18 décembre 2014 05:31 > *À :* Any question about pharo is welcome > *Objet :* Re: [Pharo-users] [ANN] RProjectConnector V1.0 > > > > Hi Vincent, &

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2015-03-13 Thread Juan Pablo Sandoval Alcocer
Hi, I was trying to use RProjectConnector in my Mac (1.9.1) and i have some issues :(. I have copied the dynamic libraries of R to /usr/lib directory (.i.e. libR.dylib). But PharoVM does not find the libraries. For instance, this line of code returns always nil. self nbGetSymbolAddress

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2014-12-19 Thread Hernán Morales Durand
2014-12-19 7:52 GMT-03:00 Blondeau Vincent : > > > > > *De :* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *De la > part de* Hernán Morales Durand > *Envoyé :* jeudi 18 décembre 2014 05:31 > *À :* Any question about pharo is welcome > *Obje

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2014-12-19 Thread Blondeau Vincent
De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de Hernán Morales Durand Envoyé : jeudi 18 décembre 2014 05:31 À : Any question about pharo is welcome Objet : Re: [Pharo-users] [ANN] RProjectConnector V1.0 Hi Vincent, Hi, 2014-12-17 6:02 GMT-03:00 Blondeau Vincent

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2014-12-17 Thread Hernán Morales Durand
Hi Vincent, 2014-12-17 6:02 GMT-03:00 Blondeau Vincent : > > Hernan, > > > > I agree that it is a problem. > > > > To detect the R installation path is complicated. > Yes, I am currently working in a NBWin32Registry so we can do: (NBWin32Registry hKeyLocalMachine at: 'Software\R-core\R') values

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2014-12-17 Thread Blondeau Vincent
[mailto:pharo-users-boun...@lists.pharo.org] De la part de Hernán Morales Durand Envoyé : mardi 16 décembre 2014 20:05 À : Any question about pharo is welcome Objet : Re: [Pharo-users] [ANN] RProjectConnector V1.0 Vincent, First of all, thank you for publishing such useful package. This is a very valuable

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2014-12-16 Thread Hernán Morales Durand
Vincent, First of all, thank you for publishing such useful package. This is a very valuable contribution and I would be glad to contribute to the RProjectConnector project. There is one thing which bothers me: Having to manually copy the R library files (.dll or .so) is time-consuming and prevents

[Pharo-users] [ANN] RProjectConnector V1.0

2014-12-08 Thread Blondeau Vincent
Hello everyone, I am glad to announce the first version of the RProjectConnector, a binding between Pharo and R using NativeBoost. You can now call directly your R methods from Pharo: data := (1 to: 1000) collect: #yourself. res := (#acf asRFunctionWith: {data}) eval To use it, you should copy