From b52de8e751b44a2bcf43c86f82ce5070950bef41 Mon Sep 17 00:00:00 2001 From: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> Date: Sun, 24 Apr 2022 11:15:10 +0300 Subject: [PATCH] correct typo --- .../tutorials.Rmd/shinyapps.io/batoolmm/tutorials.dcf | 6 +++--- tutorials/tutorials.Rmd | 7 ++++--- tutorials/tutorials.html | 7 ++++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/tutorials/rsconnect/documents/tutorials.Rmd/shinyapps.io/batoolmm/tutorials.dcf b/tutorials/rsconnect/documents/tutorials.Rmd/shinyapps.io/batoolmm/tutorials.dcf index 2ef47cc..f035015 100644 --- a/tutorials/rsconnect/documents/tutorials.Rmd/shinyapps.io/batoolmm/tutorials.dcf +++ b/tutorials/rsconnect/documents/tutorials.Rmd/shinyapps.io/batoolmm/tutorials.dcf @@ -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 diff --git a/tutorials/tutorials.Rmd b/tutorials/tutorials.Rmd index da7a0f8..12295c9 100644 --- a/tutorials/tutorials.Rmd +++ b/tutorials/tutorials.Rmd @@ -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} @@ -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)) + @@ -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. diff --git a/tutorials/tutorials.html b/tutorials/tutorials.html index bcd95a4..a3ad759 100644 --- a/tutorials/tutorials.html +++ b/tutorials/tutorials.html @@ -125,7 +125,8 @@

Welcome

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 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!

+

You don’t need to install R/RStudio locally to run these lessons. These interactive lessons rely on the learnr package 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!

mpg$class = with(mpg, reorder(class, hwy, median))
 
@@ -138,7 +139,7 @@ 

How does this tutorial work?

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 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:

ggplot(data = mtcars, aes(x = wt, y = mpg)) +
   geom_point()
@@ -171,7 +172,7 @@

License

Citation

-

We genrate a DOI to the lessons through Zenodo archive using DOI: 10.5281/zenodo.6436861. 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. 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