De : Pharo-users [mailto:pharo-users-bounces@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 <vincent.blondeau@worldline.com>:
Hernan,
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
the reason I didn't committed a solution is I am having ERROR_INVALID_FUNCTION with RegEnumValueA
apiRegEnumValue: hKey with: dwIndex with: lpValueName with: lpcchValueName with: lpReserved with: lpType with: lpData with: lpcbData
"
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724865%28v=vs.85%29.aspx "
<primitive: #primitiveNativeCall module: #NativeBoostPlugin error: errorCode>
^ self nbCall: #(
long RegEnumValueA(
HKEY hKey,
DWORD dwIndex,
LPTSTR lpValueName,
LPDWORD lpcchValueName,
LPDWORD lpReserved,
LPDWORD lpType,
LPBYTE lpData,
LPDWORD lpcbData)) module: 'advapi32.dll'
Where is the Windows registry access project?
I think that to set the libraries available to download on a server is currently a better idea. Do you know where it can be hosted?
An option to upload library files could be
http://files.pharo.org/ but I don't have access to.
Foy my configurations I am currently using DropBox although not charming it serves well.
But AFAIK you cannot link multiple accounts to one DropBox.
Hern��n