Skip to content
Prev 44275 / 63424 Next

R CMD check --force-biarch

On 19/10/2012 15:00, Simon Urbanek wrote:
And he seems to have missed

R CMD check --help

includes

       --install-args=	command-line args to be passed to INSTALL

so I would have used

R CMD check --install-args=--force-biarch

(and when I do, it works for me).