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: 12 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T00:50:06.000Z (17 days ago)
- Last Synced: 2025-04-12T03:47:26.600Z (12 days ago)
- Topics: changelog, git, package-creation, r
- Language: R
- Homepage: https://fledge.cynkra.com
- Size: 9.96 MB
- Stars: 188
- Watchers: 3
- Forks: 11
- Open Issues: 107
-
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.
[](https://github.com/cynkra/fledge/actions)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://cran.r-project.org/package=fledge)
[](https://app.codecov.io/gh/cynkra/fledge?branch=main)```{r child="man/rmd-fragments/pitch.Rmd"}
``````{r child="man/rmd-fragments/summary.Rmd"}
```## Demo
[](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"}
```