www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - embedr: Call D functions from R and embed an R interpreter inside a D

reply bachmeier <no spam.net> writes:
I had planned to work on this some more, but I'm editor of a 
journal and have recently agreed to become director of graduate 
studies, so there's no time to work on anything I don't use in my 
own research. Therefore I'm putting this out there as is. 
Basically, it works for me, but you might have to tweak things to 
do what you want (it probably won't take much, and you can ask me 
if you get stuck on something).

I have no plan to turn this into a Dub package, but that doesn't 
stop anyone else from doing so.

It's not ready for release. All functions are documented using 
Adam's documentation generator though. And there's some example 
code on the project page.

http://embedr.netlify.com/
May 01 2018
parent reply rikki cattermole <rikki cattermole.co.nz> writes:
On 02/05/2018 2:42 AM, bachmeier wrote:
 I had planned to work on this some more, but I'm editor of a journal and 
 have recently agreed to become director of graduate studies, so there's 
 no time to work on anything I don't use in my own research. Therefore 
 I'm putting this out there as is. Basically, it works for me, but you 
 might have to tweak things to do what you want (it probably won't take 
 much, and you can ask me if you get stuck on something).
 
 I have no plan to turn this into a Dub package, but that doesn't stop 
 anyone else from doing so.
 
 It's not ready for release. All functions are documented using Adam's 
 documentation generator though. And there's some example code on the 
 project page.
 
 http://embedr.netlify.com/
If somebody does make it a dub package (and add to registry), dpldocs.info will generate docs automatically for it. In case that encourages anybody ;)
May 01 2018
parent jmh530 <john.michael.hall gmail.com> writes:
On Tuesday, 1 May 2018 at 14:45:17 UTC, rikki cattermole wrote:
 On 02/05/2018 2:42 AM, bachmeier wrote:
 I had planned to work on this some more, but I'm editor of a 
 journal and have recently agreed to become director of 
 graduate studies, so there's no time to work on anything I 
 don't use in my own research. Therefore I'm putting this out 
 there as is. Basically, it works for me, but you might have to 
 tweak things to do what you want (it probably won't take much, 
 and you can ask me if you get stuck on something).
 
 I have no plan to turn this into a Dub package, but that 
 doesn't stop anyone else from doing so.
 
 It's not ready for release. All functions are documented using 
 Adam's documentation generator though. And there's some 
 example code on the project page.
 
 http://embedr.netlify.com/
If somebody does make it a dub package (and add to registry), dpldocs.info will generate docs automatically for it. In case that encourages anybody ;)
I could make a dub package and upload it, but I don't have much time this month if someone can get to it faster. It probably makes sense to create some kind of over-arching group for embedr and pyd to be a part of (and any other similar functionality).
May 01 2018