https://github.com/mpadge/hamburg-ruser-feb2019
Slides for Hamburg R user talk Feb 2019
https://github.com/mpadge/hamburg-ruser-feb2019
Last synced: about 2 months ago
JSON representation
Slides for Hamburg R user talk Feb 2019
- Host: GitHub
- URL: https://github.com/mpadge/hamburg-ruser-feb2019
- Owner: mpadge
- Created: 2019-02-12T21:45:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T08:21:26.000Z (about 6 years ago)
- Last Synced: 2025-02-14T13:24:32.483Z (3 months ago)
- Language: R
- Homepage: https://mpadge.github.io/hamburg-Ruser-feb2019/slides/hamburg-Ruser-feb2019.html
- Size: 25 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentation for Hamburg UseR Meeting Feb 13 2019
[Click here if ya just wanna get to the
stuff.](https://mpadge.github.io/hamburg-Ruser-feb2019/slides/hamburg-Ruser-feb2019.html).
Alternatively, if you're interested in the *how*, here's that stuff:1. Clone the repo
2. Get rid of the entire `docs` folder
3. `make`
4. `make open`The first `make` should recreate all data used in the presentation, which may
take a while. After that, subsequent `make`s will be effectively instantaneous.## A bit more detail
The
[`data-script.R`](https://github.com/mpadge/hamburg-Ruser-feb2019/blob/master/data-script.R)
can be run in its entirety to automatically generate all data used in the
presentation, and the interactive maps (via
[`mapdeck`](https://github.com/symbolixAU/mapdeck)) generated by running the
[`setup-script.R`](https://github.com/mpadge/hamburg-Ruser-feb2019/blob/master/setup-script.R).
The presentation was built with [`xaringan`](https://github.com/yihui/xaringan).