README.md

Lifecycle: superseded Build Status

R CI with Azure Pipelines

This repository includes templates for using azure pipelines with R packages, as well as a simple R package for testing.

Features

Setup

Add a yaml file named azure-pipelines.yml with the following content, this will setup your repo to use the tidyverse default configuration.

You need to replace REPLACE-ME with the name of your Service Connection to GitHub.

resources:
  repositories:
    - repository: r-azure-pipelines
      type: github
      name: r-lib/r-azure-pipelines
      endpoint: REPLACE-ME

jobs:
  - template: azure-tidyverse.yml@r-azure-pipelines

Status Lifecycle: superseded

r-azure-pipelines is superseded: this means it is no longer being actively supported. We recommend using r-lib/actions instead.



r-lib/r-azure-pipelines documentation built on April 6, 2020, 12:01 p.m.