Skip to contents

Resolves package attach intent from boosters.toml and writes a managed boosters/attach.R file containing static library() calls. Installation intent remains controlled by pack packages; attachment controls only what is loaded at startup by the optional .Rprofile hook.

Usage

write_attach(root = ".", verbose = NULL)

Arguments

root

Project root.

verbose

Whether to print routine summaries.

Value

Path to boosters/attach.R, invisibly.