Package: circle 0.7.2

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.2.tar.gz
circle_0.7.2.zip(r-4.5)circle_0.7.2.zip(r-4.4)circle_0.7.2.zip(r-4.3)
circle_0.7.2.tgz(r-4.4-any)circle_0.7.2.tgz(r-4.3-any)
circle_0.7.2.tar.gz(r-4.5-noble)circle_0.7.2.tar.gz(r-4.4-noble)
circle_0.7.2.tgz(r-4.4-emscripten)circle_0.7.2.tgz(r-4.3-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'))

Peer review:

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

On CRAN:

api-clientcircle-cicontinuous-deploymentcontinuous-integration

20 exports 12 stars 1.97 score 9 dependencies 1 mentions 372 downloads

Last updated 10 months agofrom:f8a4fbf6f7 (on main)

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:askpassclicurlhttrjsonlitemimeopensslR6sys

Getting Started

Rendered fromcircle.Rmdusingknitr::rmarkdownon Jul 12 2024.

Last update: 2022-08-19
Started: 2019-12-27

Using {circle} with {tic}

Rendered fromtic.Rmdusingknitr::rmarkdownon Jul 12 2024.

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