Vincent BLONDEAU a ecrit:
> ��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 the R libraries near�� the Pharo VM (see
> the documentation on SmalltalkHub to see how to proceed) and
I attempted to follow the directions at SmalltalkHub, but the instructions there call for copying some DLLs, and in particular the "grid.dll" is not available in the present R for Win (3.1.2) installation.
>�� Gofer it
>�� smalltalkhubUser: 'VincentBlondeau' project: 'RProjectConnector';
>�� configuration;
>�� loadStable
>
> Don't forget to relaunch Pharo after the installatio to
> be able to use the connector.
After the succesfully install via Gofer, the relaunching of Pharo with the image containing RProjectConnector never starts, and for the worse no messages are availble (even in the stderr file in image directory).
[snipped]
How can I troubleshooted this?