Re: [R-pkg-devel] Package not building for i386 after adding configure.win

2021-05-16 Thread David Cortes
That solves it, thank you! Best regards, David Cortes On Sun, 2021-05-16 at 16:47 -0700, Kevin Ushey wrote: > Based on this output: > > ** libs > Warning: this package has a non-empty 'configure.win' file, > so building only the main architecture > > Does adding Biarch: TRUE to your package DESC

Re: [R-pkg-devel] Package not building for i386 after adding configure.win

2021-05-16 Thread Kevin Ushey
Based on this output: ** libs Warning: this package has a non-empty 'configure.win' file, so building only the main architecture Does adding Biarch: TRUE to your package DESCRIPTION file help? Best, Kevin On Sun, May 16, 2021 at 2:47 PM David Cortes wrote: > > I recently tried adding a configu