Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove collapse chunk option from all tutorial episodes #21

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions episodes/Banco_errores.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ exercises: 8

:::

```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(collapse = TRUE)
```


## Banco de preguntas

Expand Down
4 changes: 0 additions & 4 deletions episodes/Reporte.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ Esta unidad tiene como prerequisitos:
- Introducción a R y RStudio
:::

```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(collapse = TRUE)
```

::: checklist
### Tabla de contenido
Expand Down
4 changes: 0 additions & 4 deletions episodes/Taller-R-RStudio.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@

:::

```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(collapse = TRUE)
```

::: checklist

Expand Down Expand Up @@ -103,7 +99,7 @@
(<https://www.r-project.org/>). Recordemos que este es un software de
uso libre, no hay que hacer ningún pago por su descarga o uso.

![](fig/pagina_r.png)

Check warning on line 102 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/pagina_r.png

Busca la opción de descarga "download R" y sigue las instrucciones.

Expand All @@ -113,7 +109,7 @@
otro sistema operativo abajo encontraremos una lista con las diferentes
opciones. Para instalar, sigue las instrucciones.

![](fig/instalar_r.png)

Check warning on line 112 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/instalar_r.png

Recuerda ejecutar el archivo que se descargó siguiendo los pasos. Es
recomendable que en el momento de la instalación elijamos la opción de
Expand All @@ -125,18 +121,18 @@
derecho y abrir. Lo primero que vemos al momento de abrir Rstudio es la
siguiente pantalla:

![](fig/pantalla_r.png)

Check warning on line 124 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/pantalla_r.png

Escribe 2+2 donde aparece el cursor y da enter, si te aparece el
resultado 4 ¡Está todo listo para empezar!

![](fig/2mas2.png)

Check warning on line 129 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/2mas2.png

## Tema 3: Ambiente de RStudio

RStudio está compuesto por 4 secciones principales:

![](fig/partes_pantalla.png)

Check warning on line 135 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/partes_pantalla.png

1. **Editor (sección superior izquierda)**: en esta sección escribimos
y editamos el código a través de la creación de Scripts . Esta
Expand Down Expand Up @@ -178,13 +174,13 @@
1. Abrir RStudio y, en la esquina superior izquierda, seleccionar la
pestaña **File (Archivo)** -\> **New Project... (Proyecto Nuevo)**.

![](fig/file_new_project.png)

Check warning on line 177 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/file_new_project.png

2. Se desplegará una ventana con encabezado **New Project Wizard**:
**Create Project**, ahora se debe seleccionar **New Directory
(Directorio Nuevo)**.

![](fig/proyecto_r.png)

Check warning on line 183 in episodes/Taller-R-RStudio.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: fig/proyecto_r.png

3. En la ventana con encabezado **New Project Wizard**:**Project
Type**, se debe seleccionar **New Project**
Expand Down
4 changes: 0 additions & 4 deletions episodes/Visualizacion.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ Esta unidad tiene como prerequisitos:
- Introducción a R y RStudio
:::

```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(collapse = TRUE)
```

::: checklist
### Tabla de contenido
Expand Down
4 changes: 0 additions & 4 deletions episodes/estadistica.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ Esta unidad es un complemento al ***Curso en ciencia de datos en salud
pública y modelamiento de enfermedades infecciosas***
:::

```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(collapse = TRUE)
```

::: callout

Expand Down
4 changes: 0 additions & 4 deletions episodes/limpieza.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
- Introducción a R y RStudio
:::

```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(collapse = TRUE)
```

::: checklist

Expand Down Expand Up @@ -377,7 +373,7 @@
base::summary()
```

::: discusión

Check warning on line 376 in episodes/limpieza.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] discusi
¿Qué puede observar?
:::

Expand All @@ -403,7 +399,7 @@
base::table()
```

::: discusión

Check warning on line 402 in episodes/limpieza.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] discusi
¿Qué puede observar?
:::

Expand Down Expand Up @@ -641,7 +637,7 @@
base::table(useNA = "always")
```

::: discusión

Check warning on line 640 in episodes/limpieza.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[unknown div] discusi
¿Qué cambios pudo observar?
:::

Expand Down
2 changes: 0 additions & 2 deletions episodes/zika.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ Esta unidad tiene como prerequisitos:

```{r options, include = FALSE, message = FALSE, warning = FALSE, error = FALSE}
#Versión última modificación 21/10/2022
library(knitr)
opts_chunk$set(collapse = TRUE)
full_version <- TRUE
```

Expand Down
Loading