Displaying 2 results from an estimated 2 matches for "xiaopinj".
Did you mean:
xiaoping
2003 Oct 20
0
R 1.80 version
Xiaoping Jin <xiaopinj@biostat.umn.edu> writes:
> Thank for your quick response. I have known "ifelse" command and
> another alternate way to do that. But I wonder why the same command
> lines can work in R 1.40 version very quickly, but it seems that
> those lines does not work in R 1.80 versio...
2002 Aug 24
3
link my own C library using Rcmd SHLIB
Hi All,
I have already used gcc to creat a library, for example, it is called
"test.a", which includes many
c objects.
How to link my main "a.c" function to this library when I used Rcmd SHLIB
to complier my main c program?
I tried "Rcmd SHLIB a.c test.a". It does not work this way. Does anyone
have idea about this?
Thanks,
Xiaoping