Skip to content

Commit 854c3c9

Browse files
committed
Update README
1 parent 74fadee commit 854c3c9

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
A parser for TCX files written in R
77
</h2>
88

9+
<p align="center">
10+
<a href="https://github.com/firefly-cpp/tcxr/actions?workflow=R-CMD-check">
11+
<img alt="R build status" src="https://github.com/firefly-cpp/tcxr/workflows/R-CMD-check/badge.svg">
12+
</a>
13+
<a href="https://CRAN.R-project.org/package=tcxr">
14+
<img alt="CRAN version" src="https://www.r-pkg.org/badges/version/tcxr">
15+
</a>
16+
<a href="https://cran.r-project.org/package=tcxr">
17+
<img alt="CRAN downloads" src="https://cranlogs.r-pkg.org/badges/grand-total/tcxr?color=blue">
18+
</a>
19+
<a href="https://doi.org/10.32614/CRAN.package.tcxr">
20+
<img alt="DOI" src="https://img.shields.io/badge/DOI-10.32614/CRAN.package.tcxr-blue">
21+
</a>
22+
</p>
23+
924
<p align="center">
1025
<a href="#-installation">📦 Installation</a> •
1126
<a href="#-features">✨ Features</a> •
@@ -20,8 +35,11 @@ tcxr is an R package designed to parse Training Center XML (TCX) files and extra
2035

2136
## 📦 Installation
2237

23-
```r
24-
# TODO
38+
39+
Install CRAN release version:
40+
41+
```R
42+
install.packages("tcxr")
2543
```
2644

2745
## ✨ Features

0 commit comments

Comments
 (0)