Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
- Host: GitHub
- URL: https://github.com/cynkra/fledge
- Owner: cynkra
- Created: 2018-03-28T22:52:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T07:09:38.000Z (5 days ago)
- Last Synced: 2024-12-08T20:11:32.526Z (4 days ago)
- Topics: changelog, git, package-creation, r
- Language: R
- Homepage: https://fledge.cynkra.com
- Size: 10 MB
- Stars: 188
- Watchers: 4
- Forks: 11
- Open Issues: 103
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - cynkra/fledge - Wings for your R packages: Streamline the process of versioning R packages and updating NEWS (R)
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"}
```