Skip to content

Commit b3800d0

Browse files
committed
differences for PR #45
1 parent d5cb014 commit b3800d0

8 files changed

Lines changed: 43 additions & 4965 deletions

File tree

Banco_errores.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ attached base packages:
8383
[1] stats graphics grDevices utils datasets methods base
8484
8585
loaded via a namespace (and not attached):
86-
[1] compiler_4.5.3 cli_3.6.5 tools_4.5.3 yaml_2.3.12 knitr_1.51
87-
[6] xfun_0.56 rlang_1.1.7 renv_1.2.2 evaluate_1.0.5
86+
[1] compiler_4.5.3 cli_3.6.6 tools_4.5.3 yaml_2.3.12 knitr_1.51
87+
[6] xfun_0.57 rlang_1.2.0 renv_1.2.2 evaluate_1.0.5
8888
```
8989

9090
**Obtendrá una información similar a esta. En este caso la versión es 4.4.1**

Taller-R-RStudio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,11 @@ library(tidyverse)
633633

634634
``` output
635635
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
636-
✔ dplyr 1.1.4 ✔ readr 2.1.6
636+
✔ dplyr 1.2.1 ✔ readr 2.2.0
637637
✔ forcats 1.0.1 ✔ stringr 1.6.0
638-
✔ ggplot2 4.0.1 ✔ tibble 3.3.1
639-
✔ lubridate 1.9.4 ✔ tidyr 1.3.2
640-
✔ purrr 1.2.1
638+
✔ ggplot2 4.0.3 ✔ tibble 3.3.1
639+
✔ lubridate 1.9.5 ✔ tidyr 1.3.2
640+
✔ purrr 1.2.2
641641
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
642642
✖ dplyr::filter() masks stats::filter()
643643
✖ dplyr::lag() masks stats::lag()

Visualizacion.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ library(tidyverse)
164164

165165
``` output
166166
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
167-
✔ dplyr 1.1.4 ✔ readr 2.1.6
167+
✔ dplyr 1.2.1 ✔ readr 2.2.0
168168
✔ forcats 1.0.1 ✔ stringr 1.6.0
169-
✔ lubridate 1.9.4 ✔ tibble 3.3.1
170-
✔ purrr 1.2.1 ✔ tidyr 1.3.2
169+
✔ lubridate 1.9.5 ✔ tibble 3.3.1
170+
✔ purrr 1.2.2 ✔ tidyr 1.3.2
171171
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
172172
✖ dplyr::filter() masks stats::filter()
173173
✖ dplyr::lag() masks stats::lag()
@@ -270,8 +270,12 @@ covid19_resumen <- covid19 %>%
270270
```
271271

272272
``` output
273-
`summarise()` has grouped output by 'fecha_reporte_web'. You can override using
274-
the `.groups` argument.
273+
`summarise()` has regrouped the output.
274+
ℹ Summaries were computed grouped by fecha_reporte_web and sexo.
275+
ℹ Output is grouped by fecha_reporte_web.
276+
ℹ Use `summarise(.groups = "drop_last")` to silence this message.
277+
ℹ Use `summarise(.by = c(fecha_reporte_web, sexo))` for per-operation grouping
278+
(`?dplyr::dplyr_by`) instead.
275279
```
276280

277281
Luego, podemos usar la estética de los gráficos de `ggplot2` indicando
@@ -539,8 +543,12 @@ covid19_sexo <- covid19 %>%
539543
```
540544

541545
``` output
542-
`summarise()` has grouped output by 'edad'. You can override using the
543-
`.groups` argument.
546+
`summarise()` has regrouped the output.
547+
ℹ Summaries were computed grouped by edad and sexo.
548+
ℹ Output is grouped by edad.
549+
ℹ Use `summarise(.groups = "drop_last")` to silence this message.
550+
ℹ Use `summarise(.by = c(edad, sexo))` for per-operation grouping
551+
(`?dplyr::dplyr_by`) instead.
544552
```
545553

546554
Usando los datos de `covid-19`, vamos a representar la variable `casos`

config.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

estadistica.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ stats::runif(n, a, b)
858858
```
859859

860860
``` output
861-
[1] 4.255358 3.481335 4.382420 4.859943 3.996999
861+
[1] 4.432217 4.809578 2.858290 3.797574 3.737974
862862
```
863863
:::
864864

limpieza.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ se obtiene el siguiente resultado:
142142

143143
``` output
144144
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
145-
✔ dplyr 1.1.4 ✔ readr 2.1.6
145+
✔ dplyr 1.2.1 ✔ readr 2.2.0
146146
✔ forcats 1.0.1 ✔ stringr 1.6.0
147-
✔ ggplot2 4.0.1 ✔ tibble 3.3.1
148-
✔ lubridate 1.9.4 ✔ tidyr 1.3.2
149-
✔ purrr 1.2.1
147+
✔ ggplot2 4.0.3 ✔ tibble 3.3.1
148+
✔ lubridate 1.9.5 ✔ tidyr 1.3.2
149+
✔ purrr 1.2.2
150150
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
151151
✖ dplyr::filter() masks stats::filter()
152152
✖ dplyr::lag() masks stats::lag()

md5sum.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
"file" "checksum" "built" "date"
2-
"CODE_OF_CONDUCT.md" "549f00b0992a7743c2bc16ea6ce3db57" "site/built/CODE_OF_CONDUCT.md" "2026-04-28"
3-
"LICENSE.md" "14377518ee654005a18cf28549eb30e3" "site/built/LICENSE.md" "2026-04-28"
4-
"config.yaml" "42bf006d2ac4d061693e7eda5b2fc317" "site/built/config.yaml" "2026-04-28"
5-
"index.md" "305218683a6bdabf0a8a7002ed6b1708" "site/built/index.md" "2026-04-28"
6-
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2026-04-28"
7-
"episodes/Taller-R-RStudio.Rmd" "73e861adcd61a94adae2eae6915df1bc" "site/built/Taller-R-RStudio.md" "2026-04-28"
8-
"episodes/Visualizacion.Rmd" "52f56f442f084bf74cafb27861634af3" "site/built/Visualizacion.md" "2026-04-28"
9-
"episodes/Reporte.Rmd" "60e93a7816e8076697510fe00f54dede" "site/built/Reporte.md" "2026-04-28"
10-
"episodes/limpieza.Rmd" "04f3b18f060f3670cb7384e826f69dd0" "site/built/limpieza.md" "2026-04-28"
11-
"episodes/zika.Rmd" "ab2af9e58b09fa042c0d00a93bf5ff4a" "site/built/zika.md" "2026-04-28"
12-
"episodes/estadistica.Rmd" "64a59e197dad54d26123b080866a249c" "site/built/estadistica.md" "2026-04-28"
13-
"episodes/Banco_errores.Rmd" "9e8062de993797cf75808da33b00ee23" "site/built/Banco_errores.md" "2026-04-28"
14-
"instructors/instructor-notes.md" "5cf113fd22defb29d17b64597f3c9bc0" "site/built/instructor-notes.md" "2026-04-28"
15-
"learners/reference.md" "2b545d2e344611c53d89854b3b14b8b5" "site/built/reference.md" "2026-04-28"
16-
"learners/setup.md" "1355233133a1180a92ff618e89bca6b3" "site/built/setup.md" "2026-04-28"
17-
"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2026-04-28"
18-
"renv/profiles/lesson-requirements/renv.lock" "9efac32f2694b38ab5fcda823fcb2538" "site/built/renv.lock" "2026-04-28"
2+
"CODE_OF_CONDUCT.md" "549f00b0992a7743c2bc16ea6ce3db57" "site/built/CODE_OF_CONDUCT.md" "2026-05-05"
3+
"LICENSE.md" "14377518ee654005a18cf28549eb30e3" "site/built/LICENSE.md" "2026-05-05"
4+
"config.yaml" "42bf006d2ac4d061693e7eda5b2fc317" "site/built/config.yaml" "2026-05-05"
5+
"index.md" "305218683a6bdabf0a8a7002ed6b1708" "site/built/index.md" "2026-05-05"
6+
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2026-05-05"
7+
"episodes/Taller-R-RStudio.Rmd" "73e861adcd61a94adae2eae6915df1bc" "site/built/Taller-R-RStudio.md" "2026-05-05"
8+
"episodes/Visualizacion.Rmd" "52f56f442f084bf74cafb27861634af3" "site/built/Visualizacion.md" "2026-05-05"
9+
"episodes/Reporte.Rmd" "60e93a7816e8076697510fe00f54dede" "site/built/Reporte.md" "2026-05-05"
10+
"episodes/limpieza.Rmd" "04f3b18f060f3670cb7384e826f69dd0" "site/built/limpieza.md" "2026-05-05"
11+
"episodes/zika.Rmd" "ab2af9e58b09fa042c0d00a93bf5ff4a" "site/built/zika.md" "2026-05-05"
12+
"episodes/estadistica.Rmd" "64a59e197dad54d26123b080866a249c" "site/built/estadistica.md" "2026-05-05"
13+
"episodes/Banco_errores.Rmd" "9e8062de993797cf75808da33b00ee23" "site/built/Banco_errores.md" "2026-05-05"
14+
"instructors/instructor-notes.md" "5cf113fd22defb29d17b64597f3c9bc0" "site/built/instructor-notes.md" "2026-05-05"
15+
"learners/reference.md" "2b545d2e344611c53d89854b3b14b8b5" "site/built/reference.md" "2026-05-05"
16+
"learners/setup.md" "1355233133a1180a92ff618e89bca6b3" "site/built/setup.md" "2026-05-05"
17+
"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2026-05-05"
18+
"renv/profiles/lesson-requirements/renv.lock" "7378066c551c2f01934a2fb08f8f41d9" "site/built/renv.lock" "2026-05-05"

0 commit comments

Comments
 (0)