{
  "_id": "6a1f2d7db401979e73426575",
  "Package": "froggeR",
  "Type": "Package",
  "Title": "Project Scaffolding for R and 'Quarto'",
  "Version": "1.0.1",
  "Authors@R": "person(\n\"Kyle\",\n\"Grealis\",\nemail = \"kyleGrealis@proton.me\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-9223-8854\")\n)",
  "Description": "Creates structured R and 'Quarto' projects with a\nconsistent directory layout: scripts in R/, analysis documents\nin analysis/, and web assets in www/. The primary entry point,\ninit(), downloads the latest template from a companion 'GitHub'\nrepository so that project structure evolves independently of\npackage releases. Supports persistent author metadata and\n'Quarto' brand configuration that carry across projects\nautomatically.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://www.kyleGrealis.com/froggeR/,\nhttps://github.com/kyleGrealis/froggeR",
  "BugReports": "https://github.com/kyleGrealis/froggeR/issues",
  "Config/pak/sysreqs": "cmake git make libgit2-dev libuv1-dev libssl-dev\nlibx11-dev",
  "Repository": "https://kylegrealis.r-universe.dev",
  "Date/Publication": "2026-03-16 20:54:12 UTC",
  "RemoteUrl": "https://github.com/kylegrealis/frogger",
  "RemoteRef": "HEAD",
  "RemoteSha": "048542af3e33db4e4d9199b795c83282d6de57e4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 09:44:34 UTC",
    "User": "root"
  },
  "Author": "Kyle Grealis [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9223-8854>)",
  "Maintainer": "Kyle Grealis <kyleGrealis@proton.me>",
  "MD5sum": "ec01ba9385f42d35fd2dcd7d5031ec0b",
  "_user": "kylegrealis",
  "_type": "src",
  "_file": "froggeR_1.0.1.tar.gz",
  "_fileid": "a4d32051645f8a546ec9f275a6a092f963c69da609fb9ed776c0082a3f6bc33c",
  "_filesize": 5081808,
  "_sha256": "a4d32051645f8a546ec9f275a6a092f963c69da609fb9ed776c0082a3f6bc33c",
  "_created": "2026-05-15T09:44:34.000Z",
  "_published": "2026-06-02T19:22:37.707Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79153431329,
      "time": 140,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014377250"
    },
    {
      "job": 79153431286,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014375360"
    },
    {
      "job": 79153432053,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014364388"
    },
    {
      "job": 79153431345,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014374128"
    },
    {
      "job": 79153430662,
      "time": 148,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014335004"
    },
    {
      "job": 79153430110,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367631918"
    },
    {
      "job": 79153431377,
      "time": 119,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014369161"
    },
    {
      "job": 79153431662,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014361528"
    },
    {
      "job": 79153431322,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014359115"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kylegrealis/frogger",
  "_commit": {
    "id": "048542af3e33db4e4d9199b795c83282d6de57e4",
    "author": "Kyle Grealis <kylegrealis@proton.me>",
    "committer": "Kyle Grealis <kylegrealis@proton.me>",
    "message": "Merge branch 'dev'\n",
    "time": 1773694452
  },
  "_maintainer": {
    "name": "Kyle Grealis",
    "email": "kylegrealis@proton.me",
    "login": "kylegrealis",
    "linkedin": "in/kyle-grealis-044030180",
    "orcid": "0000-0002-9223-8854",
    "uuid": 84798289
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "here",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "yaml",
      "role": "Suggests"
    }
  ],
  "_owner": "kylegrealis",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 1
    },
    {
      "week": "2025-30",
      "n": 2
    },
    {
      "week": "2025-32",
      "n": 2
    },
    {
      "week": "2025-34",
      "n": 3
    },
    {
      "week": "2025-46",
      "n": 8
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 9
    },
    {
      "week": "2026-12",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.5.0",
      "date": "2025-07-14"
    },
    {
      "name": "v0.6.0",
      "date": "2025-11-14"
    },
    {
      "name": "v1.0.0",
      "date": "2026-02-09"
    }
  ],
  "_topics": [
    "data-science",
    "project-management",
    "quarto"
  ],
  "_stars": 36,
  "_contributors": [
    {
      "user": "kylegrealis",
      "count": 340,
      "uuid": 84798289
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 84798289,
    "type": "user",
    "name": "Kyle Grealis",
    "description": "Biostatistician at the University of Miami, R package dev, and very ok runner"
  },
  "_downloads": {
    "count": 524,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/froggeR"
  },
  "_devurl": "https://github.com/kylegrealis/frogger",
  "_pkgdown": "https://www.kyleGrealis.com/froggeR/",
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/froggeR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kylegrealis/frogger",
  "_realowner": "kylegrealis",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2025-01-17"
    },
    {
      "version": "0.4.0",
      "date": "2025-03-16"
    },
    {
      "version": "0.5.0",
      "date": "2025-07-08"
    },
    {
      "version": "0.5.1",
      "date": "2025-07-22"
    },
    {
      "version": "0.5.2",
      "date": "2025-08-21"
    },
    {
      "version": "0.6.0",
      "date": "2025-11-14"
    },
    {
      "version": "1.0.0",
      "date": "2026-02-16"
    },
    {
      "version": "1.0.1",
      "date": "2026-03-17"
    }
  ],
  "_exports": [
    "init",
    "quarto_project",
    "save_brand",
    "save_variables",
    "write_brand",
    "write_ignore",
    "write_quarto",
    "write_scss",
    "write_variables"
  ],
  "_help": [
    {
      "page": "init",
      "title": "Initialize a froggeR Project from the Template",
      "topics": [
        "init"
      ]
    },
    {
      "page": "quarto_project",
      "title": "Create a Custom Quarto Project",
      "topics": [
        "quarto_project"
      ]
    },
    {
      "page": "save_brand",
      "title": "Save Brand Configuration to Global froggeR Settings",
      "topics": [
        "save_brand"
      ]
    },
    {
      "page": "save_variables",
      "title": "Save Metadata Configuration to Global froggeR Settings",
      "topics": [
        "save_variables"
      ]
    },
    {
      "page": "write_brand",
      "title": "Write Brand YAML for Quarto Projects",
      "topics": [
        "write_brand"
      ]
    },
    {
      "page": "write_ignore",
      "title": "Create a .gitignore File",
      "topics": [
        "write_ignore"
      ]
    },
    {
      "page": "write_quarto",
      "title": "Create a New Quarto Document",
      "topics": [
        "write_quarto"
      ]
    },
    {
      "page": "write_scss",
      "title": "Create a Quarto SCSS File",
      "topics": [
        "write_scss"
      ]
    },
    {
      "page": "write_variables",
      "title": "Write Variables YAML for Quarto Projects",
      "topics": [
        "write_variables"
      ]
    }
  ],
  "_pkglogo": "https://github.com/kylegrealis/frogger/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/kylegrealis/frogger/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "clipr",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "fs",
    "gert",
    "gh",
    "gitcreds",
    "glue",
    "here",
    "httr2",
    "ini",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "sys",
    "usethis",
    "vctrs",
    "whisker",
    "withr",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "every-file-in-its-place.Rmd",
      "filename": "every-file-in-its-place.html",
      "title": "Every File in Its Place",
      "engine": "knitr::rmarkdown",
      "headings": [
        "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"
      ],
      "created": "2026-02-08 23:29:53",
      "modified": "2026-03-16 20:54:12",
      "commits": 5
    },
    {
      "source": "from-zero-to-project.Rmd",
      "filename": "from-zero-to-project.html",
      "title": "From Zero to Project in Seconds",
      "engine": "knitr::rmarkdown",
      "headings": [
        "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"
      ],
      "created": "2025-11-14 04:36:18",
      "modified": "2026-03-16 20:54:12",
      "commits": 5
    }
  ],
  "_score": 6.510545010206612,
  "_indexed": true,
  "_nocasepkg": "frogger",
  "_universes": [
    "kylegrealis"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-15T09:46:57.000Z",
      "distro": "noble",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "8a5a9f5d58c0b1a606066c0986912a920895028965b4a76f9a4a7e2736dfdb80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-15T09:46:53.000Z",
      "distro": "noble",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "4ba327c9361514fa7a6e3b3a2c60d43d96ac3e1f5081f2d24ef5ed4c3d79f979",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-15T09:46:16.000Z",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "5af76442518ac773299ebcfdac4e451924bd44fa2bfac98659e64fa31c196038",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-15T09:46:41.000Z",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "d7408be7db299e30de605d6b91352187783cf3ae12010e2154c50b51bcf26ad1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-15T09:46:24.000Z",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "26e73851a2d3d58904cfa3b5e3a79f80ce201aee33eb127c8304cb35b85f3bf9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-15T09:45:52.000Z",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "62136cd2eb9b4d8f3c94ec124507abd614633f79735ce0de151470fd3f3cbbbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-15T09:45:47.000Z",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "a28530185a5cea36c4dfad2433d2f368e3c605f19087cec005ebe1715f3af732",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-02T19:22:20.000Z",
      "commit": "048542af3e33db4e4d9199b795c83282d6de57e4",
      "fileid": "96b7751adc3c1dfbaf413a7be328b5978ce4281a3ac5560b8ccb5d9e51370bbc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kylegrealis/actions/runs/25911177832"
    }
  ]
}