Closed
Description
- Fix non-linked
vignette("backtesting", package="epipredict")
in archive vignette; downlit should be linking this if it exists?downlit
might be unable to link because we're not on CRAN yet. - "Data frame returns will be tidyr::unpack()-ed, if named, and will be tidyr::pack-ed columns, if not named."
- This is the opposite of what happens; we pack only if they are "named" using
.new_col_name =
. Readers may also confuse "named" with "has column names", which data.frames should/must have, or maybe even row names.
- This is the opposite of what happens; we pack only if they are "named" using
- Link/use to deaths-from-cases&deaths forecasting example instead of current bad examples.
- Think this was already addressed (Fix
prob_arx
misalignment in this repo as well, or remove buggy vignette( section)s #100).
- Think this was already addressed (Fix
- Document NA-filling of input windows in
epi_slide
. - Fix mix of
[.]version[s]
and[.]ref_time_value[s]
in?epix_slide
. (We might mention you can use.ref_time_value
as well as.version
inside formulas and data-masking expressions, but we should point to.version
first in this case, and to version/.versions
in all other discussion.) - Make
?epi[x]_slide
actually describe what they do. (Starting paragraph maybe isn't really that clear.) - [-] Try to remove some unnecessary details/comparison in
?epix_slide
- Remove link to removed "advanced" vignette.
- Remove bad epix_slide example
- [-] Remove overly-complicated / less relevant vignettes.
- Fix garbled
.all_versions
docs - Fix Details: second bullet point formatting regarding
.all_versions
- [-] Separate out
new_*
functions into separate documentation pages? - Fix misleading/confusing
?epi_df
"Slides a given function over variables in anepi_df
object.`" - Replace
median
example in?epi_df
with something that's not dominated byepi_slide_opt(frollapply)
. - NEWS: add non-technical main highlights
- Describe NA behavior noted below.
Thanks @XuedaShen for identifying some of these.
Metadata
Metadata
Assignees
Labels
No labels