Skip to content

Install all dependencies by default #127

Description

@billdenney

Thanks for your work to make GitLab work as well as GitHub for R development!

In the line below, only hard dependencies are installed by default:

- Rscript -e 'pak::pak(pkg = ".", upgrade = {upgrade})'

That causes testing to fail if Suggests packages. I think that a preferred default would be to install all dependencies like the GitHub r-lib actions default (https://github.com/r-lib/actions/blob/6b49fefb2846ed3e5e6e58366e7f7dfe01377f02/setup-r-dependencies/action.yaml#L35-L37).

Would you accept a PR to do that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions