forked from jumpingrivers/meetingsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
25 lines (19 loc) · 858 Bytes
/
index.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
---
title: "A list of R conferences and meetings"
knit: "bookdown::render_book"
site: bookdown::bookdown_site
documentclass: book
link-citations: yes
twitter-handle: riversjumping
description: "A list of R conferences and meetings."
github-repo: jumpingrivers/meetingsR
url: 'https\://jumpingrivers.github.io/meetingsR/'
---
# Overview {-}
This site attempts to list R conferences and local useR groups. Please
feel free to add any missing group or conference. In particular, most of the associated
twitter names are missing.
To propose a change, just click the pencil icon in the top left hand corner.
### Technical bit {-}
The html files for this document live in the `docs/` directory of the [repository](https://github.com/jumpingrivers/meetingsR/). Travis
creates the html files from the `.Rmd` files and commits them to the `docs/` directory.