https://github.com/jimbrig/configR
R Configuration Package
https://github.com/jimbrig/configR
Last synced: 4 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T23:02:57.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T14:54:19.869Z (5 months 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
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/jimbrig/configR/actions)
[](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")
```