krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Removes the no multiarch build flag #110

Closed nfultz closed 6 years ago

nfultz commented 6 years ago

Removes the no multiarch flag - this has been running on DeclareDesign appveyor builds for about two weeks just fine.

Closes #87

asardaes commented 6 years ago

If this is merged, the README should be updated

krlmlr commented 6 years ago

/remind me on Tuesday

krlmlr commented 6 years ago

Thanks!

krlmlr commented 6 years ago

This seems to cause trouble with rJava (https://github.com/krlmlr/r-appveyor/issues/85#issuecomment-371790145), CC @MansMeg. Would you like to add a configuration option?

MansMeg commented 6 years ago

@krlmlr Yes. What do you mean with a configuration option here?

krlmlr commented 6 years ago

Thanks. I think we could use the value of an environment variable for INSTALL_opts, and document it in README.md.