-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
26 lines (18 loc) · 801 Bytes
/
README.Rmd
File metadata and controls
26 lines (18 loc) · 801 Bytes
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
---
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%"
)
```
# {dashboard}
<!-- badges: start -->
<a href = "https://github.com/easystats/dashboard/actions" target = "_blank"><img src="https://github.com/easystats/dashboard/actions/workflows/render-dashboard.yaml/badge.svg"></a>
<!-- badges: end -->
The goal of {dashboard} is to present an overview of open-source activity of the 'easystats' team.
This is adapted from [ThinkR-open dashboard](https://github.com/ThinkR-open/thinkrdashboard), which itself relies on [Jim Hester's 'tidyverse' Dashboard](https://github.com/jimhester/tidyversedashboard).