ghactions (version 0.4.1)

use_dockerfile: Set up a simple Dockerfile

Description

Set up a simple Dockerfile

Usage

use_dockerfile(FROM = "rocker/verse:3.5.2")

Arguments

FROM

[character(1)] giving the base docker image. See details.

Details

Every project to be run on GitHub actions needs a Dockerfile at the root of the repository. For many projects, the popular verse image, maintained by the Rocker Project will suffice; it includes RStudio, the tidyverse, many frequently used packages and system dependencies. If you need more (or want less), you can always edit your Dockerfile by hand. Learn more about extending images in the context of R at the Rocker Project.

See Also

Other setup: browse_github_actions, edit_workflow, use_ghactions_badge, use_ghactions