Displaying 1 result from an estimated 1 matches for "p_exe".
Did you mean:
r_exe
2006 Jul 31
1
building windows packages under wine/linux and cross-compiling.
...q.org/CygwinSupport)
Cross-compiling: The instruction in R/src/gnuwin32/README.packages
essentially works, with one missing detail: "R_EXE=/usr/bin/R" is also
needed. Thus it should be:
make R_EXE=/usr/bin/R PKGDIR=/mysources RLIB=/R/win/library \
pkg-mypkg
make P_EXE=/usr/bin/R KGDIR=/mysources RLIB=/R/win/library \
pkgcheck-mypkg
Hin-Tak Leung