options(install.packages.check.source = "no")
is not respected
#505
Labels
feature
a feature request or enhancement
ggplot2
andpkgload
have been updated since the last binary was build foroldrelease
(v3.6
). Callingremotes::remotes::install_deps()
on a package that requiresggplot2
and/orpkgload
, causes the source version to be installed as the source version has a higher number. This is expected.I would like for
options(install.packages.check.source = "no")
to have effect on how packages are installed. This will greatly help how GitHub Actions install packages on older R versions where the source version is typically newer but is not possible to compile locally.Example on Windows with R v3.6:
options(install.packages.check.source = "no")
: https://github.com/ggobi/ggally/pull/356/checks?check_run_id=727940170#step:8:2cc @cpsievert
The text was updated successfully, but these errors were encountered: