Skip to content

Commit 7e01df4

Browse files
committed
tweak the block one presentation
1 parent ab56058 commit 7e01df4

4 files changed

+80
-31
lines changed

eda-for-bio.Rproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version: 1.0
22

3-
RestoreWorkspace: Default
4-
SaveWorkspace: Default
3+
RestoreWorkspace: No
4+
SaveWorkspace: No
55
AlwaysSaveHistory: Default
66

77
EnableCodeIndexing: Yes

presentations/block-1-introduction-basics-no-answ.html

+27-9
Original file line numberDiff line numberDiff line change
@@ -847,25 +847,43 @@ <h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
847847

848848
</article></slide><slide class=""><hgroup><h2>Other sources of help</h2></hgroup><article id="other-sources-of-help-1" class="build">
849849

850-
<ul>
851-
<li><p><strong>Each other</strong></p></li>
852-
<li><p><strong>The TAs</strong></p></li>
853-
<li><p><strong>Me</strong> - email (<a href='mailto:[email protected]' title=''>[email protected]</a>) to arrange a meeting - if none of the above have helped</p></li>
854-
</ul>
850+
<p><strong>Each other</strong> &#8211; work in groups</p>
851+
852+
<p><strong>The TAs</strong> &#8211; they are really good with R</p>
853+
854+
<p><strong>Me</strong> - email <a href='mailto:[email protected]' title=''>Dylan</a> if really stuck</p>
855855

856856
</article></slide><slide class="segue dark nobackground level1"><hgroup class = 'auto-fadein'><h2>Efficiency </h2><h3> Making the most of RStudio</h3></hgroup><article id="efficiency-making-the-most-of-rstudio">
857857

858858
</article></slide><slide class=""><hgroup><h2>Changing the appearance of RStudio</h2></hgroup><article id="changing-the-appearance-of-rstudio">
859859

860-
<p>Navigate through RStudio&#39;s menus to Tools &gt; Global Options</p>
860+
<ol>
861+
<li><p>Navigate through the menus to <strong>Tools &gt; Global Options</strong> then click on &#39;Appearance&#39;</p>
861862

862-
<p>Click on Appearance</p>
863+
<ul>
864+
<li><p>Experiment with the different themes</p></li>
865+
<li><p>Pick one you like (and click &#39;OK&#39;)</p></li>
866+
</ul></li>
867+
<li><p>Navigate through the menus to <strong>Tools &gt; Project Options</strong> then click on &#39;Appearance&#39;</p>
863868

864-
<p>Experiment with the different themes</p>
869+
<ul>
870+
<li><p>Set <strong>&#39;Restore .RData into workspace&#8230;&#39;</strong> to <strong>&#39;No&#39;</strong></p></li>
871+
<li><p>Set <strong>&#39;Save workspace to .RData&#8230;&#39;</strong> to <strong>&#39;No&#39;</strong></p></li>
872+
</ul></li>
873+
</ol>
865874

866875
</article></slide><slide class=""><hgroup><h2>Useful keyboard shortcuts</h2></hgroup><article id="useful-keyboard-shortcuts">
867876

868-
<p>Move cursor to script: Ctrl + 1<br/>Move cursor to console: Ctrl + 2 Navigate command history: Up/down<br/>Assignment operator: Alt + -</p></article></slide>
877+
<p>Navigate through RStudio&#39;s menus to <strong>Tools &gt; Keyboard Shortcuts Help</strong></p>
878+
879+
<p>Some examples&#8230;</p>
880+
881+
<ul>
882+
<li><p>Move cursor to script: Ctrl + 1</p></li>
883+
<li><p>Move cursor to console: Ctrl + 2</p></li>
884+
<li><p>Navigate command history: Up/down</p></li>
885+
<li><p>Assignment operator: Alt + -</p></li>
886+
</ul></article></slide>
869887

870888

871889
<slide class="backdrop"></slide>

presentations/block-1-introduction-basics.Rmd

+24-11
Original file line numberDiff line numberDiff line change
@@ -870,30 +870,43 @@ The internet is packed full of helpful resources:
870870

871871
## Other sources of help {.build}
872872

873-
- **Each other**
873+
**Each other** -- work in groups
874874

875-
- **The TAs**
876-
877-
- **Me** - email ([email protected]) to arrange a meeting - if none of the above have helped
875+
**The TAs** -- they are really good with R
878876

877+
**Me** - email [Dylan](mailto:[email protected]) if really stuck
879878

880879
Efficiency | Making the most of RStudio
881880
======================================================================================
882881

883882
## Changing the appearance of RStudio
884883

885-
Navigate through RStudio's menus to Tools > Global Options
884+
1. Navigate through the menus to **Tools > Global Options** then click on 'Appearance'
886885

887-
Click on Appearance
886+
- Experiment with the different themes
887+
888+
- Pick one you like (and click 'OK')
889+
890+
2. Navigate through the menus to **Tools > Project Options** then click on 'Appearance'
891+
892+
- Set **'Restore .RData into workspace...'** to **'No'**
893+
894+
- Set **'Save workspace to .RData...'** to **'No'**
888895

889-
Experiment with the different themes
890896

891897
## Useful keyboard shortcuts
892898

893-
Move cursor to script: Ctrl + 1
894-
Move cursor to console: Ctrl + 2
895-
Navigate command history: Up/down
896-
Assignment operator: Alt + -
899+
Navigate through RStudio's menus to **Tools > Keyboard Shortcuts Help**
900+
901+
Some examples...
902+
903+
- Move cursor to script: Ctrl + 1
904+
905+
- Move cursor to console: Ctrl + 2
906+
907+
- Navigate command history: Up/down
908+
909+
- Assignment operator: Alt + -
897910

898911

899912

presentations/block-1-introduction-basics.html

+27-9
Original file line numberDiff line numberDiff line change
@@ -970,25 +970,43 @@ <h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
970970

971971
</article></slide><slide class=""><hgroup><h2>Other sources of help</h2></hgroup><article id="other-sources-of-help-1" class="build">
972972

973-
<ul>
974-
<li><p><strong>Each other</strong></p></li>
975-
<li><p><strong>The TAs</strong></p></li>
976-
<li><p><strong>Me</strong> - email (<a href='mailto:[email protected]' title=''>[email protected]</a>) to arrange a meeting - if none of the above have helped</p></li>
977-
</ul>
973+
<p><strong>Each other</strong> &#8211; work in groups</p>
974+
975+
<p><strong>The TAs</strong> &#8211; they are really good with R</p>
976+
977+
<p><strong>Me</strong> - email <a href='mailto:[email protected]' title=''>Dylan</a> if really stuck</p>
978978

979979
</article></slide><slide class="segue dark nobackground level1"><hgroup class = 'auto-fadein'><h2>Efficiency </h2><h3> Making the most of RStudio</h3></hgroup><article id="efficiency-making-the-most-of-rstudio">
980980

981981
</article></slide><slide class=""><hgroup><h2>Changing the appearance of RStudio</h2></hgroup><article id="changing-the-appearance-of-rstudio">
982982

983-
<p>Navigate through RStudio&#39;s menus to Tools &gt; Global Options</p>
983+
<ol>
984+
<li><p>Navigate through the menus to <strong>Tools &gt; Global Options</strong> then click on &#39;Appearance&#39;</p>
984985

985-
<p>Click on Appearance</p>
986+
<ul>
987+
<li><p>Experiment with the different themes</p></li>
988+
<li><p>Pick one you like (and click &#39;OK&#39;)</p></li>
989+
</ul></li>
990+
<li><p>Navigate through the menus to <strong>Tools &gt; Project Options</strong> then click on &#39;Appearance&#39;</p>
986991

987-
<p>Experiment with the different themes</p>
992+
<ul>
993+
<li><p>Set <strong>&#39;Restore .RData into workspace&#8230;&#39;</strong> to <strong>&#39;No&#39;</strong></p></li>
994+
<li><p>Set <strong>&#39;Save workspace to .RData&#8230;&#39;</strong> to <strong>&#39;No&#39;</strong></p></li>
995+
</ul></li>
996+
</ol>
988997

989998
</article></slide><slide class=""><hgroup><h2>Useful keyboard shortcuts</h2></hgroup><article id="useful-keyboard-shortcuts">
990999

991-
<p>Move cursor to script: Ctrl + 1<br/>Move cursor to console: Ctrl + 2 Navigate command history: Up/down<br/>Assignment operator: Alt + -</p></article></slide>
1000+
<p>Navigate through RStudio&#39;s menus to <strong>Tools &gt; Keyboard Shortcuts Help</strong></p>
1001+
1002+
<p>Some examples&#8230;</p>
1003+
1004+
<ul>
1005+
<li><p>Move cursor to script: Ctrl + 1</p></li>
1006+
<li><p>Move cursor to console: Ctrl + 2</p></li>
1007+
<li><p>Navigate command history: Up/down</p></li>
1008+
<li><p>Assignment operator: Alt + -</p></li>
1009+
</ul></article></slide>
9921010

9931011

9941012
<slide class="backdrop"></slide>

0 commit comments

Comments
 (0)