Skip to contents

Project workflow

init()
Initialize a boosterpak project
sync()
Synchronize a boosterpak project
write_attach()
Write startup package attachment calls
status()
Report boosterpak project status

Packs

add_pack()
Add a pack declaration
remove_pack()
Remove a pack declaration
list_packs()
List available packs
create_pack()
Create a new pack from declared intent
save_pack()
Save a resolved package set as a pack
promote_pack()
Promote a project pack to user scope
demote_pack()
Demote a user pack to project scope

Helper functions

add_function()
Materialize a helper function
remove_function()
Remove a materialized helper function
list_functions()
List available materializable functions
check_functions()
Check materialized helper functions for drift
diff_function()
Diff a materialized helper function against the package version

Bundled helper examples

geo_mean()
Geometric mean
my_skim()
Skimr preset with numeric helpers
theme_custom()
Custom ggplot2 theme
`%ni%`
Negated value matching