diff --git a/README.md b/README.md index aeedece372860dbd9713815903ad11b1703f1772..4ec8ddbd160b39b69c380a36c778720edcee049c 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