Type: Package Package: pkgdev Title: Helpers to Develop a Package using GitHub Actions Version: 0.1.0.9150 Authors@R: person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658")) Description: A small set of functions that takes advantage of GitHub Actions for making your life easier as a R package developer. This package is primarily intended for personal use, however feel free to use it (at your own risk). License: MIT + file LICENSE URL: https://dieghernan.github.io/pkgdev/, https://github.com/dieghernan/pkgdev BugReports: https://github.com/dieghernan/pkgdev/issues Depends: R (>= 4.1.0) Imports: cffr (>= 0.2.0), cli (>= 3.4.0), codemetar (>= 0.3.3), codetools, desc, devtools (>= 2.5.0), ggplot2, jsonlite, knitr (>= 1.33), lintr (>= 2.0.1), magick, pkgdown, quarto, resmush, roxygen2 (>= 8.0.0), roxygen2md, stringr, styler (>= 1.5.1), tools, urlchecker (>= 1.0.0), usethis (>= 2.2.2), utils, withr, xfun Suggests: jsonld, rmarkdown VignetteBuilder: knitr, quarto Remotes: quarto=github::quarto-dev/quarto-r Config/Needs/website: dieghernan/gitdevr, cranlogs, tidyverse, lubridate, reactable, Polychrome, pkgsearch, htmltools Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Encoding: UTF-8 X-schema.org-keywords: developer-tools, experimental, github-actions, r, r-package, rstats Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libmagick++-dev gsfonts libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libnode-dev libx11-dev zlib1g-dev Repository: https://dieghernan.r-universe.dev Date/Publication: 2026-06-24 15:23:47 UTC RemoteUrl: https://github.com/dieghernan/pkgdev RemoteRef: HEAD RemoteSha: 3aa5a583b7b35592271ba0bc1442eb910618927d NeedsCompilation: no Packaged: 2026-06-24 16:19:27 UTC; root Author: Diego Hernangómez [aut, cre, cph] (ORCID: ) Maintainer: Diego Hernangómez