Skip to content

Commit cc8f2a0

Browse files
committed
add epipredict link
1 parent b80b342 commit cc8f2a0

File tree

3 files changed

+50
-66
lines changed

3 files changed

+50
-66
lines changed

README.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ cases_deaths_subset |>
8282
tidyr::pivot_longer(case_rate_7d_av:death_rate_7d_av) |>
8383
ggplot(aes(time_value, value, colour = geo_value)) +
8484
geom_line() +
85-
scale_x_date(name = "") +
86-
scale_y_continuous(expand = expansion(c(0, 0.05))) +
85+
scale_x_date(name = "", date_labels = "%b %Y") +
86+
scale_y_continuous(name = "", expand = expansion(c(0, 0.05))) +
8787
facet_wrap(~ name, scales = "free_y", nrow = 2,
8888
labeller = labeller(name = lab)) +
8989
theme_bw() +

_pkgdown.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ home:
1515
links:
1616
- text: The epiprocess R package
1717
href: https://cmu-delphi.github.io/epiprocess/
18+
- text: The epipredict R package
19+
href: https://cmu-delphi.github.io/epipredict/
1820
- text: The covidcast R package
1921
href: https://cmu-delphi.github.io/covidcast/covidcastR/
2022
- text: The epidatr R package

0 commit comments

Comments
 (0)