Package: froggeR 1.0.1

froggeR: Project Scaffolding for R and 'Quarto'

Creates structured R and 'Quarto' projects with a consistent directory layout: scripts in R/, analysis documents in analysis/, and web assets in www/. The primary entry point, init(), downloads the latest template from a companion 'GitHub' repository so that project structure evolves independently of package releases. Supports persistent author metadata and 'Quarto' brand configuration that carry across projects automatically.

Authors:Kyle Grealis [aut, cre]

froggeR_1.0.1.tar.gz
froggeR_1.0.1.zip(r-4.7)froggeR_1.0.1.zip(r-4.6)froggeR_1.0.1.zip(r-4.5)
froggeR_1.0.1.tgz(r-4.6-any)froggeR_1.0.1.tgz(r-4.5-any)
froggeR_1.0.1.tar.gz(r-4.7-any)froggeR_1.0.1.tar.gz(r-4.6-any)
froggeR_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
froggeR/json (API)

# Install 'froggeR' in R:
install.packages('froggeR', repos = c('https://kylegrealis.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/kylegrealis/frogger/issues

Pkgdown/docs site:https://www.kylegrealis.com

On CRAN:

Conda:

data-scienceproject-managementquarto

6.56 score 36 stars 9 scripts 515 downloads 9 exports 31 dependencies

Last updated from:8718c6d24c. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK151
source / vignettesOK193
linux-release-x86_64OK139
macos-release-arm64OK156
macos-oldrel-arm64OK149
windows-develOK91
windows-releaseOK92
windows-oldrelOK112
wasm-releaseOK134

Exports:initquarto_projectsave_brandsave_variableswrite_brandwrite_ignorewrite_quartowrite_scsswrite_variables

Dependencies:askpassclicliprcrayoncredentialscurldescfsgertgitcredsglueherehttr2inijsonlitelifecyclemagrittropensslpurrrR6rappdirsrlangrprojrootrstudioapisysusethisvctrswhiskerwithryamlzip

Every File in Its Place
Why organize scripts? | _load.R: one file to source | _libraries.R: packages in one place | _data_dictionary.R: label your variables | _quarto.yml: how it all connects | here::here() and why relative paths break

Last update: 2026-03-16
Started: 2026-02-08

From Zero to Project in Seconds
The case for convention | init() | What each directory is for | Root-level configuration | Pre-commit hooks | What is included | Setup | Adapting or removing | Your settings follow you | References

Last update: 2026-03-16
Started: 2025-11-14