Skip to content

Commit 532d4de

Browse files
pre-commit-ci[bot]lwjohnst86
authored andcommitted
chore(pre-commit): ✏️ automatic fixes
1 parent f0472d8 commit 532d4de

File tree

9 files changed

+20
-22
lines changed

9 files changed

+20
-22
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Making videos (on Linux) is done using
7878
1280x720), [OpenShot](https://www.openshot.org/) (to edit the video if
7979
necessary), and the below command to reduce the video file size:
8080

81-
```
81+
```
8282
ffmpeg -i input.mp4 -crf 28 output.mp4
8383
```
8484

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: 1.0
33
Package: guides
44
URL: https://github.com/rostools/guides/, https://guides.rostools.org
55
Encoding: UTF-8
6-
Imports:
6+
Imports:
77
downlit,
88
dplyr,
99
ggplot2,
@@ -15,5 +15,5 @@ Imports:
1515
tidyr,
1616
usethis,
1717
xml2
18-
Remotes:
18+
Remotes:
1919
rostools/r3admin

_extensions/rostools/r3-theme/_extensions/quarto-ext/fontawesome/assets/css/all.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6700,7 +6700,7 @@ readers do not read off random characters that represent icons */
67006700
.fa-centos:before {
67016701
content: "\f789"; }
67026702

6703-
.fa-adn:before {
6703+
.fa-and:before {
67046704
content: "\f170"; }
67056705

67066706
.fa-cloudsmith:before {
@@ -7291,7 +7291,7 @@ readers do not read off random characters that represent icons */
72917291
.fa-spotify:before {
72927292
content: "\f1bc"; }
72937293

7294-
.fa-optin-monster:before {
7294+
.fa-option-monster:before {
72957295
content: "\f23c"; }
72967296

72977297
.fa-fly:before {

_extensions/rostools/r3-theme/_extensions/quarto-ext/fontawesome/assets/css/all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_quarto.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ editor:
3737
markdown:
3838
wrap: 72
3939
canonical: true
40-

connect-github.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ always check with:
6363
usethis::gh_token_help()
6464
```
6565

66-
```
66+
```
6767
• GitHub host: 'https://github.com'
6868
• Personal access token for 'https://github.com': <unset>
6969
• To create a personal access token, call `create_github_token()`
7070
• To store a token for current and future use, call `gitcreds::gitcreds_set()`
7171
ℹ Read more in the 'Managing Git(Hub) Credentials' article:
7272
https://usethis.r-lib.org/articles/articles/git-credentials.html
73-
73+
7474
```
7575

7676
The output is saying the token is `<unset>`, which means we need to make

instructors.qmd

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ has lots of great resources explaining the why and how of live-coding:
153153
You could add new lines like:
154154

155155
``` r
156-
ggplot(NHANES,
157-
aes(x = BMI,
158-
y = Age,
156+
ggplot(NHANES,
157+
aes(x = BMI,
158+
y = Age,
159159
colour = Diabetes)) +
160160
geom_point()
161161
```
@@ -237,15 +237,15 @@ has lots of great resources explaining the why and how of live-coding:
237237
## After the workshop
238238
239239
After the workshop we always do a "workshop and instructor debrief". During
240-
this time, we go over what worked and what could be improved on for the
240+
this time, we go over what worked and what could be improved on for the
241241
workshop. It's also a time to give peer feedback. Workshops aren't just a
242242
source of learning for the participants, but also for the instructors!
243-
During the debrief we'll each say one thing each of us should continue
243+
During the debrief we'll each say one thing each of us should continue
244244
doing and two things that they could improve on.
245245
246246
So, while you are teaching or helping out, keep note of any feedback or
247247
comments you could give to improve the other instructors' (and your own)
248-
teaching.
248+
teaching.
249249
250250
## Resources
251251
@@ -254,4 +254,3 @@ teaching.
254254
255255
- [Carpentries: Tips for
256256
instructors](https://docs.carpentries.org/topic_folders/hosts_instructors/instructor_tips.html)
257-

learning.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
Science](https://bookdown.org/rdpeng/rprogdatascience/): Great
5050
overview of using R for Data Science, with more of a focus on the
5151
programming side of things
52-
- [rstats.wtf](https://rstats.wtf/): What They Forgot to Teach You
52+
- [rstats.wtf](https://rstats.wtf/): What They Forgot to Teach You
5353
About R, a book on more advanced topics in R.
5454
- [Data Science](https://datasciencebook.ca/): A book on data science
5555
using R, with a focus on the tidyverse.

workshops.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ there to see how to use that package to streamline admin tasks.
2525

2626
The function `r3admin::admin_create_planning_issue()` in the r3admin
2727
package creates an issue to help manage the workshop that includes
28-
a checklist of things to do. Check the r3admin package for documentation
28+
a checklist of things to do. Check the r3admin package for documentation
2929
on it. A basic checklist to prepare for or have for the workshop is:
3030

3131
- Bring colourful origami hats (for the laptops) or post-it notes
3232
for participants to let us know how they are doing. Either one you
33-
use, find very bright colours for them, like bright blue and bright
33+
use, find very bright colours for them, like bright blue and bright
3434
orange.
3535

3636
- Check that participants completed the pre-workshop tasks
@@ -41,7 +41,7 @@ on it. A basic checklist to prepare for or have for the workshop is:
4141

4242
- If there is group work, keep group size to 2 learners per group. Any
4343
more and they end up starting to split into smaller groups within
44-
the group.
44+
the group.
4545

4646
- If there are groups, randomize it so participants go with random
4747
people. Since workshops are also a chance to network and meet new
@@ -84,7 +84,7 @@ on it. A basic checklist to prepare for or have for the workshop is:
8484
they don't finish).
8585

8686
- Use a timer set to 45-50 minutes throughout the workshop, so that we can
87-
have regular, short 5 minute breaks. Using a timer will force us to
87+
have regular, short 5 minute breaks. Using a timer will force us to
8888
remember this.
8989

9090
## End of the workshop
@@ -95,7 +95,7 @@ on it. A basic checklist to prepare for or have for the workshop is:
9595

9696
- Always do a workshop debrief with all the instructors on what
9797
worked and what could be improved after the workshop finishes. It's
98-
also a time to give peer feedback. See the
98+
also a time to give peer feedback. See the
9999
[instructor](instructors.qmd#after-the-workshop) section for more details.
100100

101101
## General workshop admin

0 commit comments

Comments
 (0)