Skip to content

Commit d9dffeb

Browse files
committed
differences for PR #172
1 parent 8f13296 commit d9dffeb

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

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: 0x55e6929d3fb0>
578+
<bytecode: 0x5617e2830f20>
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 May 6 00:44 data/gapminder-FiveYearData.csv
213+
-rw-r--r-- 1 runner docker 80K May 6 00:49 data/gapminder-FiveYearData.csv
214214
```
215215

216216
El tamaño del archivo es 80K.

03-seeking-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5.0 tools_4.5.0 yaml_2.3.10 knitr_1.49 xfun_0.49
155-
[6] renv_1.1.4 evaluate_1.0.1
154+
[1] compiler_4.5.0 tools_4.5.0 yaml_2.3.10 knitr_1.50 xfun_0.52
155+
[6] renv_1.1.4 evaluate_1.0.3
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-
1210 Peru 1997 24748122 Americas 68.386 5838.348
662-
401 Czech Republic 1972 9862158 Europe 70.290 13108.454
663-
277 Chile 1952 6377619 Americas 54.745 3939.979
664-
755 Ireland 2002 3879155 Europe 77.783 34077.049
665-
342 Congo Rep. 1977 1536769 Africa 55.625 3259.179
660+
country year pop continent lifeExp gdpPercap
661+
1657 West Bank and Gaza 1952 1030585 Asia 43.160 1515.5923
662+
69 Australia 1992 17481977 Oceania 77.560 23424.7668
663+
1521 Tanzania 1992 26605473 Africa 50.440 825.6825
664+
1091 Netherlands 2002 16122830 Europe 78.530 33724.7578
665+
1529 Thailand 1972 39276153 Asia 60.405 1524.3589
666666
```
667667

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

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"learners/reference.md" "c91dec1b149883b985376c211c6eba3e" "site/built/reference.md" "2025-05-06"
2626
"learners/setup.md" "617894179d03d28c84916feeb439d542" "site/built/setup.md" "2025-05-06"
2727
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2025-05-06"
28-
"renv/profiles/lesson-requirements/renv.lock" "6fdbc17cf69cecb6d492a90e36986e01" "site/built/renv.lock" "2025-05-06"
28+
"renv/profiles/lesson-requirements/renv.lock" "46c08544177f984a1ac7de311846002c" "site/built/renv.lock" "2025-05-06"

0 commit comments

Comments
 (0)