Skip to content
Prev 48648 / 63424 Next

request of information about creating DLL from R to be used in other languages/programs

On 18/07/2014, 10:29 AM, Ludovic Brossard wrote:
Most of this is possible, but not easy.  See chapter 8 of the "Writing R
Extensions" manual.  You are essentially writing a new "front-end" to R,
and it will require R to be installed for it to work.

Many years ago I wrote instructions for using Delphi to create a DLL for
R to use, which is another approach you could try.  I've no idea how
obsolete those instructions are nowadays, but they might give you some
starting points:

http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/pascal.html

Duncan Murdoch