Skip to contents

Initialize a boosterpak project

Usage

init(
  root = ".",
  renv = c("ask", "yes", "no"),
  rprofile = c("ask", "yes", "no"),
  verbose = NULL
)

Arguments

root

Project root.

renv

Whether to initialize project-local renv: "ask", "yes", or "no".

rprofile

Whether to add the recommended .Rprofile startup hook that sources boosters/attach.R before helper files.

verbose

Whether to print routine summaries.

Value

Project setup paths, invisibly.