Package: froggeR
Type: Package
Title: Structured Project Standards for R and 'Quarto'
Version: 1.0.0
Authors@R: 
    person(
        "Kyle",
        "Grealis",
        email = "kyleGrealis@proton.me",
        role = c("aut", "cre"),
        comment = c(ORCID = "0000-0002-9223-8854")
    )
Description: Provides an opinionated project scaffold for R and 'Quarto' analysis work, enforcing a consistent directory layout with scripts in R/, .qmd files in pages/, and 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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 3.5.0)
Imports: cli (>= 3.0.0), fs, here (>= 1.0.1), rappdirs, rlang,
        rstudioapi, usethis (>= 2.2.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr, yaml
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://www.kyleGrealis.com/froggeR/,
        https://github.com/kyleGrealis/froggeR
BugReports: https://github.com/kyleGrealis/froggeR/issues
NeedsCompilation: no
Packaged: 2026-02-09 20:10:05 UTC; kyle
Author: Kyle Grealis [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9223-8854>)
Maintainer: Kyle Grealis <kyleGrealis@proton.me>
Repository: CRAN
Date/Publication: 2026-02-09 23:30:14 UTC
Built: R 4.6.0; ; 2026-02-26 04:27:36 UTC; windows
