craigcitro / r-travis

Tools for using R with Travis (http://travis-ci.org) in lieu of a website:
https://github.com/craigcitro/r-travis/wiki
Apache License 2.0
176 stars 42 forks source link

travis-tool.sh run_tests 64-bit? #164

Open cdeterman opened 8 years ago

cdeterman commented 8 years ago

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?

craigcitro commented 8 years ago

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

krlmlr commented 8 years ago

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?