Skip to content

Commit 34b726c

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 2a18a63 Branch : main Author : Robert Davey <robertdavey@carpentries.org> Time : 2025-06-03 18:33:25 +0000 Message : Merge pull request #652 from froggleston/main Manually update workflows to docker versions to test
1 parent 66a0bda commit 34b726c

40 files changed

Lines changed: 47 additions & 133 deletions

File tree

05-cmdline.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,21 @@ Rscript session-info.R
7878
``` output
7979
R version 4.5.0 (2025-04-11)
8080
Platform: x86_64-pc-linux-gnu
81-
Running under: Ubuntu 22.04.5 LTS
81+
Running under: Ubuntu 24.04.2 LTS
8282
8383
Matrix products: default
84-
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
85-
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0 LAPACK version 3.10.0
84+
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
85+
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so; LAPACK version 3.12.0
8686
8787
locale:
88-
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
89-
[4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
90-
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
91-
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
92-
93-
time zone: UTC
88+
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
89+
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
90+
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
91+
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
92+
[9] LC_ADDRESS=C LC_TELEPHONE=C
93+
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
94+
95+
time zone: Etc/UTC
9496
tzcode source: system (glibc)
9597
9698
attached base packages:
@@ -133,7 +135,9 @@ Rscript print-args.R
133135
```
134136

135137
``` output
136-
/usr/lib/R/bin/exec/R
138+
/usr/local/lib/R/bin/exec/R
139+
--no-save
140+
--no-restore
137141
--no-echo
138142
--no-restore
139143
--file=print-args.R
@@ -157,7 +161,9 @@ R --no-echo --no-restore --file=print-args.R --args
157161
```
158162

159163
``` output
160-
/usr/lib/R/bin/exec/R
164+
/usr/local/lib/R/bin/exec/R
165+
--no-save
166+
--no-restore
161167
--no-echo
162168
--no-restore
163169
--file=print-args.R
@@ -172,7 +178,9 @@ Rscript print-args.R first second third
172178
```
173179

174180
``` output
175-
/usr/lib/R/bin/exec/R
181+
/usr/local/lib/R/bin/exec/R
182+
--no-save
183+
--no-restore
176184
--no-echo
177185
--no-restore
178186
--file=print-args.R

15-supp-loops-in-depth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ system.time(avg2 <- analyze2(filenames))
192192

193193
``` output
194194
user system elapsed
195-
0.022 0.000 0.022
195+
0.022 0.001 0.023
196196
```
197197

198198
Note how we add a new column to `out` at each iteration?
@@ -218,7 +218,7 @@ system.time(avg3 <- analyze3(filenames))
218218

219219
``` output
220220
user system elapsed
221-
0.021 0.000 0.021
221+
0.020 0.002 0.022
222222
```
223223

224224
In this simple example there is little difference in the compute time of `analyze2` and `analyze3`.

data/car-speeds-cleaned.csv

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -5,97 +5,3 @@
55
"White",34,"Arizona"
66
"Red",25,"Arizona"
77
"Blue",41,"Arizona"
8-
"Blue",34,"NewMexico"
9-
"Black",29,"Colorado"
10-
"White",31,"Arizona"
11-
"Red",26,"Colorado"
12-
"Red",43,"Utah"
13-
"White",26,"Utah"
14-
"Blue",45,"Utah"
15-
"Blue",49,"Utah"
16-
"Black",33,"Utah"
17-
"Red",53,"NewMexico"
18-
"Blue",27,"Arizona"
19-
"Blue",29,"NewMexico"
20-
"White",27,"Arizona"
21-
"Blue",42,"Utah"
22-
"Blue",37,"Utah"
23-
"Blue",42,"Utah"
24-
"Red",48,"NewMexico"
25-
"Blue",26,"Colorado"
26-
"Red",40,"Colorado"
27-
"Red",43,"NewMexico"
28-
"Red",43,"Colorado"
29-
"Red",25,"Utah"
30-
"White",51,"Colorado"
31-
"Blue",48,"Utah"
32-
"Red",54,"NewMexico"
33-
"White",36,"Colorado"
34-
"Black",37,"Colorado"
35-
"Red",38,"Utah"
36-
"Black",33,"Colorado"
37-
"Black",51,"Colorado"
38-
"Blue",28,"NewMexico"
39-
"Red",34,"Arizona"
40-
"Black",54,"Utah"
41-
"Red",47,"Colorado"
42-
"Black",48,"Colorado"
43-
"Black",53,"NewMexico"
44-
"Red",32,"Arizona"
45-
"Red",46,"Utah"
46-
"White",34,"Arizona"
47-
"Black",46,"Colorado"
48-
"Blue",34,"NewMexico"
49-
"Red",43,"NewMexico"
50-
"Red",34,"NewMexico"
51-
"Black",33,"Colorado"
52-
"Black",43,"Arizona"
53-
"Red",41,"Utah"
54-
"White",42,"Utah"
55-
"Red",45,"Arizona"
56-
"Blue",52,"NewMexico"
57-
"Blue",39,"Colorado"
58-
"Black",29,"Utah"
59-
"Blue",27,"Colorado"
60-
"White",30,"Utah"
61-
"Black",31,"Utah"
62-
"Red",29,"Utah"
63-
"Blue",27,"Colorado"
64-
"Blue",50,"NewMexico"
65-
"White",53,"Colorado"
66-
"Black",50,"NewMexico"
67-
"Red",46,"Colorado"
68-
"Red",26,"NewMexico"
69-
"Black",32,"Arizona"
70-
"Blue",54,"NewMexico"
71-
"White",36,"Utah"
72-
"Blue",48,"Utah"
73-
"Red",29,"Colorado"
74-
"White",44,"Arizona"
75-
"White",38,"Utah"
76-
"Blue",49,"Colorado"
77-
"Blue",52,"Colorado"
78-
"Blue",36,"Colorado"
79-
"Blue",45,"Arizona"
80-
"Blue",34,"NewMexico"
81-
"White",31,"Arizona"
82-
"Black",44,"Utah"
83-
"Blue",32,"Colorado"
84-
"White",53,"Colorado"
85-
"Black",34,"Arizona"
86-
"Black",25,"Arizona"
87-
"Red",41,"Arizona"
88-
"Red",43,"Utah"
89-
"White",41,"Arizona"
90-
"White",40,"Utah"
91-
"White",52,"Utah"
92-
"White",44,"Utah"
93-
"Red",34,"Arizona"
94-
"Red",41,"Arizona"
95-
"Red",31,"NewMexico"
96-
"White",25,"Colorado"
97-
"Black",46,"Colorado"
98-
"White",34,"Utah"
99-
"Black",25,"NewMexico"
100-
"Black",32,"Arizona"
101-
"White",42,"Utah"
8.59 KB
Loading
8.18 KB
Loading
7.07 KB
Loading
8.84 KB
Loading
4.45 KB
Loading
8.59 KB
Loading
8.18 KB
Loading

0 commit comments

Comments
 (0)