Package: circle
Title: R Client Package for Circle CI
Version: 0.7.3
Authors@R: c(
    person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0748-6624")),
    person("Max", "Joseph", role = "rev",
           comment = "Max reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/356>"),
    person("Sharla", "Gelfand", role = "rev",
           comment = "Sharla reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/356>")
  )
Description: Tools for interacting with the 'Circle CI' API
    (<https://circleci.com/docs/api/v2/>). 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
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-07-31 18:59:25 UTC; pjs
Author: Patrick Schratz [aut, cre] (<https://orcid.org/0000-0003-0748-6624>),
  Max Joseph [rev] (Max reviewed the package for ropensci, see
    <https://github.com/ropensci/software-review/issues/356>),
  Sharla Gelfand [rev] (Sharla reviewed the package for ropensci, see
    <https://github.com/ropensci/software-review/issues/356>)
Maintainer: Patrick Schratz <patrick.schratz@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-31 19:30:02 UTC
Built: R 4.4.3; ; 2025-10-21 13:52:40 UTC; windows
