Skip to content

options(install.packages.check.source = "no") is not respected #505

Open
@schloerke

Description

@schloerke

ggplot2 and pkgload have been updated since the last binary was build for oldrelease (v3.6). Calling remotes::remotes::install_deps() on a package that requires ggplot2 and/or pkgload, 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:

cc @cpsievert

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions