https://github.com/gesistsa/tsatemplate
https://github.com/gesistsa/tsatemplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gesistsa/tsatemplate
- Owner: gesistsa
- License: gpl-3.0
- Created: 2023-12-25T12:17:27.000Z (over 2 years ago)
- Default Branch: v0.0
- Last Pushed: 2023-12-26T08:56:20.000Z (over 2 years ago)
- Last Synced: 2023-12-26T14:47:54.121Z (over 2 years ago)
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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)