Displaying 1 result from an estimated 1 matches for "noteonr".
2011 May 31
3
Compiling C-code in Windows
...Linux user (Debian testing i386), with very dusty
Win-experience. Nevertheless, my colleagues and I are making some
package in R, and I built C-routines to speed up things.
I followed instruction how to compile C for R (very useful link:
http://www.stat.lsa.umich.edu/~yizwang/software/maxLinear/noteonR.html,
and links listed there). Everything works like a charm in Linux. I have
*.so and wrapper function from R is doing a right call.
However, I wanted to make *.dll library for Win-users. Now, I used my
colleague's computer with Win XP on it, and with the latest R. In MS-DOS
console, I pos...