[Rd] Separate packages per windows subarch in repository

Jeroen Ooms jeroenooms at gmail.com
Thu Jul 20 15:47:15 CEST 2017


On Thu, Jul 20, 2017 at 1:55 PM, Iago Mosqueira
<iago.mosqueira at gmail.com> 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$(WIN) executable which is just the 'antiword' on unix,
and antiword32.exe + antiword64.exe on multiarch windows.



More information about the R-devel mailing list