Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elipousson/cliextras

A R package of helper functions for the cli package
https://github.com/elipousson/cliextras

cli r-package

Last synced: 27 days ago
JSON representation

A R package of helper functions for the cli package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# cliExtras

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![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)
[![Codecov test coverage](https://codecov.io/gh/elipousson/cliExtras/branch/main/graph/badge.svg)](https://app.codecov.io/gh/elipousson/cliExtras?branch=main)

The goal of cliExtras is to extend the [cli](https://cli.r-lib.org/) package with a number of helper functions.

## Installation

You can install the development version of cliExtras like so:

``` r
pak::pkg_install("elipousson/cliExtras")
```