Skip to content

Commit 806cf9d

Browse files
committed
chores: Add logo and make badge names nice
1 parent 91a5cba commit 806cf9d

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77

8-
name: R-CMD-check.yaml
8+
name: R-CMD-check
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [published]
99
workflow_dispatch:
1010

11-
name: pkgdown.yaml
11+
name: pkgdown
1212

1313
permissions: read-all
1414

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77

8-
name: test-coverage.yaml
8+
name: test-coverage
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# hrvester - Athlete-Centric HRV Analysis Toolkit
1+
# hrvester <a href="https://sims1253.github.io/hrvester/"><img src="man/figures/logo.png" align="right" height="120" alt="hrvester website" /></a>
22

33
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
4-
[![R-CMD-check](https://github.com/sims1253/hrvester/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sims1253/hrvester/actions)
4+
[![R-CMD-check](https://github.com/sims1253/hrvester/workflows/R-CMD-check/badge.svg)](https://github.com/sims1253/hrvester/actions)
5+
[![Actions Status](https://github.com/sims1253/hrvester/workflows/test-coverage/badge.svg)](https://github.com/sims1253/hrvester/actions)
56
[![Codecov test coverage](https://codecov.io/gh/sims1253/hrvester/graph/badge.svg)](https://app.codecov.io/gh/sims1253/hrvester)
67

7-
<img src="https://github.com/sims1253/hrvester/blob/master/example/hrv_dashboard.svg?raw=true" width="800" alt="HRV Dashboard Preview">
8-
9-
A high-performance toolkit for sports physiology analysis, providing:
8+
A toolkit for sports physiology analysis, providing:
109

1110
- **Orthostatic Test Processing** - Full pipeline from FIT files to readiness scores
1211
- **Neural Recovery Metrics** - BioForce-inspired composite scoring
1312
- **BJJ-Specific Analytics** - Grappling-specific training recommendations
1413
- **Automated Reporting** - Daily PDF/HTML reports with training guidance
1514
- **Dashboard Visualization** - Interactive trend monitoring
1615

16+
<img src="https://github.com/sims1253/hrvester/blob/master/example/hrv_dashboard.svg?raw=true" width="800" alt="HRV Dashboard Preview">
17+
1718
## Features
1819

1920
- **Optimized Processing**

man/figures/logo.png

24.5 KB
Loading

man/hrvester-package.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)