Package: circle 0.7.3

Patrick Schratz

circle: R Client Package for Circle CI

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.

Authors:Patrick Schratz [aut, cre], Max Joseph [rev], Sharla Gelfand [rev]

circle_0.7.3.tar.gz
circle_0.7.3.zip(r-4.6)circle_0.7.3.zip(r-4.5)circle_0.7.3.zip(r-4.4)
circle_0.7.3.tgz(r-4.5-any)circle_0.7.3.tgz(r-4.4-any)
circle_0.7.3.tar.gz(r-4.6-any)circle_0.7.3.tar.gz(r-4.5-any)
circle_0.7.3.tgz(r-4.5-emscripten)circle_0.7.3.tgz(r-4.4-emscripten)
circle.pdf |circle.html
circle/json (API)
NEWS

# Install 'circle' in R:
install.packages('circle', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #356

Bug tracker:https://github.com/ropensci/circle/issues

Pkgdown site:https://docs.ropensci.org

On CRAN:

Conda:

api-clientcircle-cicontinuous-deploymentcontinuous-integration

5.86 score 12 stars 3 scripts 400 downloads 1 mentions 20 exports 20 dependencies

Last updated 6 months ago from:288cec3da9 (on main). Checks:11 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-x86_64OK122
pkgdown docsOK151
source / vignettesOK158
linux-release-x86_64OK132
macos-release-arm64OK67
macos-oldrel-arm64OK75
windows-develOK72
windows-releaseOK73
windows-oldrelOK79
wasm-releaseOK108
wasm-oldrelOK126

Exports:browse_circle_tokencirclecreate_checkout_keydelete_checkout_keydelete_env_varedit_circle_configenable_repoget_build_artifactsget_checkout_keysget_circle_userget_env_varsget_jobsget_pipelinesget_workflowshas_checkout_keylist_projectsnew_buildretry_workflowset_env_varuse_circle_deploy

Dependencies:askpassclicurlghgitcredsgluehttrhttr2inijsonlitelifecyclemagrittrmimeopensslR6rappdirsrlangsysvctrswithr

Getting Started

Rendered fromcircle.Rmdusingknitr::rmarkdownon Jul 07 2025.

Last update: 2024-07-31
Started: 2019-12-27

Using {circle} with {tic}

Rendered fromtic.Rmdusingknitr::rmarkdownon Jul 07 2025.

Last update: 2021-03-23
Started: 2021-02-09

Readme and manuals

Help Manual

Help pageTopics
Circle CI API Clientcircle-package
Authenticate to Circle CIbrowse_circle_token
Retrieve Metadata from Circle CI Buildsbuilds get_jobs get_pipelines get_workflows retry_workflow
Interact with "Checkout Keys" on Circle CIcheckout_key create_checkout_key delete_checkout_key get_checkout_keys has_checkout_key
Circle CI HTTP Requestscircle
Open circle Configuration fileedit_circle_config
Enable a repo on Circle CIenable_repo
Interact with Environment Variable(s) on Circle CIdelete_env_var env_var get_env_vars set_env_var
Get Build Artifacts of a Specific Jobget_build_artifacts
Get Circle CI userget_circle_user
List Circle CI Projectslist_projects
Trigger a New Build on Circle CInew_build
Set Up Build Deployment Between Circle CI And Githubuse_circle_deploy