From 0025dacda7330fdea597c600237ee4517e3291ee Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dsarpe@posteo.de>
Date: Mon, 19 Mar 2018 13:50:35 +0100
Subject: [PATCH] add rough run down trough talk

---
 README.md | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aeedece..4ec8ddb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # RStudio Demo Admin Day
 
-A 5 minute demonstration of rstudio at the UL.
+A 5 to 10 minute demonstration of rstudio at the UL.
 
 ## Concept
 - import project from git repo
@@ -23,3 +23,33 @@ A 5 minute demonstration of rstudio at the UL.
 - use browser without special keybindings/addons
 - ssh session
 - color scheme editor and console for presentation
+
+## Run down
+### git import
+- File -> New Project -> Version Control -> Git
+    - https://git.idiv.de/dsarpe/rstudio-talk_admin-day.git
+    - dialogue: username
+    - dialogue: password
+
+### Files Pane
+  - automatisch .gitignore, Rproj
+  - open plot.r
+
+### Editor and plotting
+- syntax highlighting
+- Run or Source (with Echo to display plots, outcomes …)
+- change code to demonstrate code suggestions, facet_wrap
+- Zoom plot
+
+### parallel
+- parallel_example.r
+- open htop
+- run single core with %do%
+- run multicore with %dopar%
+
+### git changes
+- git pane
+- diff
+- stage
+- commit
+- push
-- 
GitLab