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
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,
&
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
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
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
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
[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
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
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