-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
42 lines (31 loc) · 1.19 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
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# unhcrtemplate
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/unhcr-dataviz/unhcrtemplate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/unhcr-dataviz/unhcrtemplate/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Overview
`unhcrtemplate` provides a custom [pkgdown](https://pkgdown.r-lib.org) template for UNHCR packages. Please don't use it for your own package.
Inspired by [tidytemplate](https://github.com/tidyverse/tidytemplate/) and [rotemplate](https://github.com/ropensci-org/rotemplate).
## Templates
For all sites, ensure that `DESCRIPTION` contains:
```
Config/Needs/website: unhcr-dataviz/unhcrtemplate
```
and that `_pkgdown.yml` contains:
```{yaml}
template:
package: unhcrtemplate
bootstrap: 5
```