Thanks Duncan,
I will try gcc. In the mean time
is.loaded('planckwR',type='C') returns True
and
getNativeSymbolInfo('plankwR') returns that function name and a pointer
to it plus some other info.
It seems the function is loaded? Why does the call .C('planckwR',...)
not recognize it?
Alex
On 12-01-20 10:05 AM, Alex van der Spek wrote:
First time ever that I try to call subroutines in a Win DLL using R.
Have done this before using VBA and Python.
The C code's function argument list contains only double pointers
(double *x). The function is declared void, the output value is one of
First time ever that I try to call subroutines in a Win DLL using R.
Have done this before using VBA and Python.
The C code's function argument list contains only double pointers
(double *x). The function is declared void, the output value is one of
the arguments.
C calling sequence is used.
3 matches
Mail list logo