Package: circle Title: R Client Package for Circle CI Version: 0.7.4 Authors@R: c( person("David", "Munoz Tord", , "david.munoztord@mailbox.org", role = c("cre", "ctb")), person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-0748-6624")), person("Max", "Joseph", role = "rev", comment = "Max reviewed the package for ropensci, see "), person("Sharla", "Gelfand", role = "rev", comment = "Sharla reviewed the package for ropensci, see ") ) Description: Tools for interacting with the 'Circle CI' API (). Besides executing common tasks such as querying build logs and restarting builds, this package also helps setting up permissions to deploy from builds. License: GPL-3 URL: https://docs.ropensci.org/circle/, https://github.com/ropensci/circle BugReports: https://github.com/ropensci/circle/issues Imports: cli (>= 2.0.0), gh, httr, jsonlite Suggests: clipr, covr, gert, knitr, openssl, purrr, rmarkdown, testthat (>= 3.0.0), usethis (>= 2.0.0), utils, vcr, withr VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: git libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-01-22 09:08:36 UTC RemoteUrl: https://github.com/ropensci/circle RemoteRef: main RemoteSha: e6821d301c8186c032d61ca60f2c438bf2914878 NeedsCompilation: no Packaged: 2026-06-21 08:20:55 UTC; root Author: David Munoz Tord [cre, ctb], Patrick Schratz [aut] (ORCID: ), Max Joseph [rev] (Max reviewed the package for ropensci, see ), Sharla Gelfand [rev] (Sharla reviewed the package for ropensci, see ) Maintainer: David Munoz Tord