Package: froggeR Type: Package Title: Project Scaffolding for R and 'Quarto' Version: 1.0.1 Authors@R: person( "Kyle", "Grealis", email = "kyleGrealis@proton.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9223-8854") ) Description: 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. 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 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://kylegrealis.r-universe.dev Date/Publication: 2026-07-01 15:23:23 UTC RemoteUrl: https://github.com/kylegrealis/frogger RemoteRef: HEAD RemoteSha: 8718c6d24c3d885dc88d9daaba9c2154b45f1964 NeedsCompilation: no Packaged: 2026-07-01 17:06:35 UTC; root Author: Kyle Grealis [aut, cre] (ORCID: ) Maintainer: Kyle Grealis