Package index
-
tic-package
- tic: Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
-
get_stage()
add_step()
add_code_step()
- tic's domain-specific language
-
dsl_get()
dsl_load()
dsl_init()
- Stages and steps
-
update_yml()
- Update tic YAML Templates
-
use_circle_yml()
use_ghactions_yml()
- Use CI YAML templates
-
use_update_tic()
- Update tic Templates
-
macro
- Macros
-
do_blogdown()
- Build a blogdown site
-
do_bookdown()
- Build a bookdown book
-
do_drat()
- Build and deploy drat repository
-
do_package_checks()
- Add default checks for packages
-
do_pkgdown()
- Build pkgdown documentation
-
do_readme_rmd()
experimental - Render a R Markdown README and deploy to Github
-
list_macros()
- List available macros
-
step_add_to_drat()
- Step: Add built package to a drat
-
step_add_to_known_hosts()
- Step: Add to known hosts
-
step_build_blogdown()
- Step: Build a Blogdown Site
-
step_build_bookdown()
- Step: Build a bookdown book
-
step_build_pkgdown()
- Step: Build pkgdown documentation
-
step_do_push_deploy()
- Step: Perform push deploy
-
step_hello_world()
- Step: Hello, world!
-
step_install_deps()
step_install_cran()
step_install_github()
- Step: Install packages
-
step_install_ssh_keys()
- Step: Install an SSH key
-
step_push_deploy()
- Step: Setup and perform push deploy
-
step_rcmdcheck()
- Step: Check a package
-
step_run_code()
- Step: Run arbitrary R code
-
step_session_info()
- Step: Print the current Session Info
-
step_setup_push_deploy()
- Step: Setup push deploy
-
step_setup_ssh()
- Step: Setup SSH
-
step_test_ssh()
- Step: Test SSH connection
-
step_write_text_file()
- Step: Write a text file
-
TicStep
- The base class for all steps
-
run_all_stages()
- Emulate a CI run locally
-
prepare_all_stages()
- Prepare all stages
-
run_stage()
- Run a stage
-
use_tic()
- Initialize CI testing using tic
-
use_tic_r()
- Add a tic.R file to the repo
-
use_tic_badge()
- Add a CI Status Badge to README files
-
use_ghactions_deploy()
experimental - Setup deployment for GitHub Actions
-
gha_add_secret()
- Add a GitHub Actions secret to a repository
-
base64serialize()
base64unserialize()
- Helpers for converting R objects to strings and back
-
repo_default()
repo_cloud()
repo_cran()
repo_bioc()
- Shortcuts for accessing CRAN-like repositories
-
auth_github()
get_owner()
get_user()
get_repo()
get_repo_slug()
- Github API helpers
-
github_add_key()
check_admin_repo()
get_role_in_repo()
get_public_key()
encode_private_key()
check_private_key_name()
- SSH key helpers
-
github_repo()
github_info()
uses_github()
- Github information
-
add_package_checks()
- Deprecated functions