Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimbrig/configR

R Configuration Package
https://github.com/jimbrig/configR

Last synced: 8 days ago
JSON representation

R Configuration Package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%"
)
```

# configR

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/jimbrig/configR/workflows/R-CMD-check/badge.svg)](https://github.com/jimbrig/configR/actions)
[![Codecov test coverage](https://codecov.io/gh/jimbrig/configR/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jimbrig/configR?branch=main)

The goal of configR is to ...

## Installation

You can install the development version of configR from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("jimbrig/configR")
```