Skip to content

Commit

Permalink
Hotfix: Doc link to main
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Oct 3, 2024
1 parent 4c29532 commit 21fb991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ We downloaded the data of this outbreak using the R package `outbreaks` which is
"

# ╔═╡ 7c9cbbc1-71ef-4d81-b93a-c2b3a8683d53
data = "https://raw.githubusercontent.com/CDCgov/Rt-without-renewal/refs/heads/446-add-chatzilena-et-al-as-a-replication-example/EpiAware/docs/src/showcase/replications/chatzilena-2019/influenza_england_1978_school.csv2" |>
data = "https://raw.githubusercontent.com/CDCgov/Rt-without-renewal/refs/heads/main/EpiAware/docs/src/showcase/replications/chatzilena-2019/influenza_england_1978_school.csv2" |>
url -> CSV.read(download(url), DataFrame) |>
df -> @transform(df,
:ts=(:date .- minimum(:date)) .|> d -> d.value + 1.0,)
Expand Down

0 comments on commit 21fb991

Please sign in to comment.