{
  "_id": "6a1f0775b401979e7341bed1",
  "Package": "pkgutils",
  "Title": "Functions for building functions",
  "Version": "0.1.0",
  "Authors@R": "person(\"Rob\", \"Challen\", , \"rob.challen@bristol.ac.uk\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5504-7768\"))",
  "Description": "A suite of tools for helping in function and package\ndevelopment. This includes functions that check variables for\nconsistency, or help parse out inputs to functions. This has a\nparticular focus on inputs that use formula or `tidyselect`\ninterfaces to define the parts of a dataframe that we might be\ninterested in.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://bristol-vaccine-centre.github.io/pkgutils/index.html,\nhttps://github.com/bristol-vaccine-centre/pkgutils",
  "BugReports": "https://github.com/bristol-vaccine-centre/pkgutils/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://bristol-vaccine-centre.r-universe.dev",
  "Date/Publication": "2024-03-29 19:20:37 UTC",
  "RemoteUrl": "https://github.com/bristol-vaccine-centre/pkgutils",
  "RemoteRef": "0.1.0",
  "RemoteSha": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 06:46:09 UTC",
    "User": "root"
  },
  "Author": "Rob Challen [aut, cre] (ORCID: <https://orcid.org/0000-0002-5504-7768>)",
  "Maintainer": "Rob Challen <rob.challen@bristol.ac.uk>",
  "MD5sum": "affba90cf766bf1e80c748c6b03e0367",
  "_user": "bristol-vaccine-centre",
  "_type": "src",
  "_file": "pkgutils_0.1.0.tar.gz",
  "_fileid": "e5ffca7ccd590e3e98aedb070e008c5717ca98114ad585ad65cfccd495a01961",
  "_filesize": 174016,
  "_sha256": "e5ffca7ccd590e3e98aedb070e008c5717ca98114ad585ad65cfccd495a01961",
  "_created": "2026-05-18T06:46:09.000Z",
  "_published": "2026-06-02T16:40:21.012Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79122843974,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7051179372"
    },
    {
      "job": 79122844111,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7051185806"
    },
    {
      "job": 79122843973,
      "time": 216,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7051192042"
    },
    {
      "job": 79122844326,
      "time": 161,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7051180047"
    },
    {
      "job": 79122843433,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7051147139"
    },
    {
      "job": 79122843486,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7364026932"
    },
    {
      "job": 79122844166,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7051172116"
    },
    {
      "job": 79122844127,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7051165455"
    },
    {
      "job": 79122843917,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7051166326"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bristol-vaccine-centre/pkgutils",
  "_commit": {
    "id": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
    "author": "robchallen <rob@terminological.co.uk>",
    "committer": "robchallen <rob@terminological.co.uk>",
    "message": "minor doc update\n",
    "time": 1711740037
  },
  "_maintainer": {
    "name": "Rob Challen",
    "email": "rob.challen@bristol.ac.uk",
    "login": "robchallen",
    "orcid": "0000-0002-5504-7768",
    "description": "",
    "uuid": 16591648
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pillar",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "bristol-vaccine-centre",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "robchallen",
      "count": 11,
      "uuid": 16591648
    }
  ],
  "_userbio": {
    "uuid": 107615129,
    "type": "organization",
    "name": "Bristol Vaccine Centre",
    "description": "The Bristol Vaccine Centre (BVC) is a multidisciplinary group hosted by the University of Bristol. Our aim is to develop new, better ways to prevent and treat i"
  },
  "_downloads": {
    "count": 3,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pkgutils"
  },
  "_devurl": "https://github.com/bristol-vaccine-centre/pkgutils",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/pkgutils.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1-56",
      "date": "2012-09-23"
    },
    {
      "version": "0.2-0",
      "date": "2012-10-11"
    },
    {
      "version": "0.3-0",
      "date": "2012-12-18"
    },
    {
      "version": "0.4.0",
      "date": "2013-04-13"
    },
    {
      "version": "0.4.1",
      "date": "2013-04-15"
    },
    {
      "version": "0.5.0",
      "date": "2013-09-18"
    },
    {
      "version": "0.6.0",
      "date": "2014-01-12"
    }
  ],
  "_exports": [
    "%>%",
    "as.var_grp_df",
    "check_consistent",
    "check_date",
    "check_integer",
    "check_numeric",
    "col_syms",
    "ensyms2",
    "escalate",
    "get_fn_args",
    "get_fn_name",
    "glimpse.var_grp_df",
    "is.var_grp_df",
    "optional_fn",
    "recycle",
    "resolve_missing",
    "var_group",
    "var_group_compare",
    "var_group_count",
    "var_group_formula",
    "var_group_modify",
    "var_group_nest",
    "var_grps",
    "var_has_groups",
    "var_subgroup_count",
    "var_subgroup_nest"
  ],
  "_help": [
    {
      "page": "as.var_grp_df",
      "title": "The 'var_grp_df' dataframe subtype",
      "concept": [
        "var_group"
      ],
      "topics": [
        "as.var_grp_df"
      ]
    },
    {
      "page": "check_consistent",
      "title": "Check function parameters are conform to a set of rules",
      "concept": [
        "params_check"
      ],
      "topics": [
        "check_consistent"
      ]
    },
    {
      "page": "check_date",
      "title": "Checks a set of variables can be coerced to a date and coerces them",
      "concept": [
        "params_check"
      ],
      "topics": [
        "check_date"
      ]
    },
    {
      "page": "check_integer",
      "title": "Checks a set of variables can be coerced to integer and coerces them",
      "concept": [
        "params_check"
      ],
      "topics": [
        "check_integer"
      ]
    },
    {
      "page": "check_numeric",
      "title": "Checks a set of variables can be coerced to numeric and coerces them",
      "concept": [
        "params_check"
      ],
      "topics": [
        "check_numeric"
      ]
    },
    {
      "page": "col_syms",
      "title": "Column names as symbols",
      "concept": [
        "var_group"
      ],
      "topics": [
        "col_syms"
      ]
    },
    {
      "page": "ensyms2",
      "title": "Convert a parameter into a list of symbols",
      "concept": [
        "var_group"
      ],
      "topics": [
        "ensyms2"
      ]
    },
    {
      "page": "escalate",
      "title": "Cause warnings to create an error",
      "topics": [
        "escalate"
      ]
    },
    {
      "page": "get_fn_args",
      "title": "Fully evaluate the arguments from a function call as a named list.",
      "topics": [
        "get_fn_args"
      ]
    },
    {
      "page": "get_fn_name",
      "title": "Get the name of a function",
      "topics": [
        "get_fn_name"
      ]
    },
    {
      "page": "optional_fn",
      "title": "Get an optional function without triggering a CRAN warning",
      "topics": [
        "optional_fn"
      ]
    },
    {
      "page": "recycle",
      "title": "Strictly recycle function parameters",
      "concept": [
        "params_check"
      ],
      "topics": [
        "recycle"
      ]
    },
    {
      "page": "resolve_missing",
      "title": "Resolve missing values in function parameters and check consistency",
      "concept": [
        "params_check"
      ],
      "topics": [
        "resolve_missing"
      ]
    },
    {
      "page": "var_group",
      "title": "Extract a definition of column groups from function parameters",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_group"
      ]
    },
    {
      "page": "var_group_compare",
      "title": "Cross compare subgroups of data to each other",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_group_compare"
      ]
    },
    {
      "page": "var_group_count",
      "title": "The number of major groups ('z' categories) in a 'var_grp_df'",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_group_count"
      ]
    },
    {
      "page": "var_group_formula",
      "title": "Export 'var_group' metadata as a formula",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_group_formula"
      ]
    },
    {
      "page": "var_group_modify",
      "title": "Apply a function to each 'z' group using 'group_modify()'",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_group_modify"
      ]
    },
    {
      "page": "var_group_nest",
      "title": "Nest a 'var_grp_df' by the 'z' columns",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_group_nest"
      ]
    },
    {
      "page": "var_grp_s3",
      "title": "'var_grp_df' S3 Methods",
      "topics": [
        "format.var_grp_df",
        "glimpse.var_grp_df",
        "is.var_grp_df",
        "print.var_grp_df",
        "var_grp_s3"
      ]
    },
    {
      "page": "var_grps",
      "title": "Extract grouping info frm a 'var_grp_df'",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_grps"
      ]
    },
    {
      "page": "var_has_groups",
      "title": "Does this 'var_grp_df' have more than one major group?",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_has_groups"
      ]
    },
    {
      "page": "var_subgroup_count",
      "title": "The number of major and sub groups ('z' and 'y' categories) in a 'var_grp_df'",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_subgroup_count"
      ]
    },
    {
      "page": "var_subgroup_nest",
      "title": "Nest a 'var_grp_df' by the 'z' and 'y' columns",
      "concept": [
        "var_group"
      ],
      "topics": [
        "var_subgroup_nest"
      ]
    }
  ],
  "_readme": "https://github.com/bristol-vaccine-centre/pkgutils/raw/0.1.0/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "digest",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "lubridate",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "consistency.Rmd",
      "filename": "consistency.html",
      "title": "Consistency checking with pkgutils",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Toy example"
      ],
      "created": "2024-03-28 14:41:10",
      "modified": "2024-03-28 14:41:10",
      "commits": 1
    }
  ],
  "_score": 3.5185139398778875,
  "_indexed": true,
  "_nocasepkg": "pkgutils",
  "_universes": [
    "bristol-vaccine-centre",
    "robchallen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-18T06:48:21.000Z",
      "distro": "noble",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "23d4bdb9e9e68a12dda3899e9003cc977e11c846d60bd8703a60dd0e5f287ecf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-18T06:48:47.000Z",
      "distro": "noble",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "bad65329c48710ecc960d77b0816bfb3296a4c12b1e61c4365966b0ea2d2dc5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-18T06:49:05.000Z",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "b71e3db2c3dd49e71ad98749c034e901a397817608a29b393a90ac67a06f149b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-18T06:48:17.000Z",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "1081d819348d19305f01ffa4fda06436ba08c5049dc65af569b9158ee0f15f75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-18T06:47:41.000Z",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "d28e2f991df8ce8d6aa44be9edc89c0655a8257ae41b25d6f2f3d5f8e1bbdea4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-18T06:47:15.000Z",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "044d09a25eb2490526bb8abd7f75074be20578b3e357fb9f223eff74f39ab768",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-18T06:47:21.000Z",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "4c3afff09e1893581391b64dde33c449cf484edb15546805299a6141712c9e57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T16:40:04.000Z",
      "commit": "9f04dfc234354fe556f5de1b8cd117a48bc39829",
      "fileid": "26e8a85da7a0c67b787917fc27eedf682ef62f4a63835a3ca438b900d31d06eb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bristol-vaccine-centre/actions/runs/26017859431"
    }
  ]
}