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

https://github.com/gesistsa/tsatemplate


https://github.com/gesistsa/tsatemplate

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

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

# tsatemplate

This is the minimal [pkgdown](https://github.com/r-lib/pkgdown) template for R packages maintained by Transparent Social Analytics Team, [GESIS](https://www.gesis.org/home).

You probably don't need to care about this.

Demo: [https://gesistsa.github.io/rang/](https://gesistsa.github.io/rang/)

## Usage

1. In `DESCRIPTION`, add this

```
Config/Needs/website: gesistsa/tsatemplate
```

2. Add `pkgdown` infrastructure

```r
usethis::use_pkgdown()
```

3. Edit `_pkgdown.yml`

```yaml
template:
package: tsatemplate
```

## See also

* [mhtemplate](https://github.com/GESIS-Methods-Hub/mhtemplate)
* [rotetemplate](https://github.com/ropensci-org/rotemplate)
* [tidytemplate](https://github.com/tidyverse/tidytemplate)
* [dbitemplate](https://github.com/r-dbi/dbitemplate)
* [preferably](https://github.com/amirmasoudabdol/preferably)