From fc23b9ccd6532187f7bd853b13b65aa94c321b6d Mon Sep 17 00:00:00 2001 From: florisvdh Date: Thu, 24 Nov 2022 20:43:16 +0100 Subject: [PATCH] Switch default branch from master to main --- .github/workflows/R-CMD-check.yaml | 2 ++ README.Rmd | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index d3a34392..4a1041ff 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -4,9 +4,11 @@ on: push: branches: - master + - main pull_request: branches: - master + - main name: R-CMD-check diff --git a/README.Rmd b/README.Rmd index 40ce2e1d..03dae0a0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -21,7 +21,7 @@ knitr::opts_chunk$set( [![R build status](https://github.com/paleolimbot/qgisprocess/workflows/R-CMD-check/badge.svg)](https://github.com/paleolimbot/qgisprocess/actions) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) -[![Codecov test coverage](https://codecov.io/gh/paleolimbot/qgisprocess/branch/master/graph/badge.svg)](https://codecov.io/gh/paleolimbot/qgisprocess?branch=master) +[![Codecov test coverage](https://codecov.io/gh/paleolimbot/qgisprocess/branch/main/graph/badge.svg)](https://codecov.io/gh/paleolimbot/qgisprocess?branch=main) The goal of `qgisprocess` is to provide an R interface to the popular and open source desktop geographic information system (GIS) program [QGIS](https://qgis.org/en/site/). The package is a re-implementation of functionality provided by the archived [RQGIS](https://cran.r-project.org/package=RQGIS) package, which was partially revived in the [RQGIS3](https://github.com/r-spatial/RQGIS3) package. diff --git a/README.md b/README.md index 516e9615..f082828b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ status](https://github.com/paleolimbot/qgisprocess/workflows/R-CMD-check/badge.s [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) [![Codecov test -coverage](https://codecov.io/gh/paleolimbot/qgisprocess/branch/master/graph/badge.svg)](https://codecov.io/gh/paleolimbot/qgisprocess?branch=master) +coverage](https://codecov.io/gh/paleolimbot/qgisprocess/branch/main/graph/badge.svg)](https://codecov.io/gh/paleolimbot/qgisprocess?branch=main) The goal of `qgisprocess` is to provide an R interface to the popular