Skip to content

Commit 70a8721

Browse files
committed
differences for PR #166
1 parent c7f302c commit 70a8721

10 files changed

+40
-1180
lines changed

01-rstudio-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE,
575575
}
576576
else all.names
577577
}
578-
<bytecode: 0x557005704d80>
578+
<bytecode: 0x557f4d15cda0>
579579
<environment: namespace:base>
580580
```
581581

02-project-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ls -lh data/gapminder-FiveYearData.csv
210210
```
211211

212212
``` output
213-
-rw-r--r-- 1 runner docker 80K Sep 5 16:12 data/gapminder-FiveYearData.csv
213+
-rw-r--r-- 1 runner docker 80K Oct 1 00:32 data/gapminder-FiveYearData.csv
214214
```
215215

216216
El tamaño del archivo es 80K.

03-seeking-help.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ sessionInfo()
132132
``` output
133133
R version 4.4.1 (2024-06-14)
134134
Platform: x86_64-pc-linux-gnu
135-
Running under: Ubuntu 22.04.4 LTS
135+
Running under: Ubuntu 22.04.5 LTS
136136
137137
Matrix products: default
138138
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
@@ -151,8 +151,8 @@ attached base packages:
151151
[1] stats graphics grDevices utils datasets methods base
152152
153153
loaded via a namespace (and not attached):
154-
[1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48
155-
[5] xfun_0.47 renv_1.0.7 evaluate_0.24.0
154+
[1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48 xfun_0.47
155+
[6] renv_1.0.9 evaluate_1.0.0
156156
```
157157

158158
Imprimirá tu versión actual de R, así como cualquier paquete que hayas

05-data-structures-part2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -657,12 +657,12 @@ gapminder[sample(nrow(gapminder), 5), ]
657657
```
658658

659659
``` output
660-
country year pop continent lifeExp gdpPercap
661-
1090 Netherlands 1997 15604464 Europe 78.030 30246.131
662-
672 Hong Kong China 2007 6980412 Asia 82.208 39724.979
663-
1392 Slovenia 2007 2009245 Europe 77.926 25768.258
664-
1131 Nigeria 1962 41871351 Africa 39.360 1150.927
665-
1129 Nigeria 1952 33119096 Africa 36.324 1077.282
660+
country year pop continent lifeExp gdpPercap
661+
290 China 1957 637408000 Asia 50.54896 575.9870
662+
13 Albania 1952 1282697 Europe 55.23000 1601.0561
663+
1583 Turkey 2002 67308928 Europe 70.84500 6508.0857
664+
450 Ecuador 1977 7278866 Americas 61.31000 6679.6233
665+
997 Mongolia 1952 800663 Asia 42.24400 786.5669
666666
```
667667

668668
:::::::::::::::::::::::::

07-control-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if(any(gapminder$year == 2002)){
185185

186186

187187
``` error
188-
Error in eval(expr, envir, enclos): object 'gapminder' not found
188+
Error: object 'gapminder' not found
189189
```
190190

191191
Si tu condición se evalúa como un vector con más de un elemento lógico,
@@ -551,7 +551,7 @@ for( iCountry in unique(gapminder$country) ){
551551
```
552552

553553
``` error
554-
Error in eval(expr, envir, enclos): object 'gapminder' not found
554+
Error: object 'gapminder' not found
555555
```
556556

557557
:::::::::::::::::::::::::

config.yaml

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

fig/06-rmd-generate-figures.sh

100755100644
File mode changed.

fig/12-plyr-generate-figures.sh

100755100644
File mode changed.

md5sum.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
"file" "checksum" "built" "date"
2-
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-09-05"
3-
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-09-05"
4-
"NEWS.md" "5f095ea326686e040515b3a4083dac0c" "site/built/NEWS.md" "2024-09-05"
5-
"config.yaml" "6937e343b4e3568a3bba5f2625125296" "site/built/config.yaml" "2024-09-05"
6-
"index.md" "ebed87c856179ccf6edc852ade633afe" "site/built/index.md" "2024-09-05"
7-
"episodes/01-rstudio-intro.Rmd" "df5a9cad0039f566bfc718b5f7c4a380" "site/built/01-rstudio-intro.md" "2024-09-05"
8-
"episodes/02-project-intro.Rmd" "b2f3b759b833eb8627ef4119c8051967" "site/built/02-project-intro.md" "2024-09-05"
9-
"episodes/03-seeking-help.Rmd" "f4deeccd811d73e36fea077fbb9c4032" "site/built/03-seeking-help.md" "2024-09-05"
10-
"episodes/04-data-structures-part1.Rmd" "b6d6bc3443c6cdf89979a7365204574b" "site/built/04-data-structures-part1.md" "2024-09-05"
11-
"episodes/05-data-structures-part2.Rmd" "da58cc64c0e5abcd959e9f0658f085e1" "site/built/05-data-structures-part2.md" "2024-09-05"
12-
"episodes/06-data-subsetting.Rmd" "c67848164213c376b967f16a8a05f7d5" "site/built/06-data-subsetting.md" "2024-09-05"
13-
"episodes/07-control-flow.Rmd" "c61eb1b5dce6e7ac620653e1b0b66ee9" "site/built/07-control-flow.md" "2024-09-05"
14-
"episodes/08-plot-ggplot2.Rmd" "c404c7c88a8ff8f42987ca72f4a2a586" "site/built/08-plot-ggplot2.md" "2024-09-05"
15-
"episodes/09-vectorization.Rmd" "9e8cc20afc79d243189bd9a19a54e174" "site/built/09-vectorization.md" "2024-09-05"
16-
"episodes/10-functions.Rmd" "3c24c68a1c2a6f92b6c118c77b4bb23e" "site/built/10-functions.md" "2024-09-05"
17-
"episodes/11-writing-data.Rmd" "f42fe99984f6768838eeb49d1bd518d9" "site/built/11-writing-data.md" "2024-09-05"
18-
"episodes/12-plyr.Rmd" "a2aa9bef9e4e16f3ba3f277565aaf76a" "site/built/12-plyr.md" "2024-09-05"
19-
"episodes/13-dplyr.Rmd" "fca99660f5859ef49493177aa0bc69de" "site/built/13-dplyr.md" "2024-09-05"
20-
"episodes/14-tidyr.Rmd" "8861bff8f34f2054b75a1daef3cdcc39" "site/built/14-tidyr.md" "2024-09-05"
21-
"episodes/15-knitr-markdown.Rmd" "e19009b2aedaaee3a6000f1ae81e6ecc" "site/built/15-knitr-markdown.md" "2024-09-05"
22-
"episodes/16-wrap-up.Rmd" "f6f1d90a11b7c4b7a61813a1d678ba14" "site/built/16-wrap-up.md" "2024-09-05"
23-
"instructors/instructor-notes.md" "3d04325668f1c897df5a0b46d5ac5a53" "site/built/instructor-notes.md" "2024-09-05"
24-
"learners/discuss.md" "42ad66ab1907e030914dbb2a94376a47" "site/built/discuss.md" "2024-09-05"
25-
"learners/reference.md" "c91dec1b149883b985376c211c6eba3e" "site/built/reference.md" "2024-09-05"
26-
"learners/setup.md" "617894179d03d28c84916feeb439d542" "site/built/setup.md" "2024-09-05"
27-
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-09-05"
28-
"renv/profiles/lesson-requirements/renv.lock" "5bf473d03565d5753cb65bd2c35bcd52" "site/built/renv.lock" "2024-09-05"
2+
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-10-01"
3+
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-10-01"
4+
"NEWS.md" "5f095ea326686e040515b3a4083dac0c" "site/built/NEWS.md" "2024-10-01"
5+
"config.yaml" "6937e343b4e3568a3bba5f2625125296" "site/built/config.yaml" "2024-10-01"
6+
"index.md" "ebed87c856179ccf6edc852ade633afe" "site/built/index.md" "2024-10-01"
7+
"episodes/01-rstudio-intro.Rmd" "df5a9cad0039f566bfc718b5f7c4a380" "site/built/01-rstudio-intro.md" "2024-10-01"
8+
"episodes/02-project-intro.Rmd" "b2f3b759b833eb8627ef4119c8051967" "site/built/02-project-intro.md" "2024-10-01"
9+
"episodes/03-seeking-help.Rmd" "f4deeccd811d73e36fea077fbb9c4032" "site/built/03-seeking-help.md" "2024-10-01"
10+
"episodes/04-data-structures-part1.Rmd" "b6d6bc3443c6cdf89979a7365204574b" "site/built/04-data-structures-part1.md" "2024-10-01"
11+
"episodes/05-data-structures-part2.Rmd" "da58cc64c0e5abcd959e9f0658f085e1" "site/built/05-data-structures-part2.md" "2024-10-01"
12+
"episodes/06-data-subsetting.Rmd" "c67848164213c376b967f16a8a05f7d5" "site/built/06-data-subsetting.md" "2024-10-01"
13+
"episodes/07-control-flow.Rmd" "c61eb1b5dce6e7ac620653e1b0b66ee9" "site/built/07-control-flow.md" "2024-10-01"
14+
"episodes/08-plot-ggplot2.Rmd" "c404c7c88a8ff8f42987ca72f4a2a586" "site/built/08-plot-ggplot2.md" "2024-10-01"
15+
"episodes/09-vectorization.Rmd" "9e8cc20afc79d243189bd9a19a54e174" "site/built/09-vectorization.md" "2024-10-01"
16+
"episodes/10-functions.Rmd" "3c24c68a1c2a6f92b6c118c77b4bb23e" "site/built/10-functions.md" "2024-10-01"
17+
"episodes/11-writing-data.Rmd" "f42fe99984f6768838eeb49d1bd518d9" "site/built/11-writing-data.md" "2024-10-01"
18+
"episodes/12-plyr.Rmd" "a2aa9bef9e4e16f3ba3f277565aaf76a" "site/built/12-plyr.md" "2024-10-01"
19+
"episodes/13-dplyr.Rmd" "fca99660f5859ef49493177aa0bc69de" "site/built/13-dplyr.md" "2024-10-01"
20+
"episodes/14-tidyr.Rmd" "8861bff8f34f2054b75a1daef3cdcc39" "site/built/14-tidyr.md" "2024-10-01"
21+
"episodes/15-knitr-markdown.Rmd" "e19009b2aedaaee3a6000f1ae81e6ecc" "site/built/15-knitr-markdown.md" "2024-10-01"
22+
"episodes/16-wrap-up.Rmd" "f6f1d90a11b7c4b7a61813a1d678ba14" "site/built/16-wrap-up.md" "2024-10-01"
23+
"instructors/instructor-notes.md" "3d04325668f1c897df5a0b46d5ac5a53" "site/built/instructor-notes.md" "2024-10-01"
24+
"learners/discuss.md" "42ad66ab1907e030914dbb2a94376a47" "site/built/discuss.md" "2024-10-01"
25+
"learners/reference.md" "c91dec1b149883b985376c211c6eba3e" "site/built/reference.md" "2024-10-01"
26+
"learners/setup.md" "617894179d03d28c84916feeb439d542" "site/built/setup.md" "2024-10-01"
27+
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-10-01"
28+
"renv/profiles/lesson-requirements/renv.lock" "ba19034e3aac542487a0c6c5ff5b45ad" "site/built/renv.lock" "2024-10-01"

0 commit comments

Comments
 (0)