Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BatoolMM committed Apr 24, 2022
1 parent da2f3f2 commit b52de8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ account: batoolmm
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 6058547
bundleId: 5807534
bundleId: 5831145
url: https://batoolmm.shinyapps.io/tutorials/
when: 1650223842.26803
lastSyncTime: 1650223842.26806
when: 1650788000.81661
lastSyncTime: 1650788000.81667
asMultiple: FALSE
asStatic: FALSE
7 changes: 4 additions & 3 deletions tutorials/tutorials.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Hello everyone! This tutorial was created by [R Girls School Network](https://r-

### How does this tutorial work?

You don't need to install R/RStudio locally to run these lessons. These interactive lessons relies on [learnr package](https://rstudio.github.io/learnr/) to create an interactive code chunks, where we will run, edit, or write our own code. An example is shown below with some pre-populated code.
You don’t need to install R/RStudio locally to run these lessons. These interactive lessons rely on the [learnr package](https://rstudio.github.io/learnr/) to create interactive code chunks, where we will run, edit, or write our own code. An example is shown below with some pre-populated code.

Give it a try and click the 'Run Code' button in the top right to see the outcome of this code to make a ggplot graph!

```{r demo-1, exercise = TRUE}
Expand All @@ -45,7 +46,7 @@ p <- mpg %>%
```

There will be occasions where you will be asked to "fill in the blanks" for practice but there were also a "Hint" and/or "Solution" button - in case get stuck. You can find the hint or solution by clicking on that button. Go a head and try it below, as if you are asked to **update the point color to "orange" and the point size to 4** in this ggplot graph:
There will be occasions where you will be asked to fill in the blanks for practice but there is also a Hint and/or Solution button - in case you get stuck. You can find the hint or solution by clicking on that button. Go ahead and try it below, where you are asked to **update the point color to "orange" and the point size to 4** in this ggplot graph:

```{r demo-2, exercise = TRUE}
ggplot(data = mtcars, aes(x = wt, y = mpg)) +
Expand Down Expand Up @@ -84,7 +85,7 @@ All materials are licensed under a Creative Commons Attribution 4.0 Internationa

### Citation

We genrate a DOI to the lessons through Zenodo archive using [DOI: 10.5281/zenodo.6436861](https://zenodo.org/record/6436861#.YlxG75NBxhE). DOIs allow us to archive this open source project and ensure that the work is tracked through metrics. If you use any of our lessons, please include the following attribution:
We generated a DOI to the lessons through Zenodo archive using [DOI: 10.5281/zenodo.6436861](https://zenodo.org/record/6436861#.YlxG75NBxhE). DOIs allow us to archive this open source project and ensure that the work is tracked through metrics. If you use any of our lessons, please include the following attribution:

> RGirls Community. (2022, April 10). RGirls Lessons. Zenodo. <https://doi.org/10.5281/zenodo.6436861>
Expand Down
7 changes: 4 additions & 3 deletions tutorials/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ <h2>Welcome</h2>
<p><img src="css/we_belive_in_you.jpeg" style="width: 600px; " /></p>
<div id="section-how-does-this-tutorial-work" class="section level3">
<h3>How does this tutorial work?</h3>
<p>You don’t need to install R/RStudio locally to run these lessons. These interactive lessons relies on <a href="https://rstudio.github.io/learnr/">learnr package</a> to create an interactive code chunks, where we will run, edit, or write our own code. An example is shown below with some pre-populated code. Give it a try and click the ‘Run Code’ button in the top right to see the outcome of this code to make a ggplot graph!</p>
<p>You don’t need to install R/RStudio locally to run these lessons. These interactive lessons rely on the <a href="https://rstudio.github.io/learnr/">learnr package</a> to create interactive code chunks, where we will run, edit, or write our own code. An example is shown below with some pre-populated code.</p>
<p>Give it a try and click the ‘Run Code’ button in the top right to see the outcome of this code to make a ggplot graph!</p>
<div class="tutorial-exercise" data-label="demo-1" data-caption="Code" data-completion="1" data-diagnostics="1" data-startover="1" data-lines="0">
<pre class="text"><code>mpg$class = with(mpg, reorder(class, hwy, median))

Expand All @@ -138,7 +139,7 @@ <h3>How does this tutorial work?</h3>
p</code></pre>
<script type="application/json" data-opts-chunk="1">{"fig.width":6.5,"fig.height":4,"fig.retina":2,"fig.align":"default","fig.keep":"high","fig.show":"asis","out.width":624,"warning":true,"error":false,"message":true,"exercise.df_print":"paged","exercise.checker":"NULL"}</script>
</div>
<p>There will be occasions where you will be asked to “fill in the blanks” for practice but there were also a “Hint” and/or “Solution” button - in case get stuck. You can find the hint or solution by clicking on that button. Go a head and try it below, as if you are asked to <strong>update the point color to “orange” and the point size to 4</strong> in this ggplot graph:</p>
<p>There will be occasions where you will be asked to “fill in the blanks” for practice but there is also a “Hint” and/or “Solution” button - in case you get stuck. You can find the hint or solution by clicking on that button. Go ahead and try it below, where you are asked to <strong>update the point color to “orange” and the point size to 4</strong> in this ggplot graph:</p>
<div class="tutorial-exercise" data-label="demo-2" data-caption="Code" data-completion="1" data-diagnostics="1" data-startover="1" data-lines="0">
<pre class="text"><code>ggplot(data = mtcars, aes(x = wt, y = mpg)) +
geom_point()</code></pre>
Expand Down Expand Up @@ -171,7 +172,7 @@ <h3>License</h3>
</div>
<div id="section-citation" class="section level3">
<h3>Citation</h3>
<p>We genrate a DOI to the lessons through Zenodo archive using <a href="https://zenodo.org/record/6436861#.YlxG75NBxhE">DOI: 10.5281/zenodo.6436861</a>. DOIs allow us to archive this open source project and ensure that the work is tracked through metrics. If you use any of our lessons, please include the following attribution:</p>
<p>We generated a DOI to the lessons through Zenodo archive using <a href="https://zenodo.org/record/6436861#.YlxG75NBxhE">DOI: 10.5281/zenodo.6436861</a>. DOIs allow us to archive this open source project and ensure that the work is tracked through metrics. If you use any of our lessons, please include the following attribution:</p>
<blockquote>
<p>RGirls Community. (2022, April 10). RGirls Lessons. Zenodo. <a href="https://doi.org/10.5281/zenodo.6436861" class="uri">https://doi.org/10.5281/zenodo.6436861</a></p>
</blockquote>
Expand Down

0 comments on commit b52de8e

Please sign in to comment.