appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 65 forks source link

Native R support #399

Open jacobcvt12 opened 8 years ago

jacobcvt12 commented 8 years ago

Are there any plans to add native support for the R statistical computing language? Native R support (although community maintained) is provided on Travis CI (http://docs.travis-ci.com/user/languages/r/), although only for Linux and OS X. It would be nice to use AppVeyor for windows builds of an R package.

FeodorFitsner commented 8 years ago

Could you please provide instructions of what should be installed in order to support it? Thanks.

jacobcvt12 commented 8 years ago

Hi @FeodorFitsner . R has the following dependencies:

I'm not especially savvy with Windows, but I think that covers the necessary dependencies to build R on Windows. If possible, I would be happy to help set up this support.