craigcitro / r-travis

Tools for using R with Travis (http://travis-ci.org) in lieu of a website:

Home Page:https://github.com/craigcitro/r-travis/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis-tool.sh run_tests 64-bit?

cdeterman opened this issue · comments

I am trying to use travis-tool.sh on appveyor to install my R package. However, I would like it to default to the 64 bit version. Currently the build errors out because it is looking for a 64 bit library (that is built during the build) but the default platform is 32-bit despite me explicitly stating the 64-bit platform with my appveyor.yml.

travis-tool.sh run_tests
...
...
using platform: i386-w64-mingw32 (32-bit)

Is there a way to run the travis-tool to use the 64 bit version?

i'll admit i haven't played with appveyor much -- @krlmlr is really the expert here.

r-appveyor currently does use 32-bit R, even on 64-bit appveyor. Could you please copy this issue over to https://github.com/krlmlr/r-appveyor/issues?