Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumpingrivers/namer
R package :package: for labelling chunks of RMarkdown files! :boom:
https://github.com/jumpingrivers/namer
r r-package rmarkdown rstats
Last synced: 3 months ago
JSON representation
R package :package: for labelling chunks of RMarkdown files! :boom:
- Host: GitHub
- URL: https://github.com/jumpingrivers/namer
- Owner: jumpingrivers
- License: other
- Created: 2018-09-06T10:17:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T10:56:16.000Z (8 months ago)
- Last Synced: 2024-04-19T04:44:22.116Z (7 months ago)
- Topics: r, r-package, rmarkdown, rstats
- Language: R
- Homepage: https://jumpingrivers.github.io/namer/
- Size: 4.27 MB
- Stars: 94
- Watchers: 9
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - jumpingrivers/namer - R package :package: for labelling chunks of RMarkdown files! :boom: (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# namer
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/jumpingrivers/namer/workflows/R-CMD-check/badge.svg)](https://github.com/jumpingrivers/namer/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/namer)](https://CRAN.R-project.org/package=namer)
[![Codecov test coverage](https://codecov.io/gh/jumpingrivers/namer/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jumpingrivers/namer?branch=main)
[![R-CMD-check](https://github.com/jumpingrivers/namer/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jumpingrivers/namer/actions/workflows/R-CMD-check.yaml)```{r child="man/rmdfragments/intro.Rmd"}
```[![Example of use](man/figures/screenshot.png)](https://github.com/lockedata/pres-datascience/pull/1/files/)
## Use
```{r child="man/rmdfragments/use.Rmd"}
```## Installation
Install {namer} from CRAN
```r
install.packages("namer")
```Or get the dev version from this repo using:
``` r
remotes::install_github("jumpingrivers/namer")
```
## Code of ConductPlease note that the namer project is released with a [Contributor Code of Conduct](https://jumpingrivers.github.io/namer/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.