-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.Rmd
25 lines (18 loc) · 937 Bytes
/
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# bookclubber
<!-- badges: start -->
[![R-CMD-check](https://github.com/r4ds/bookclubber/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r4ds/bookclubber/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r4ds/bookclubber/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r4ds/bookclubber?branch=main)
<!-- badges: end -->
{bookclubber} is a Shiny app for scheduling book clubs for the [Data Science Learning Community](https://dslc.io/)
## Code of Conduct
Please note that the bookclubber project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.