krlmlr / r-appveyor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set PKGTYPE=binary as default (or R_COMPILE_AND_INSTALL_PACKAGES=FALSE)

krlmlr opened this issue · comments

Too many users have problems with compiling packages from source, and actually don't need this functionality.

CC @jimhester @gaborcsardi.

Isn't it enough to set R_COMPILE_AND_INSTALL_PACKAGES=never ?

The {tic} package now passes .Platform$pkgType as the type argument -- I'm guessing this will be "win.binary" on Windows. Maybe this is something {remotes} and/or {pak} could do by default?

https://ci.appveyor.com/project/ropensci/tic/builds/24545725#L874