search for: win32_r_top

Displaying 2 results from an estimated 2 matches for "win32_r_top".

2009 Jul 06
0
success(?) with cross-compiling R package with R 2.9.1
...dure for building the package DLL is this: 1) insert into the file "src/gnuwin32/MkRules", just before "end of user-customizable parts", these two lines: BINPREF=i386-mingw32- R_EXE=/usr/bin/R 2) copy src/gnuwin32/MakeDll and src/gnuwin32/MkRules from <R_src_top> to <win32_R_top> (the win32 R distribution no longer carries those two files - it would be nice if it does.. very subtle hint!) 3) Run make -C <package_src_top>/src/ \ -f <win32_R_top>/src/gnuwin32/MakeDll \ RHOME=<win32_R_top> \ DLLNAME=<package_name> I guess my quest...
2009 Sep 03
1
building r packages for windows on a mac/linux
...> ran into this post of yours, > https://stat.ethz.ch/pipermail/r-devel/2009-July/053971.html, > and hope > u don't mind me emailing you. > > how did you set up your system to do this sort of > thing? i guess the > only thing i don't get from your post is > <win32_R_top>. what does > this refer to? i do have mingw for macs, taken from > http://crossgcc.rts-software.org/doku.php > . i tried compiling a > package using your method but it didn't work, couldn't find > things > such as R.h. i'm pretty sure it is the > <win32_R...