Skip to content

Commit 8a9b277

Browse files
committed
Point CI, badge, and docs at renamed default branch main
The default branch was renamed Modelling2R6 -> main. Update the push/PR branch filters in r.yaml and pkgdown.yaml so CI and the pkgdown site keep triggering, the codecov badge branch, and the 'active development branch' note in CLAUDE.md/AGENTS.md.
1 parent f4dfb79 commit 8a9b277

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pkgdown
22

33
on:
44
push:
5-
branches: [ Modelling2R6 ]
5+
branches: [ main ]
66
workflow_dispatch:
77

88
permissions:

.github/workflows/r.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: R-CMD-check-prolfqua
22

33
on:
44
push:
5-
branches: [ Modelling2R6 ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ Modelling2R6 ]
7+
branches: [ main ]
88

99
jobs:
1010
R-CMD-check:

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## What is prolfqua
66

7-
An R package for mass spectrometry-based label-free quantification (LFQ) proteomics analysis. It provides a complete workflow: QC, normalization, protein aggregation, statistical modelling, hypothesis testing, and sample size estimation. Data is always in long (tidy) format. Branch `Modelling2R6` is the active development branch.
7+
An R package for mass spectrometry-based label-free quantification (LFQ) proteomics analysis. It provides a complete workflow: QC, normalization, protein aggregation, statistical modelling, hypothesis testing, and sample size estimation. Data is always in long (tidy) format. Branch `main` is the active development branch.
88

99
## Build & Test Commands
1010

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## What is prolfqua
66

7-
An R package for mass spectrometry-based label-free quantification (LFQ) proteomics analysis. It provides a complete workflow: QC, normalization, protein aggregation, statistical modelling, hypothesis testing, and sample size estimation. Data is always in long (tidy) format. Branch `Modelling2R6` is the active development branch.
7+
An R package for mass spectrometry-based label-free quantification (LFQ) proteomics analysis. It provides a complete workflow: QC, normalization, protein aggregation, statistical modelling, hypothesis testing, and sample size estimation. Data is always in long (tidy) format. Branch `main` is the active development branch.
88

99
## Build & Test Commands
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![R-CMD-check-prolfqua](https://github.com/fgcz/prolfqua/actions/workflows/r.yaml/badge.svg)](https://github.com/fgcz/prolfqua/actions/workflows/r.yaml) ![ReleseeDownloads](https://img.shields.io/github/downloads/fgcz/prolfqua/total)
2-
[![codecov](https://codecov.io/gh/fgcz/prolfqua/branch/Modelling2R6/graph/badge.svg?token=NP7IPP323C)](https://app.codecov.io/gh/fgcz/prolfqua)
2+
[![codecov](https://codecov.io/gh/fgcz/prolfqua/branch/main/graph/badge.svg?token=NP7IPP323C)](https://app.codecov.io/gh/fgcz/prolfqua)
33
[![DOI](https://img.shields.io/badge/DOI-10.1021%2Facs.jproteome.2c00441-blue)](https://pubs.acs.org/doi/10.1021/acs.jproteome.2c00441)
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18775726.svg)](https://doi.org/10.5281/zenodo.18775726)
55

0 commit comments

Comments
 (0)