{
  "_id": "6a233000530b9bc726bd1dfd",
  "Package": "toolero",
  "Title": "A Toolkit for Research Workflows",
  "Version": "0.4.0",
  "Authors@R": "person(\"Erwin\", \"Lares\", , \"erwin.lares@wisc.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3284-828X\"))",
  "Description": "Provides utility functions to help researchers implement\nbest practices for their coding projects. Includes tools for\nreading and cleaning data files, initializing R projects with a\nstandard folder structure, creating 'Quarto' documents from\nreproducible templates with optional sample data and custom\nstyling, detecting the execution context across interactive,\n'Quarto', and script-based workflows, splitting data frames\ninto group-level output files, and rendering syntactic tree\ndiagrams as standalone PNG images via 'Typst'.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/erwinlares/toolero,\nhttps://erwinlares.github.io/toolero/",
  "BugReports": "https://github.com/erwinlares/toolero/issues",
  "VignetteBuilder": "knitr",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://erwinlares.r-universe.dev",
  "Date/Publication": "2026-06-05 19:08:01 UTC",
  "RemoteUrl": "https://github.com/erwinlares/toolero",
  "RemoteRef": "HEAD",
  "RemoteSha": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 20:14:12 UTC",
    "User": "root"
  },
  "Author": "Erwin Lares [aut, cre] (ORCID: <https://orcid.org/0000-0002-3284-828X>)",
  "Maintainer": "Erwin Lares <erwin.lares@wisc.edu>",
  "MD5sum": "2ff1f5f7ff1a6b29730d02396a1cfc57",
  "_user": "erwinlares",
  "_type": "src",
  "_file": "toolero_0.4.0.tar.gz",
  "_fileid": "7469a6bc2bbd6f2f7926febeb42db00c99882e1c1a3e16695f0beade2cdbb833",
  "_filesize": 4301194,
  "_sha256": "7469a6bc2bbd6f2f7926febeb42db00c99882e1c1a3e16695f0beade2cdbb833",
  "_created": "2026-06-05T20:14:12.000Z",
  "_published": "2026-06-05T20:22:24.243Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79806017769,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7445962868"
    },
    {
      "job": 79806017723,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7445956808"
    },
    {
      "job": 79806017726,
      "time": 237,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7446030615"
    },
    {
      "job": 79806017753,
      "time": 243,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7446036285"
    },
    {
      "job": 79805542589,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7445914327"
    },
    {
      "job": 79806017716,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7445950618"
    },
    {
      "job": 79806017795,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7445953957"
    },
    {
      "job": 79806017772,
      "time": 142,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7445955449"
    },
    {
      "job": 79806017762,
      "time": 128,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7445951803"
    }
  ],
  "_buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/erwinlares/toolero",
  "_commit": {
    "id": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
    "author": "Erwin Lares <erwin.lares@wisc.edu>",
    "committer": "Erwin Lares <erwin.lares@wisc.edu>",
    "message": "updated README\nFix: init-project.R to include the absolute path to the new project, before opening the project and losing the relative path\nupdate vignette toolero-intro.R\n",
    "time": 1780686481
  },
  "_maintainer": {
    "name": "Erwin Lares",
    "email": "erwin.lares@wisc.edu",
    "orcid": "0000-0002-3284-828X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "quarto",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "renv",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pdftools",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "erwinlares",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 17
    },
    {
      "week": "2026-17",
      "n": 19
    },
    {
      "week": "2026-18",
      "n": 4
    },
    {
      "week": "2026-19",
      "n": 1
    },
    {
      "week": "2026-20",
      "n": 7
    },
    {
      "week": "2026-21",
      "n": 2
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-04-07"
    },
    {
      "name": "v0.3.0",
      "date": "2026-04-26"
    }
  ],
  "_stars": 1,
  "_userbio": {
    "uuid": 80365372,
    "type": "user",
    "name": "Erwin Lares",
    "description": "Linguist, data science enthusiast, dog dad, humanist, coffee fan, aikidoist and hobby potter.\r\n"
  },
  "_downloads": {
    "count": 448,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/toolero"
  },
  "_devurl": "https://github.com/erwinlares/toolero",
  "_pkgdown": "https://erwinlares.github.io/toolero/",
  "_searchresults": 10,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/toolero.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/erwinlares/toolero",
  "_realowner": "erwinlares",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2026-04-24"
    },
    {
      "version": "0.3.0",
      "date": "2026-04-27"
    }
  ],
  "_exports": [
    "arborize",
    "check_project",
    "create_qmd",
    "detect_execution_context",
    "generate_kb_xml",
    "init_project",
    "qmd_to_r",
    "read_clean_csv",
    "write_by_group",
    "write_clean_csv"
  ],
  "_help": [
    {
      "page": "arborize",
      "title": "Render a syntactic tree as a PNG image",
      "topics": [
        "arborize"
      ]
    },
    {
      "page": "check_project",
      "title": "Check a project for toolero conventions",
      "topics": [
        "check_project"
      ]
    },
    {
      "page": "create_qmd",
      "title": "Create a new Quarto document from a template",
      "topics": [
        "create_qmd"
      ]
    },
    {
      "page": "detect_execution_context",
      "title": "Detect the current execution context",
      "topics": [
        "detect_execution_context"
      ]
    },
    {
      "page": "generate_kb_xml",
      "title": "Generate a KB-importable XML file from a Quarto document",
      "topics": [
        "generate_kb_xml"
      ]
    },
    {
      "page": "init_project",
      "title": "Initialize a new R project with a standard folder structure",
      "topics": [
        "init_project"
      ]
    },
    {
      "page": "qmd_to_r",
      "title": "Extract R code from a Quarto document",
      "topics": [
        "qmd_to_r"
      ]
    },
    {
      "page": "read_clean_csv",
      "title": "Read and clean a CSV file",
      "topics": [
        "read_clean_csv"
      ]
    },
    {
      "page": "write_by_group",
      "title": "Split a data frame by a grouping column and write each group to a CSV file",
      "topics": [
        "write_by_group"
      ]
    },
    {
      "page": "write_clean_csv",
      "title": "Write a cleaned data frame to a CSV file",
      "topics": [
        "write_clean_csv"
      ]
    }
  ],
  "_pkglogo": "https://github.com/erwinlares/toolero/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/erwinlares/toolero/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "digest",
    "dplyr",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "gert",
    "gitcreds",
    "glue",
    "highr",
    "hms",
    "htmltools",
    "httr",
    "httr2",
    "ini",
    "janitor",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "purrr",
    "quarto",
    "R6",
    "rappdirs",
    "Rcpp",
    "readr",
    "renv",
    "rlang",
    "rmarkdown",
    "rprojroot",
    "rstudioapi",
    "rvest",
    "sass",
    "selectr",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tinytex",
    "tzdb",
    "usethis",
    "utf8",
    "vctrs",
    "vroom",
    "whisker",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "toolero-intro.Rmd",
      "filename": "toolero-intro.html",
      "title": "Getting started with toolero",
      "author": "Erwin Lares",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Background and motivation",
        "Who is this for?",
        "Installation",
        "Project setup: init_project() and create_qmd()",
        "Starting with init_project()",
        "Adding a Quarto document with create_qmd()",
        "With examples (the default)",
        "Without examples",
        "Custom styling",
        "The purl hook",
        "Pre-populating the YAML header",
        "Summary of what gets created",
        "Working with data: read_clean_csv() and write_by_group()",
        "Reading data with read_clean_csv()",
        "Handling missing values",
        "Dropping rows with missing values",
        "Ingest summary",
        "Seeing column type messages",
        "Combining arguments",
        "Passing arguments through to readr",
        "Splitting data by group with write_by_group()",
        "Execution context: detect_execution_context()",
        "Knowledge Base export: generate_kb_xml()",
        "Quick reference",
        "Citation"
      ],
      "created": "2026-04-07 22:20:25",
      "modified": "2026-06-05 19:08:01",
      "commits": 8
    },
    {
      "source": "arborize.Rmd",
      "filename": "arborize.html",
      "title": "Rendering Syntactic Trees with arborize()",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The problem",
        "How arborize() solves it",
        "A note on first use",
        "Two rendering backends",
        "tree_notation = \"simple\" — bracket notation",
        "tree_notation = \"structured\" — lingotree notation",
        "Getting the crop right: papersize and margin",
        "Choosing a papersize",
        "Choosing a margin",
        "The general workflow",
        "Examples",
        "A simple NP",
        "A clausal tree",
        "Aspectual classes",
        "Print-quality output",
        "Tight crop with a narrow margin",
        "Structured notation with lingotree",
        "Suppressing the provenance file",
        "Working with provenance files",
        "Embedding trees in documents",
        "Argument reference",
        "References"
      ],
      "created": "2026-05-02 05:07:08",
      "modified": "2026-05-12 15:29:09",
      "commits": 2
    },
    {
      "source": "detect-execution-context.Rmd",
      "filename": "detect-execution-context.html",
      "title": "Writing context-aware R code with detect_execution_context()",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The problem",
        "The three contexts",
        "The solution",
        "A worked example",
        "Connecting to create_qmd() and qmd_to_r()",
        "Summary"
      ],
      "created": "2026-05-12 14:55:49",
      "modified": "2026-05-12 15:29:09",
      "commits": 2
    }
  ],
  "_score": 5.021189299069938,
  "_indexed": true,
  "_nocasepkg": "toolero",
  "_universes": [
    "erwinlares"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-05T20:16:41.000Z",
      "distro": "noble",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "eeac1a579781509153038fb583eca50b94b219cbebf720a4adbc739f0ef2ac20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-05T20:16:23.000Z",
      "distro": "noble",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "03a781cfb5da23347d72ab40ce0947c3bf24371b0c6da1965f1942dc47bc1640",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-05T20:20:47.000Z",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "d5c78a193040a2a92a467f60fba95839ba6f0922baf2c11bb80a5ae70b2ed7fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-05T20:20:57.000Z",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "93b0e3e0ca5087d217887ff62103d62a0717fb267f5f7bf32ecd5e8efe94d956",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-05T20:16:31.000Z",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "b093ba6869be63c0b2e611419ed57c6efd77160fcde935a8659fb99594123832",
      "status": "success",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-05T20:15:59.000Z",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "2aa9f2dbc24de3daef578e4eee3922507595df4b0e81a80927800c41bcb3aa16",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-05T20:16:06.000Z",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "814898badf4b2709f498221334630968828be8df768c1b3da473325dbebd7ba1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-05T20:15:51.000Z",
      "commit": "3e7fd7b21884354e4395ae288df2552fb519a4a1",
      "fileid": "d7183d49b5e57216c4db4beae097decc4d903c5d270597595d15ff7b0b6d5099",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/erwinlares/actions/runs/27037618152"
    }
  ]
}