Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cynkra/fledge

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
https://github.com/cynkra/fledge

changelog git package-creation r

Last synced: about 2 months ago
JSON representation

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS

Awesome Lists containing this project

README

        

---
output: downlit::readme_document
---

```{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.

[![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)

```{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"}
```