Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbrig/configR
R Configuration Package
https://github.com/jimbrig/configR
Last synced: 8 days ago
JSON representation
R Configuration Package
- Host: GitHub
- URL: https://github.com/jimbrig/configR
- Owner: jimbrig
- License: other
- Created: 2022-05-14T23:42:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T23:02:57.000Z (over 2 years ago)
- Last Synced: 2024-11-13T14:54:19.869Z (29 days ago)
- Language: R
- Homepage: https://jimbrig.github.io/configR/
- Size: 418 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jimbrig/configR - R Configuration Package (R)
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")
```