krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting `PKTYPE=both` downloads GitHub versions of packages

IndrajeetPatil opened this issue · comments

As far as I understood the discussion around PKGTYPE argument, I thought setting it to both is supposed to download both the binary and source versions of the package. Is that correct?

If yes, I noticed that my builds are failing because AppVeyor downloads GitHub versions of packages:

remotes::install_deps(dependencies = TRUE, type="both")'
rlang   (a6690941e... -> afb5729ee...) [GitHub]
insight (0.7.1        -> 0.8.0       ) [CRAN]
vctrs   (de015f584... -> 254dc8846...) [GitHub]
curl    (4.2          -> 4.3         ) [CRAN]

Is this expected?

My yaml file: https://github.com/IndrajeetPatil/groupedstats/blob/master/appveyor.yml

I no longer set type="both", so closing this issue for now.