diff --git a/dev/articles/compactify_files/figure-html/unnamed-chunk-6-1.png b/dev/articles/compactify_files/figure-html/unnamed-chunk-6-1.png
index 8c6396fd..feae9911 100644
Binary files a/dev/articles/compactify_files/figure-html/unnamed-chunk-6-1.png and b/dev/articles/compactify_files/figure-html/unnamed-chunk-6-1.png differ
diff --git a/dev/articles/slide.html b/dev/articles/slide.html
index 2567c50b..de293231 100644
--- a/dev/articles/slide.html
+++ b/dev/articles/slide.html
@@ -107,9 +107,8 @@
as.Date("2022-01-02")
. Alternatively, the time step can be
specified manually in the call to epi_slide()
; you can read
the documentation for more details. Furthermore, the alignment of the
-running window used in epi_slide()
can be “right”,
-“center”, or “left”; the default is “right”, and is what we use in this
-vignette.
epi_slide()
is specified by
+before
and after
.
As in getting started guide, we’ll fetch daily reported COVID-19
cases from CA, FL, NY, and TX (note: here we’re using new, not
cumulative cases) using the epidatr
diff --git a/dev/news/index.html b/dev/news/index.html
index a8eb03a6..eb68e026 100644
--- a/dev/news/index.html
+++ b/dev/news/index.html
@@ -81,6 +81,11 @@
epi_df
time_type
to week
(#416) and year
(#441).
epi_df
format.epi_slide()
interface (#466, thanks @XuedaShen!).