diff --git a/01-rstudio-intro.html b/01-rstudio-intro.html index ab382336e..3ae5d355e 100644 --- a/01-rstudio-intro.html +++ b/01-rstudio-intro.html @@ -1110,7 +1110,7 @@
What’s going on here?
diff --git a/02-project-intro.html b/02-project-intro.html index c8d8ed702..7ac328463 100644 --- a/02-project-intro.html +++ b/02-project-intro.html @@ -628,7 +628,7 @@By running these commands in the shell:
-rw-r--r-- 1 runner docker 80K Sep 18 00:14 data/gapminder_data.csv
+-rw-r--r-- 1 runner docker 80K Sep 18 00:17 data/gapminder_data.csv
The file size is 80K.
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
-Running under: Ubuntu 22.04.4 LTS
+Running under: Ubuntu 22.04.5 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
@@ -605,7 +605,7 @@ OUTPUT<
loaded via a namespace (and not attached):
[1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48
-[5] xfun_0.47 renv_1.0.7 evaluate_0.24.0
+[5] xfun_0.46 renv_1.0.7 evaluate_0.24.0
Will print out your current version of R, as well as any packages you have loaded. This can be useful for others to help reproduce and debug @@ -637,7 +637,7 @@
The c()
function creates a vector, in which all elements
are of the same type. In the first case, the elements are numeric, in
@@ -667,7 +667,7 @@
To look at the help for the paste()
function, use:
The standard R function for reading tab-delimited files with a period decimal separator is read.delim(). You can also do this with diff --git a/08-plot-ggplot2.html b/08-plot-ggplot2.html index 79d90fcab..a93536bae 100644 --- a/08-plot-ggplot2.html +++ b/08-plot-ggplot2.html @@ -543,7 +543,7 @@
Here is one possible solution:
The solution presented below adds color=continent
to the
call of the aes
function. The general trend seems to
@@ -691,7 +691,7 @@
The lines now get drawn over the points!
Here a possible solution: Notice that the color
argument
is supplied outside of the aes()
function. This means that
@@ -856,7 +856,7 @@
Here is a possible solution: Notice that supplying the
color
argument inside the aes()
functions
@@ -1005,7 +1005,7 @@
Here a possible solution: xlab()
and ylab()
set labels for the x and y axes, respectively The axis title, text and
diff --git a/11-writing-data.html b/11-writing-data.html
index 5d3c60dd5..a441f63b9 100644
--- a/11-writing-data.html
+++ b/11-writing-data.html
@@ -487,7 +487,7 @@
The original gapminder data.frame is in an intermediate format. It is not purely long since it had multiple observation variables @@ -704,7 +704,7 @@
What’s going on here?
@@ -1759,7 +1759,7 @@By running these commands in the shell:
-rw-r--r-- 1 runner docker 80K Sep 18 00:14 data/gapminder_data.csv
+-rw-r--r-- 1 runner docker 80K Sep 18 00:17 data/gapminder_data.csv
The file size is 80K.
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
-Running under: Ubuntu 22.04.4 LTS
+Running under: Ubuntu 22.04.5 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
@@ -2118,7 +2118,7 @@ OUTPUT<
loaded via a namespace (and not attached):
[1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48
-[5] xfun_0.47 renv_1.0.7 evaluate_0.24.0
+[5] xfun_0.46 renv_1.0.7 evaluate_0.24.0
Will print out your current version of R, as well as any packages you have loaded. This can be useful for others to help reproduce and debug @@ -2150,7 +2150,7 @@
The c()
function creates a vector, in which all elements
are of the same type. In the first case, the elements are numeric, in
@@ -2180,7 +2180,7 @@
To look at the help for the paste()
function, use:
The standard R function for reading tab-delimited files with a period decimal separator is read.delim(). You can also do this with @@ -7573,7 +7573,7 @@
Here is one possible solution:
The solution presented below adds color=continent
to the
call of the aes
function. The general trend seems to
@@ -7725,7 +7725,7 @@
The lines now get drawn over the points!
Here a possible solution: Notice that the color
argument
is supplied outside of the aes()
function. This means that
@@ -7894,7 +7894,7 @@
Here is a possible solution: Notice that supplying the
color
argument inside the aes()
functions
@@ -8052,7 +8052,7 @@
Here a possible solution: xlab()
and ylab()
set labels for the x and y axes, respectively The axis title, text and
@@ -9542,7 +9542,7 @@
The original gapminder data.frame is in an intermediate format. It is not purely long since it had multiple observation variables @@ -10814,7 +10814,7 @@
What’s going on here?
diff --git a/instructor/02-project-intro.html b/instructor/02-project-intro.html index 54c435dd8..a044c53fa 100644 --- a/instructor/02-project-intro.html +++ b/instructor/02-project-intro.html @@ -630,7 +630,7 @@By running these commands in the shell:
-rw-r--r-- 1 runner docker 80K Sep 18 00:14 data/gapminder_data.csv
+-rw-r--r-- 1 runner docker 80K Sep 18 00:17 data/gapminder_data.csv
The file size is 80K.
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
-Running under: Ubuntu 22.04.4 LTS
+Running under: Ubuntu 22.04.5 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
@@ -607,7 +607,7 @@ OUTPUT<
loaded via a namespace (and not attached):
[1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48
-[5] xfun_0.47 renv_1.0.7 evaluate_0.24.0
+[5] xfun_0.46 renv_1.0.7 evaluate_0.24.0
Will print out your current version of R, as well as any packages you have loaded. This can be useful for others to help reproduce and debug @@ -639,7 +639,7 @@
The c()
function creates a vector, in which all elements
are of the same type. In the first case, the elements are numeric, in
@@ -669,7 +669,7 @@
To look at the help for the paste()
function, use:
The standard R function for reading tab-delimited files with a period decimal separator is read.delim(). You can also do this with diff --git a/instructor/08-plot-ggplot2.html b/instructor/08-plot-ggplot2.html index 37c2a37aa..b7e8fb00c 100644 --- a/instructor/08-plot-ggplot2.html +++ b/instructor/08-plot-ggplot2.html @@ -545,7 +545,7 @@
Here is one possible solution:
The solution presented below adds color=continent
to the
call of the aes
function. The general trend seems to
@@ -693,7 +693,7 @@
The lines now get drawn over the points!
Here a possible solution: Notice that the color
argument
is supplied outside of the aes()
function. This means that
@@ -858,7 +858,7 @@
Here is a possible solution: Notice that supplying the
color
argument inside the aes()
functions
@@ -1007,7 +1007,7 @@
Here a possible solution: xlab()
and ylab()
set labels for the x and y axes, respectively The axis title, text and
diff --git a/instructor/11-writing-data.html b/instructor/11-writing-data.html
index 62a23ec86..a6d0868ba 100644
--- a/instructor/11-writing-data.html
+++ b/instructor/11-writing-data.html
@@ -489,7 +489,7 @@
The original gapminder data.frame is in an intermediate format. It is not purely long since it had multiple observation variables @@ -706,7 +706,7 @@
What’s going on here?
@@ -1784,7 +1784,7 @@By running these commands in the shell:
-rw-r--r-- 1 runner docker 80K Sep 18 00:14 data/gapminder_data.csv
+-rw-r--r-- 1 runner docker 80K Sep 18 00:17 data/gapminder_data.csv
The file size is 80K.
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
-Running under: Ubuntu 22.04.4 LTS
+Running under: Ubuntu 22.04.5 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
@@ -2144,7 +2144,7 @@ OUTPUT<
loaded via a namespace (and not attached):
[1] compiler_4.4.1 tools_4.4.1 yaml_2.3.10 knitr_1.48
-[5] xfun_0.47 renv_1.0.7 evaluate_0.24.0
+[5] xfun_0.46 renv_1.0.7 evaluate_0.24.0
Will print out your current version of R, as well as any packages you have loaded. This can be useful for others to help reproduce and debug @@ -2176,7 +2176,7 @@
The c()
function creates a vector, in which all elements
are of the same type. In the first case, the elements are numeric, in
@@ -2206,7 +2206,7 @@
To look at the help for the paste()
function, use:
The standard R function for reading tab-delimited files with a period decimal separator is read.delim(). You can also do this with @@ -7604,7 +7604,7 @@
Here is one possible solution:
The solution presented below adds color=continent
to the
call of the aes
function. The general trend seems to
@@ -7756,7 +7756,7 @@
The lines now get drawn over the points!
Here a possible solution: Notice that the color
argument
is supplied outside of the aes()
function. This means that
@@ -7925,7 +7925,7 @@
Here is a possible solution: Notice that supplying the
color
argument inside the aes()
functions
@@ -8083,7 +8083,7 @@
Here a possible solution: xlab()
and ylab()
set labels for the x and y axes, respectively The axis title, text and
@@ -9576,7 +9576,7 @@