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"), comment = c(ORCID = "0000-0002-5504-7768")) Description: A suite of tools for helping in function and package development. This includes functions that check variables for consistency, or help parse out inputs to functions. This has a particular focus on inputs that use formula or `tidyselect` interfaces to define the parts of a dataframe that we might be interested in. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: rlang, utils, stringr, glue, tibble, dplyr, purrr, tidyr, magrittr, lubridate, tidyselect, digest, cli Suggests: knitr, pillar, rmarkdown, testthat (>= 3.0.0), ggplot2 VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://bristol-vaccine-centre.github.io/pkgutils/index.html, https://github.com/bristol-vaccine-centre/pkgutils BugReports: https://github.com/bristol-vaccine-centre/pkgutils/issues Depends: R (>= 3.4.0) 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: 2026-06-17 10:49:01 UTC; root Author: Rob Challen [aut, cre] (ORCID: ) Maintainer: Rob Challen