-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.Rmd
34 lines (23 loc) · 1.03 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ratlas <img src="man/figures/logo.png" align="right" width="120"/>
<!-- badges: start -->
[![R-CMD-check](https://github.com/atlas-aai/ratlas/workflows/R-CMD-check/badge.svg)](https://github.com/atlas-aai/ratlas/actions)
[![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)
<!-- badges: end -->
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("atlas-aai/ratlas")
```