Package: prefab Title: Opinionated Project Scaffolding via Composable Themes Version: 0.5.0 Authors@R: c(person(given = "Ben", family = "Zipperer", role = c("aut", "cre"), email = "benzipperer@gmail.com"), person(given = "Economic Policy Institute", role = c("cph", "fnd"))) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://economic.github.io/prefab/, https://github.com/Economic/prefab BugReports: https://github.com/Economic/prefab/issues Config/testthat/edition: 3 Imports: cli, fs, glue, jsonlite, rlang, rprojroot, withr Suggests: knitr, rmarkdown, rstudioapi, testthat (>= 3.0.0), yaml VignetteBuilder: knitr Config/Needs/website: economic/epitemplate, usethis Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://economic.r-universe.dev Date/Publication: 2026-07-24 03:03:03 UTC RemoteUrl: https://github.com/economic/prefab RemoteRef: HEAD RemoteSha: 60c9095cd248b810fc96b88b1605fcb444393245 NeedsCompilation: no Packaged: 2026-07-24 05:05:00 UTC; root Author: Ben Zipperer [aut, cre], Economic Policy Institute [cph, fnd] Maintainer: Ben Zipperer