Package: prefab 0.4.0

prefab: Opinionated Project Scaffolding via Composable Themes
Provides a composable theme system for project scaffolding. Themes are ordered lists of steps that deploy files, inline text, or execute functions, with per-file merge strategies for handling pre-existing content. Includes pre-set themes for R analysis projects, targets workflows, and Claude Code agent configuration.
Authors:
prefab_0.4.0.tar.gz
prefab_0.4.0.zip(r-4.7)prefab_0.4.0.zip(r-4.6)prefab_0.4.0.zip(r-4.5)
prefab_0.4.0.tgz(r-4.6-any)prefab_0.4.0.tgz(r-4.5-any)
prefab_0.4.0.tar.gz(r-4.7-any)prefab_0.4.0.tar.gz(r-4.6-any)
prefab_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
prefab/json (API)
NEWS
| # Install 'prefab' in R: |
| install.packages('prefab', repos = c('https://economic.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/economic/prefab/issues
Pkgdown/docs site:https://economic.github.io
Last updated from:c0ec4323b3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 351 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 111 | ||
| macos-oldrel-arm64 | OK | 79 | ||
| windows-devel | OK | 96 | ||
| windows-release | OK | 173 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 101 |
Exports:claude_r_analysisclaude_r_packageclaude_r_targetscreate_projectfrom_dirfrom_packageload_themesnew_themer_analysisr_targetsstep_filestep_runstep_texttheme_codetheme_from_diruse_theme
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Claude Code configuration theme for R analysis projects | claude_r_analysis |
| Claude Code configuration theme for R packages | claude_r_package |
| Claude Code configuration theme for R targets projects | claude_r_targets |
| Create a new project and apply a theme | create_project |
| Create a step-builder from a local directory | from_dir |
| Create a step-builder from an installed package | from_package |
| Load custom theme definitions | load_themes |
| Create a theme from steps | new_theme |
| R analysis project theme | r_analysis |
| R targets project theme | r_targets |
| Create a file deployment step | step_file |
| Create a function execution step | step_run |
| Create an inline text deployment step | step_text |
| Print R code that reproduces a theme | theme_code |
| Create a theme from a directory of template files | theme_from_dir |
| Apply a theme to the current project | use_theme |
