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

https://github.com/atlas-aai/ratlas

Custom graphics and report generation for @atlas-aai
https://github.com/atlas-aai/ratlas

bookdown ggplot2 ggplot2-themes r rmarkdown rmarkdown-template rstats

Last synced: 3 months ago
JSON representation

Custom graphics and report generation for @atlas-aai

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# ratlas

[![R-CMD-check](https://github.com/atlas-aai/ratlas/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/atlas-aai/ratlas/actions/workflows/check-standard.yaml)
[![Codecov test coverage](https://codecov.io/gh/atlas-aai/ratlas/branch/main/graph/badge.svg)](https://app.codecov.io/gh/atlas-aai/ratlas?branch=main)

The goal of ratlas is to provide uniform [R Markdown](https://bookdown.org/yihui/rmarkdown/) templates for creating topic guides and technical reports, helper functions formatting text in documents, and providing consistent themes for [**ggplot2**](https://ggplot2.tidyverse.org) graphics.

## Installation

You can install the latest version with:

``` r
install.packages("ratlas")
```