[Rd] Question about Running C code from R

2007-06-08 Thread Marthews, T. R.
Dear R-devel, Apologies for sending what is probably a very simple question to R-devel: I am definitely missing something very simple and can't work out what it is. I've been trying to find the problem here for about a month and need some help! I am trying to work out how to run a C program

Re: [Rd] Question about Running C code from R

2007-06-08 Thread Prof Brian Ripley
Since you are using Borland C++, the examples in the online complement to 'S Programming' are relevant, as is README.packages. Basically, you have not managed to export any entry points, and to do so you will need to make a DLL and not a .exe. *However* it is much easier to make use of the