Skip to content

Commit c0b6755

Browse files
expl
1 parent d72f13c commit c0b6755

File tree

7 files changed

+150
-17
lines changed

7 files changed

+150
-17
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.drawio.bkp
22
local-archive/*
3-
.DS_Store
3+
.DS_Store
4+
.Rproj.user

exploration-exercises.md

Lines changed: 146 additions & 12 deletions
Large diffs are not rendered by default.

figures/apparent-peak-1.png

-2.54 KB
Loading

figures/convolution-series-1.png

-15 Bytes
Loading

figures/explain-convolution-1.png

-4 Bytes
Loading

figures/report-example-1.png

-717 Bytes
Loading

technical-preparation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,13 @@ free of errors.
9292
library(macpan2); library(tidyverse)
9393
```
9494

95-
## Warning: package 'macpan2' was built under R version 4.4.3
96-
97-
## ── Attaching core tidyverse packages ──────────────────────────────────────────────────────────────────────────────── tidyverse 2.0.0 ──
95+
## ── Attaching core tidyverse packages ───────────────────────────────────────────── tidyverse 2.0.0 ──
9896
## ✔ dplyr 1.1.4 ✔ readr 2.1.5
9997
## ✔ forcats 1.0.0 ✔ stringr 1.5.1
10098
## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1
10199
## ✔ lubridate 1.9.3 ✔ tidyr 1.3.1
102100
## ✔ purrr 1.0.2
103-
## ── Conflicts ────────────────────────────────────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
101+
## ── Conflicts ─────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
104102
## ✖ dplyr::all_equal() masks macpan2::all_equal()
105103
## ✖ dplyr::filter() masks stats::filter()
106104
## ✖ dplyr::lag() masks stats::lag()

0 commit comments

Comments
 (0)