Skip to content

Commit

Permalink
differences for PR #157
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 5, 2024
1 parent b9e6e3e commit 2683068
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion 01-rstudio-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE,
}
else all.names
}
<bytecode: 0x55ffdd8bb868>
<bytecode: 0x55d3d2dca878>
<environment: namespace:base>
```

Expand Down
2 changes: 1 addition & 1 deletion 02-project-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ls -lh data/gapminder-FiveYearData.csv
```

```{.output}
-rw-r--r-- 1 runner docker 80K Feb 27 00:28 data/gapminder-FiveYearData.csv
-rw-r--r-- 1 runner docker 80K Mar 5 00:26 data/gapminder-FiveYearData.csv
```

El tamaño del archivo es 80K.
Expand Down
4 changes: 2 additions & 2 deletions 03-seeking-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.3.2 tools_4.3.2 yaml_2.3.8 knitr_1.45 xfun_0.41
[6] renv_1.0.4 evaluate_0.23
[1] compiler_4.3.2 tools_4.3.2 yaml_2.3.8 knitr_1.45 xfun_0.42
[6] renv_1.0.5 evaluate_0.23
```

Imprimirá tu versión actual de R, así como cualquier paquete que hayas
Expand Down
12 changes: 6 additions & 6 deletions 05-data-structures-part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,12 +657,12 @@ gapminder[sample(nrow(gapminder), 5), ]
```

```{.output}
country year pop continent lifeExp gdpPercap
1436 Sri Lanka 1987 16495304 Asia 69.011 1876.7668
234 Cameroon 1977 7959865 Africa 49.355 1783.4329
613 Guinea 1952 2664249 Africa 33.609 510.1965
123 Benin 1962 2151895 Africa 42.618 949.4991
434 Dominican Republic 1957 2923186 Americas 49.828 1544.4030
country year pop continent lifeExp gdpPercap
1429 Sri Lanka 1952 7982342 Asia 57.593 1083.532
973 Mauritius 1952 516556 Africa 50.986 1967.956
54 Argentina 1977 26983828 Americas 68.481 10079.027
1393 Somalia 1952 2526994 Africa 32.978 1135.750
873 Lebanon 1992 3219994 Asia 69.292 6890.807
```

:::::::::::::::::::::::::
Expand Down
4 changes: 3 additions & 1 deletion 08-plot-ggplot2.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,9 @@ ggsave(filename = "results/lifeExp.png", plot = lifeExp_plot, width = 12, height
```

```{.error}
Error in grid.newpage(): could not open file 'results/lifeExp.png'
Error in `ggsave()`:
! Cannot find directory 'results'.
ℹ Please supply an existing directory or use `create.dir = TRUE`.
```

Hay dos cosas agradables acerca de `ggsave`. Primero, usa la última gráfica por default, así que si omites el argumento `plot`,
Expand Down
96 changes: 0 additions & 96 deletions config.yaml

This file was deleted.

Empty file modified fig/06-rmd-generate-figures.sh
100755 → 100644
Empty file.
Binary file modified fig/08-plot-ggplot2-rendered-ch2-sol-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-ch3-sol-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-ch4b-sol-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-ch5-sol-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-facet-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-lifeExp-layer-example-1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-lifeExp-line-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-lifeExp-line-point-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-lifeExp-vs-gdpPercap-scatter3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/08-plot-ggplot2-rendered-theme-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fig/12-plyr-generate-figures.sh
100755 → 100644
Empty file.
54 changes: 27 additions & 27 deletions md5sum.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
"file" "checksum" "built" "date"
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-02-27"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-02-27"
"NEWS.md" "5f095ea326686e040515b3a4083dac0c" "site/built/NEWS.md" "2024-02-27"
"config.yaml" "6937e343b4e3568a3bba5f2625125296" "site/built/config.yaml" "2024-02-27"
"index.md" "ebed87c856179ccf6edc852ade633afe" "site/built/index.md" "2024-02-27"
"episodes/01-rstudio-intro.Rmd" "df5a9cad0039f566bfc718b5f7c4a380" "site/built/01-rstudio-intro.md" "2024-02-27"
"episodes/02-project-intro.Rmd" "60939608000d5f306bc0e6fe0942a41f" "site/built/02-project-intro.md" "2024-02-27"
"episodes/03-seeking-help.Rmd" "f4deeccd811d73e36fea077fbb9c4032" "site/built/03-seeking-help.md" "2024-02-27"
"episodes/04-data-structures-part1.Rmd" "b6d6bc3443c6cdf89979a7365204574b" "site/built/04-data-structures-part1.md" "2024-02-27"
"episodes/05-data-structures-part2.Rmd" "da58cc64c0e5abcd959e9f0658f085e1" "site/built/05-data-structures-part2.md" "2024-02-27"
"episodes/06-data-subsetting.Rmd" "c67848164213c376b967f16a8a05f7d5" "site/built/06-data-subsetting.md" "2024-02-27"
"episodes/07-control-flow.Rmd" "c61eb1b5dce6e7ac620653e1b0b66ee9" "site/built/07-control-flow.md" "2024-02-27"
"episodes/08-plot-ggplot2.Rmd" "c404c7c88a8ff8f42987ca72f4a2a586" "site/built/08-plot-ggplot2.md" "2024-02-27"
"episodes/09-vectorization.Rmd" "9e8cc20afc79d243189bd9a19a54e174" "site/built/09-vectorization.md" "2024-02-27"
"episodes/10-functions.Rmd" "3c24c68a1c2a6f92b6c118c77b4bb23e" "site/built/10-functions.md" "2024-02-27"
"episodes/11-writing-data.Rmd" "f42fe99984f6768838eeb49d1bd518d9" "site/built/11-writing-data.md" "2024-02-27"
"episodes/12-plyr.Rmd" "a2aa9bef9e4e16f3ba3f277565aaf76a" "site/built/12-plyr.md" "2024-02-27"
"episodes/13-dplyr.Rmd" "fca99660f5859ef49493177aa0bc69de" "site/built/13-dplyr.md" "2024-02-27"
"episodes/14-tidyr.Rmd" "8861bff8f34f2054b75a1daef3cdcc39" "site/built/14-tidyr.md" "2024-02-27"
"episodes/15-knitr-markdown.Rmd" "e19009b2aedaaee3a6000f1ae81e6ecc" "site/built/15-knitr-markdown.md" "2024-02-27"
"episodes/16-wrap-up.Rmd" "f6f1d90a11b7c4b7a61813a1d678ba14" "site/built/16-wrap-up.md" "2024-02-27"
"instructors/instructor-notes.md" "3d04325668f1c897df5a0b46d5ac5a53" "site/built/instructor-notes.md" "2024-02-27"
"learners/discuss.md" "42ad66ab1907e030914dbb2a94376a47" "site/built/discuss.md" "2024-02-27"
"learners/reference.md" "c91dec1b149883b985376c211c6eba3e" "site/built/reference.md" "2024-02-27"
"learners/setup.md" "617894179d03d28c84916feeb439d542" "site/built/setup.md" "2024-02-27"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-02-27"
"renv/profiles/lesson-requirements/renv.lock" "fcd5628139970f2a1f3646e3c13263ab" "site/built/renv.lock" "2024-02-27"
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-03-05"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-03-05"
"NEWS.md" "5f095ea326686e040515b3a4083dac0c" "site/built/NEWS.md" "2024-03-05"
"config.yaml" "6937e343b4e3568a3bba5f2625125296" "site/built/config.yaml" "2024-03-05"
"index.md" "ebed87c856179ccf6edc852ade633afe" "site/built/index.md" "2024-03-05"
"episodes/01-rstudio-intro.Rmd" "df5a9cad0039f566bfc718b5f7c4a380" "site/built/01-rstudio-intro.md" "2024-03-05"
"episodes/02-project-intro.Rmd" "60939608000d5f306bc0e6fe0942a41f" "site/built/02-project-intro.md" "2024-03-05"
"episodes/03-seeking-help.Rmd" "f4deeccd811d73e36fea077fbb9c4032" "site/built/03-seeking-help.md" "2024-03-05"
"episodes/04-data-structures-part1.Rmd" "b6d6bc3443c6cdf89979a7365204574b" "site/built/04-data-structures-part1.md" "2024-03-05"
"episodes/05-data-structures-part2.Rmd" "da58cc64c0e5abcd959e9f0658f085e1" "site/built/05-data-structures-part2.md" "2024-03-05"
"episodes/06-data-subsetting.Rmd" "c67848164213c376b967f16a8a05f7d5" "site/built/06-data-subsetting.md" "2024-03-05"
"episodes/07-control-flow.Rmd" "c61eb1b5dce6e7ac620653e1b0b66ee9" "site/built/07-control-flow.md" "2024-03-05"
"episodes/08-plot-ggplot2.Rmd" "c404c7c88a8ff8f42987ca72f4a2a586" "site/built/08-plot-ggplot2.md" "2024-03-05"
"episodes/09-vectorization.Rmd" "9e8cc20afc79d243189bd9a19a54e174" "site/built/09-vectorization.md" "2024-03-05"
"episodes/10-functions.Rmd" "3c24c68a1c2a6f92b6c118c77b4bb23e" "site/built/10-functions.md" "2024-03-05"
"episodes/11-writing-data.Rmd" "f42fe99984f6768838eeb49d1bd518d9" "site/built/11-writing-data.md" "2024-03-05"
"episodes/12-plyr.Rmd" "a2aa9bef9e4e16f3ba3f277565aaf76a" "site/built/12-plyr.md" "2024-03-05"
"episodes/13-dplyr.Rmd" "fca99660f5859ef49493177aa0bc69de" "site/built/13-dplyr.md" "2024-03-05"
"episodes/14-tidyr.Rmd" "8861bff8f34f2054b75a1daef3cdcc39" "site/built/14-tidyr.md" "2024-03-05"
"episodes/15-knitr-markdown.Rmd" "e19009b2aedaaee3a6000f1ae81e6ecc" "site/built/15-knitr-markdown.md" "2024-03-05"
"episodes/16-wrap-up.Rmd" "f6f1d90a11b7c4b7a61813a1d678ba14" "site/built/16-wrap-up.md" "2024-03-05"
"instructors/instructor-notes.md" "3d04325668f1c897df5a0b46d5ac5a53" "site/built/instructor-notes.md" "2024-03-05"
"learners/discuss.md" "42ad66ab1907e030914dbb2a94376a47" "site/built/discuss.md" "2024-03-05"
"learners/reference.md" "c91dec1b149883b985376c211c6eba3e" "site/built/reference.md" "2024-03-05"
"learners/setup.md" "617894179d03d28c84916feeb439d542" "site/built/setup.md" "2024-03-05"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-03-05"
"renv/profiles/lesson-requirements/renv.lock" "3bfa4298df679a82fced3782bb902414" "site/built/renv.lock" "2024-03-05"
Loading

0 comments on commit 2683068

Please sign in to comment.