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: 15 days ago
JSON representation
Custom graphics and report generation for @atlas-aai
- Host: GitHub
- URL: https://github.com/atlas-aai/ratlas
- Owner: atlas-aai
- Created: 2018-09-26T16:14:04.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T20:02:52.000Z (4 months ago)
- Last Synced: 2025-10-22T03:55:24.294Z (15 days ago)
- Topics: bookdown, ggplot2, ggplot2-themes, r, rmarkdown, rmarkdown-template, rstats
- Language: R
- Homepage: https://ratlas.netlify.app
- Size: 23.5 MB
- Stars: 29
- Watchers: 1
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - atlas-aai/ratlas - Custom graphics and report generation for @atlas-aai (R)
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ratlas 
[](https://github.com/atlas-aai/ratlas/actions/workflows/check-standard.yaml)
[](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")
```