Displaying 1 result from an estimated 1 matches for "name_of_my_package".
2012 Mar 11
1
Problems when building a package for Windows 64
...package (with C and
fortran source codes) for this new environment (it works on a mac and on a
linux box). To this end, I had rtools 2.14 downloaded and installed (I
have also added 2.14.2/bin/x64 to PATH so that Rcmd works on a terminal).
On a cmd terminal I issue the command Rcmd INSTALL build name_of_my_package
to get
(x86 works fine)
*** arch - x64
cygwin warning:
MS-DOS style path detected: C:/PROGRA~1/R/R-214~1.2/etc/x64/Makeconf
Preferred POSIX equivalent is:
/cygdrive/c/PROGRA~1/R/R-214~1.2/etc/x64/Makeco
nf
CYGWIN environment variable option "nodosfilewarning" turns off this
warnin...