forked from jumpingrivers/meetingsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
39 lines (30 loc) · 1.68 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: "A list of R conferences and meetings"
knit: "bookdown::render_book"
site: bookdown::bookdown_site
documentclass: book
link-citations: yes
twitter-handle: riversjumping
cover-image: inverse.png
description: "A list of R conferences and meetings."
github-repo: jumpingrivers/meetingsR
url: 'https\://jumpingrivers.github.io/meetingsR/'
---
```{r echo=FALSE}
source("R/count_groups.R")
no_of_groups = count_groups(list.files(pattern = "^0.*.Rmd"))
```
# 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. There are currently __`r no_of_groups`__ R user groups and events.
To propose a change, just click the pencil icon in the top left hand corner.
Keep up to date by following [\@rstats_meetings](https://twitter.com/rstats_meetings).
This list is maintained by [Jumping Rivers](https://www.jumpingrivers.com). We also maintain a corresponding list of __[Data Science](https://jumpingrivers.github.io/meetingsDS/)__ conferences and events.
## 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.
I've created a couple of [R scripts](https://github.com/jumpingrivers/meetingsR/tree/master/R) to help
maintain this list. One checks the URL return code 200, the other counts the number of groups.
## Original source
The original list of useR groups was compiled by David Smith at [Revolution Analytics](http://blog.revolutionanalytics.com/local-r-groups.html) blog.