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
- Host: GitHub
- URL: https://github.com/atlas-aai/ratlas
- Owner: atlas-aai
- Created: 2018-09-26T16:14:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:16:55.000Z (8 months ago)
- Last Synced: 2024-10-22T19:41:50.689Z (7 months ago)
- Topics: bookdown, ggplot2, ggplot2-themes, r, rmarkdown, rmarkdown-template, rstats
- Language: R
- Homepage: https://ratlas.netlify.app
- Size: 21.9 MB
- Stars: 28
- Watchers: 3
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
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")
```