Skip to content

Commit 0a603c1

Browse files
committed
differences for PR #670
1 parent 3383a56 commit 0a603c1

16 files changed

Lines changed: 3 additions & 5 deletions

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

15-supp-loops-in-depth.md

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

201201
``` output
202202
user system elapsed
203-
0.020 0.004 0.023
203+
0.022 0.002 0.025
204204
```
205205

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

227227
``` output
228228
user system elapsed
229-
0.022 0.000 0.023
229+
0.025 0.000 0.025
230230
```
231231

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

inflammation-01.pdf

12.5 KB
Binary file not shown.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"learners/reference.md" "a290441c6e04883b663820ee64c03813" "site/built/reference.md" "2025-08-05"
2424
"learners/setup.md" "90f05c6c3417b323c692fe5d4e6f7d44" "site/built/setup.md" "2025-08-05"
2525
"profiles/learner-profiles.md" "7948587d1c7af4f170ad6995adf6dcbc" "site/built/learner-profiles.md" "2025-08-05"
26-
"renv/profiles/lesson-requirements/renv.lock" "2bf167ef4346ae6534f2c0059b23f695" "site/built/renv.lock" "2025-08-05"
26+
"renv/profiles/lesson-requirements/renv.lock" "f65e72bd1dafcc163df1a99dfd1bbbae" "site/built/renv.lock" "2025-08-05"

results/inflammation-01.pdf

12.5 KB
Binary file not shown.

results/inflammation-02.pdf

12.5 KB
Binary file not shown.

results/inflammation-03.pdf

12.4 KB
Binary file not shown.

results/inflammation-04.pdf

12.5 KB
Binary file not shown.

results/inflammation-05.pdf

12.5 KB
Binary file not shown.

results/inflammation-06.pdf

12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)