Skip to content

Commit 34996d2

Browse files
committed
differences for PR #41
1 parent 39108d5 commit 34996d2

13 files changed

+27
-5057
lines changed

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.1 tools_4.5.1 yaml_2.3.10 knitr_1.50 xfun_0.52
87-
[6] renv_1.1.5 evaluate_1.0.4
86+
[1] compiler_4.5.1 tools_4.5.1 yaml_2.3.10 knitr_1.50 xfun_0.53
87+
[6] renv_1.1.5 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ library(tidyverse)
634634
``` output
635635
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
636636
✔ dplyr 1.1.4 ✔ readr 2.1.5
637-
✔ forcats 1.0.0 ✔ stringr 1.5.1
638-
✔ ggplot2 3.5.2 ✔ tibble 3.3.0
637+
✔ forcats 1.0.1 ✔ stringr 1.5.2
638+
✔ ggplot2 4.0.0 ✔ tibble 3.3.0
639639
✔ lubridate 1.9.4 ✔ tidyr 1.3.1
640640
✔ purrr 1.1.0
641641
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──

Visualizacion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ library(tidyverse)
165165
``` output
166166
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
167167
✔ dplyr 1.1.4 ✔ readr 2.1.5
168-
✔ forcats 1.0.0 ✔ stringr 1.5.1
168+
✔ forcats 1.0.1 ✔ stringr 1.5.2
169169
✔ lubridate 1.9.4 ✔ tibble 3.3.0
170170
✔ purrr 1.1.0 ✔ tidyr 1.3.1
171171
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──

config.yaml

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

estadistica.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ ggplot(muestra_covid, aes(x = edad)) +
182182
```
183183

184184
``` output
185-
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
185+
`stat_bin()` using `bins = 30`. Pick better value `binwidth`.
186186
```
187187

188188
<img src="fig/estadistica-rendered-unnamed-chunk-3-1.png" style="display: block; margin: auto;" />
@@ -200,7 +200,7 @@ ggplot(muestra_covid, aes(x = edad)) +
200200
```
201201

202202
``` output
203-
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
203+
`stat_bin()` using `bins = 30`. Pick better value `binwidth`.
204204
```
205205

206206
<img src="fig/estadistica-rendered-unnamed-chunk-4-1.png" style="display: block; margin: auto;" />
@@ -858,7 +858,7 @@ stats::runif(n, a, b)
858858
```
859859

860860
``` output
861-
[1] 4.521297 2.809187 4.471783 2.553661 2.271238
861+
[1] 2.230997 3.760562 2.165796 3.795064 3.350601
862862
```
863863
:::
864864

17 Bytes
Loading
38 Bytes
Loading
49 Bytes
Loading
185 Bytes
Loading
409 Bytes
Loading

0 commit comments

Comments
 (0)