Package: beekeeper Title: Rapidly Scaffold API Client Packages Version: 0.5.0.9000 Authors@R: c( person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4781-4346")), person("R Consortium", role = "fnd") ) Description: Automatically generate R package skeletons from 'application programming interfaces (APIs)' that follow the 'OpenAPI Specification (OAS)'. The skeletons implement best practices to streamline package development. License: MIT + file LICENSE URL: https://beekeeper.api2r.org, https://github.com/api2r/beekeeper BugReports: https://github.com/api2r/beekeeper/issues Depends: R (>= 4.1.0) Imports: dplyr, fs, glue, httptest2, memoise, nectar, purrr, rapid (>= 0.0.0.9003), rlang (>= 1.1.0), rprojroot, S7, snakecase, stbl (>= 0.3.0.9000), stringr, testthat, tibble, tidyr, usethis, yaml Suggests: covr, desc, janitor, knitr, rmarkdown, rvest, whisker, withr VignetteBuilder: knitr Remotes: api2r/nectar, api2r/rapid, wranglezone/stbl Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Config/Needs/website: rmarkdown Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2026-05-22 14:31:28 UTC RemoteUrl: https://github.com/jonthegeek/beekeeper RemoteRef: HEAD RemoteSha: 8561f7f04b1c60429685b8c70bef582c879ab865 NeedsCompilation: no Packaged: 2026-05-22 16:29:58 UTC; root Author: Jon Harmon [aut, cre, cph] (ORCID: ), R Consortium [fnd] Maintainer: Jon Harmon