Package: hubDevs Title: Utilities for Creating and Standardising Hubverse Packages Version: 1.1.0 Authors@R: c( person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2378-4915")), person("Zhian N.", "Kamvar", , "zkamvar@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-1458-7108")) ) Description: Provides utilities for creating and maintaining Hubverse R packages with consistent structure, documentation, and CI/CD workflows. Includes functions for setting up pkgdown sites, GitHub Actions, README templates, and code formatting standards. License: MIT + file LICENSE URL: https://github.com/hubverse-org/hubDevs, https://hubverse-org.github.io/hubDevs BugReports: https://github.com/hubverse-org/hubDevs/issues Imports: checkmate, cli, desc, devtools, fs, pkgdown, purrr, rlang, usethis, whisker Suggests: hubStyle, magick, knitr, quarto, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr, quarto Remotes: hubverse-org/hubStyle Config/Needs/website: hubverse-org/hubStyle Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Language: en-US 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://hubverse-org.r-universe.dev Date/Publication: 2026-04-07 14:23:03 UTC RemoteUrl: https://github.com/hubverse-org/hubDevs RemoteRef: v1.1.0 RemoteSha: ae46b7d9f9ec81f36cbbccf447cd2982114d529e NeedsCompilation: no Packaged: 2026-06-06 06:22:43 UTC; root Author: Anna Krystalli [aut, cre] (ORCID: ), Zhian N. Kamvar [aut] (ORCID: ) Maintainer: Anna Krystalli