krlmlr / r-appveyor

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

Where does Rscript go? #23

Closed sckott closed 9 years ago

sckott commented 10 years ago

I'm a little confused where Rscript calls go to install packages that are not in the usual places.

e.g., in my package fulltext here's the appveyor file, and line 16 has the Rscript call https://github.com/ropensci/fulltext/blob/master/appveyor.yml#L16

But it obviously doesn't work somehow: https://ci.appveyor.com/project/sckott/fulltext/build/1.0.11#L573

krlmlr commented 10 years ago

Could be a quoting issue: The script lines in appveyor.yml are executed by cmd.exe, and, as far as I am aware, it doesn't understand single quotes.

Let's see: https://ci.appveyor.com/project/krlmlr/fulltext/build/1.0.1