-
Notifications
You must be signed in to change notification settings - Fork 11
/
README.Rmd
52 lines (36 loc) · 1.5 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
output: downlit::readme_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# fledge
> Smoother change tracking and versioning for R packages.
<!-- badges: start -->
[![rcc](https://github.com/cynkra/fledge/workflows/rcc/badge.svg)](https://github.com/cynkra/fledge/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/fledge)](https://cran.r-project.org/package=fledge)
[![Codecov test coverage](https://codecov.io/gh/cynkra/fledge/branch/main/graph/badge.svg)](https://app.codecov.io/gh/cynkra/fledge?branch=main)
<!-- badges: end -->
```{r child="man/rmd-fragments/pitch.Rmd"}
```
```{r child="man/rmd-fragments/summary.Rmd"}
```
## Demo
[![asciinema demo](https://github.com/cynkra/fledge/raw/main/readme/demo.gif)](https://asciinema.org/a/173876)
Click on the image above to show in a separate tab.
## Installation & setup
```{r child="man/rmd-fragments/setup.Rmd"}
```
## How to get started?
Check out the general vignette `vignette("fledge")`, and for the whole game, the demo vignette `vignette("demo")`.
Feel free to [ask us questions](https://github.com/cynkra/fledge/discussions)!
## Related tools
```{r child="man/rmd-fragments/related-tools.Rmd"}
```