[R-pkg-devel] InvalidUrlException for fontawesome icons in Rmarkdown vignette

2021-05-16 Thread Vincent Nijs
Hi, I submitted a minor update to a package and ran into the vignette warning/error shown. FYI the package change had nothing to do with the vignette. Flavor: r-devel-windows-ix86+x86_64 Check: re-building of vignette outputs, Result: WARNING Error(s) in re-building vignettes: --- re-building

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

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

2021-05-16 Thread David Cortes
I recently tried adding a configure.win file to a package (https://github.com/david-cortes/MatrixExtra/blob/master/configure.win) . This file calls the Rscript executable in order to extract information about the R build and prepare a Makevars.win file: -- HAS_LD=`${R_HOME}/bin${R_ARCH_BIN}/Rs