cdslaborg / paramonte

ParaMonte: Parallel Monte Carlo and Machine Learning Library for Python, MATLAB, Fortran, C++, C.
https://www.cdslab.org/paramonte
Other
270 stars 33 forks source link

Enhancement: add `R` interface (and `octave`?) #41

Open barracuda156 opened 7 months ago

barracuda156 commented 7 months ago

Apparently paramonte has python, julia and matlab interfaces, but not R or octave. Maybe add those, or at least just R?

shahmoradi commented 7 months ago

Given its high compatibility level with MATLAB, Octave will be an easy addition. Thanks for raising this issue! @JoshuaOsborneDATA can work on it as he has been leading the MATLAB development. We used to have an internal preliminary working R library version (interface) primarily developed by @ShashankKumbhare that has never reached the main branch. We are working on upgrading this old branch to resolve version incompatibilities and merge it with the main branch soon.

barracuda156 commented 7 months ago

@shahmoradi Sounds great!