Skip to content

Commit f7a50b4

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 2f4bbe3 Branch : main Author : Nicky Garland <58030201+nickyjgarland@users.noreply.github.com> Time : 2026-04-21 08:08:52 +0000 Message : Merge pull request #145 from LibraryCarpentry/update/workflows Update Workflows to Version 1.0.1
1 parent 9669312 commit f7a50b4

12 files changed

Lines changed: 31 additions & 4076 deletions

01-intro-to-r.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ sessionInfo()
452452
```
453453

454454
``` output
455-
R version 4.5.2 (2025-10-31)
455+
R version 4.5.3 (2026-03-11)
456456
Platform: x86_64-pc-linux-gnu
457-
Running under: Ubuntu 24.04.3 LTS
457+
Running under: Ubuntu 24.04.4 LTS
458458
459459
Matrix products: default
460460
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
@@ -475,10 +475,10 @@ attached base packages:
475475
[1] stats graphics grDevices utils datasets methods base
476476
477477
loaded via a namespace (and not attached):
478-
[1] compiler_4.5.2 cli_3.6.5 tools_4.5.2 pillar_1.11.1
479-
[5] otel_0.2.0 glue_1.8.0 yaml_2.3.12 vctrs_0.7.1
480-
[9] knitr_1.51 xfun_0.56 lifecycle_1.0.5 rlang_1.1.7
481-
[13] renv_1.1.7 evaluate_1.0.5
478+
[1] compiler_4.5.3 cli_3.6.5 tools_4.5.3 pillar_1.11.1
479+
[5] otel_0.2.0 glue_1.8.0 yaml_2.3.12 vctrs_0.7.2
480+
[9] knitr_1.51 xfun_0.57 lifecycle_1.0.5 rlang_1.2.0
481+
[13] renv_1.2.2 evaluate_1.0.5
482482
```
483483

484484
```

02-starting-with-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ library(tidyverse) # loads the core tidyverse, including dplyr, readr, ggplot2,
177177

178178
``` output
179179
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
180-
✔ dplyr 1.1.4 ✔ purrr 1.2.1
180+
✔ dplyr 1.2.1 ✔ purrr 1.2.1
181181
✔ forcats 1.0.1 ✔ stringr 1.6.0
182-
✔ ggplot2 4.0.1 ✔ tibble 3.3.1
183-
✔ lubridate 1.9.4 ✔ tidyr 1.3.2
182+
✔ ggplot2 4.0.2 ✔ tibble 3.3.1
183+
✔ lubridate 1.9.5 ✔ tidyr 1.3.2
184184
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
185185
✖ dplyr::filter() masks stats::filter()
186186
✖ dplyr::lag() masks stats::lag()

03-data-cleaning-and-transformation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ library(tidyverse)
8484

8585
``` output
8686
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
87-
✔ dplyr 1.1.4 ✔ purrr 1.2.1
87+
✔ dplyr 1.2.1 ✔ purrr 1.2.1
8888
✔ forcats 1.0.1 ✔ stringr 1.6.0
89-
✔ ggplot2 4.0.1 ✔ tibble 3.3.1
90-
✔ lubridate 1.9.4 ✔ tidyr 1.3.2
89+
✔ ggplot2 4.0.2 ✔ tibble 3.3.1
90+
✔ lubridate 1.9.5 ✔ tidyr 1.3.2
9191
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
9292
✖ dplyr::filter() masks stats::filter()
9393
✖ dplyr::lag() masks stats::lag()

04-data-viz-ggplot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ library(tidyverse) # load the core tidyverse
5656

5757
``` output
5858
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
59-
✔ dplyr 1.1.4 ✔ purrr 1.2.1
59+
✔ dplyr 1.2.1 ✔ purrr 1.2.1
6060
✔ forcats 1.0.1 ✔ stringr 1.6.0
61-
✔ ggplot2 4.0.1 ✔ tibble 3.3.1
62-
✔ lubridate 1.9.4 ✔ tidyr 1.3.2
61+
✔ ggplot2 4.0.2 ✔ tibble 3.3.1
62+
✔ lubridate 1.9.5 ✔ tidyr 1.3.2
6363
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
6464
✖ dplyr::filter() masks stats::filter()
6565
✖ dplyr::lag() masks stats::lag()

config.yaml

Lines changed: 0 additions & 86 deletions
This file was deleted.
351 Bytes
Loading
-429 Bytes
Loading
58 Bytes
Loading
-528 Bytes
Loading
-376 Bytes
Loading

0 commit comments

Comments
 (0)