Re: [Rd] Separate packages per windows subarch in repository

2017-07-20 Thread Iago Mosqueira
I have something working using configure.win, but this changes the executable when the windows version of the package is created via R CMD INSTALL --build. Could there be any way to do so at installation time from the binary package? Thanks, Iago On 20 July 2017 at 16:21, Iago Mosqueira wrote

Re: [Rd] Separate packages per windows subarch in repository

2017-07-20 Thread Iago Mosqueira
Thanks. I did not explain clearly that the executables are not compiled during package compilation, apologies. They are compiled beforehand, as they use ADMB (AD Model Builder) and placed in inst/bin/windows. I assume Makefile.win could copy the appropriate one from PKG/bin/$arch to PKG/inst/bin/

Re: [Rd] Separate packages per windows subarch in repository

2017-07-20 Thread Jeroen Ooms
On Thu, Jul 20, 2017 at 1:55 PM, Iago Mosqueira wrote: > > I maintain a repository of R packages, where some of them contain > executable binaries. I need to separate those compiled for 32 and 64 bit in > Windows. Have a look at the antiword package. It has a simple makevars which builds antiword

Re: [Rd] Separate packages per windows subarch in repository

2017-07-20 Thread Uwe Ligges
On 20.07.2017 13:55, Iago Mosqueira wrote: Hi, I maintain a repository of R packages, where some of them contain executable binaries. I need to separate those compiled for 32 and 64 bit in Windows, but I could not how to do any of the two options I can think of: 1. Have subarch subfolders in

[Rd] Separate packages per windows subarch in repository

2017-07-20 Thread Iago Mosqueira
Hi, I maintain a repository of R packages, where some of them contain executable binaries. I need to separate those compiled for 32 and 64 bit in Windows, but I could not how to do any of the two options I can think of: 1. Have subarch subfolders in PKG/inst/bin to that the right one is installed