Skip to content

Commit 2c0a296

Browse files
authored
Update README with badges and project information
1 parent 40f7717 commit 2c0a296

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
1-
# hotpatchR
1+
# hotpatchR <a href='https://github.com/munoztd0/hotpatchR'><img src="inst/hex/hotpatchR-hex.png" align="right" width="200"/></a>
22

3-
<p align="left"><a href="inst/hex/hotpatchR-hex.svg"><img src="inst/hex/hotpatchR-hex.svg" alt="hotpatchR hex logo" width="120"/></a></p>
4-
5-
6-
<!-- badges: start -->
7-
[![R-CMD-check](https://github.com/munoztd0/hotpatchR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/munoztd0/hotpatchR/actions/workflows/R-CMD-check.yaml)
8-
<!-- badges: end -->
3+
<!-- start badges -->
4+
[[![R-CMD-check](https://github.com/munoztd0/hotpatchR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/munoztd0/hotpatchR/actions/workflows/R-CMD-check.yaml)
95
[![pkgdown](https://github.com/munoztd0/hotpatchR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/munoztd0/hotpatchR/actions/workflows/pkgdown.yaml)
10-
<!-- badges: start -->
116
[![Codecov test coverage](https://codecov.io/gh/munoztd0/hotpatchR/graph/badge.svg)](https://app.codecov.io/gh/munoztd0/hotpatchR)
127
<!-- badges: end -->
138

9+
![GitHub forks](https://img.shields.io/github/forks/munoztd0/hotpatchR?style=social)
10+
![GitHub repo stars](https://img.shields.io/github/stars/munoztd0/hotpatchR?style=social)
11+
12+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/munoztd0/hotpatchR)
13+
![GitHub contributors](https://img.shields.io/github/contributors/munoztd0/hotpatchR)
14+
![GitHub last commit](https://img.shields.io/github/last-commit/munoztd0/hotpatchR)
15+
![GitHub pull requests](https://img.shields.io/github/issues-pr/munoztd0/hotpatchR)
16+
![GitHub repo size](https://img.shields.io/github/repo-size/munoztd0/hotpatchR)
17+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
18+
[![Current Version](https://img.shields.io/github/r-package/v/munoztd0/hotpatchR/main?color=purple&label=package%20version)](https://github.com/munoztd0/hotpatchR/tree/main)
19+
[![Open Issues](https://img.shields.io/github/issues-raw/munoztd0/hotpatchR?color=red&label=open%20issues)](https://github.com/munoztd0/hotpatchR/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
20+
<!-- end badges -->
21+
22+
23+
24+
<!-- badges: start -->
25+
26+
1427
`hotpatchR` is a runtime hotfix utility for locked R package namespaces.
1528
It is built for legacy container workflows where a package version is sealed in place
1629
and cannot be rebuilt or redeployed.

0 commit comments

Comments
 (0)