Skip to contents

Apply themes

use_theme()
Apply a theme to the current project
create_project()
Create a new project and apply a theme

Build themes

new_theme()
Create a theme from steps
step_file()
Create a file deployment step
step_text()
Create an inline text deployment step
step_run()
Create a function execution step
from_package()
Create a step-builder from an installed package
from_dir()
Create a step-builder from a local directory
theme_code()
Print R code that reproduces a theme

Pre-set themes

r_analysis()
R analysis project theme
r_targets()
R targets project theme
claude_r_analysis()
Claude Code configuration theme for R analysis projects
claude_r_targets()
Claude Code configuration theme for R targets projects