inst/doc/d-pipelines.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(gitlabr)

## -----------------------------------------------------------------------------
# Templates available
list.files(system.file("gitlab-ci", package = "gitlabr"))

## ----eval=FALSE---------------------------------------------------------------
#  # Create a .gitlab-ci.yml file with the template
#  gitlabr::use_gitlab_ci(template = "check-coverage-pkgdown")

## ----eval=FALSE---------------------------------------------------------------
#  # Create a .gitlab-ci.yml file with the template
#  gitlabr::use_gitlab_ci(template = "bookdown")

Try the gitlabr package in your browser

Any scripts or data that you put into this service are public.

gitlabr documentation built on June 22, 2024, 11:34 a.m.