Package: circle
Title: R Client Package for Circle CI
Version: 0.7.2
Authors@R: 
    c(person(given = "Patrick",
             family = "Schratz",
             role = c("aut", "cre"),
             email = "patrick.schratz@gmail.com",
             comment = c(ORCID = "0000-0003-0748-6624")),
      person(given = "Max",
             family = "Joseph",
             role = "rev",
             comment = "Max reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/356>"),
      person(given = "Sharla",
             family = "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), httr, jsonlite
Suggests: clipr, covr, gert, gh, 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.2.1
NeedsCompilation: no
Packaged: 2022-08-24 07:25:26 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: 2022-08-24 07:50:02 UTC
Built: R 4.2.0; ; 2022-08-24 09:15:37 UTC; unix
