Skip to content
Snippets Groups Projects
Commit 0025dacd authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

add rough run down trough talk

parent 064e2e78
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment