Package: pkgtools Title: Code generation and linting functions for R packages Version: 0.2.1 Authors@R: person( given = "Robert", family = "Challen", role = c("aut", "cre"), email = "rob.challen@bristol.ac.uk", comment = c(ORCID = "0000-0002-5504-7768")) Description: Perform common tasks and fix common errors in project and package development. This is a developer tool rather than an end user package. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3.9007 URL: https://terminological.github.io/pkgtools/index.html, https://github.com/terminological/pkgtools BugReports: https://github.com/terminological/pkgtools/issues Imports: desc, devtools, dplyr, forcats, fs, here, magrittr, pkgload, purrr, readr, remotes, stringi, stringr, tidyr, rlang, withr, rmarkdown, renv, jsonlite, usethis, cli, yaml, pins, gert, gh, shiny, bslib, glue, utils, whisker, roxygen2, rstudioapi, testthat, styler, rprojroot Suggests: spelling, urlchecker, clipr Config/testthat/edition: 3 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://terminological.r-universe.dev Date/Publication: 2025-09-25 16:30:31 UTC RemoteUrl: https://github.com/terminological/pkgtools RemoteRef: 0.2.1 RemoteSha: e72c1af813834b312e7aa9dd900dd1b2f0258604 NeedsCompilation: no Packaged: 2026-06-22 11:35:03 UTC; root Author: Robert Challen [aut, cre] (ORCID: ) Maintainer: Robert Challen