-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epirhandbook_eng updates nov2022 #119
Comments
Also update pivoting page fill section so pivot_wider command has different id cols.
|
Getting an error in the time series chapter that seems to come from the attempted use of cbind() within {trending} not being supported by {tsibble}. @aspina7 do you know how we can fix this so that the Handbook will render? |
More updates: -Survey chapter: switched plot_age_pyramid() to age_pyramid() function |
Yeah someone posted an issue on here. If you change to data.frame is fine.... But then you loose tsibble index. They were working on a new release of trending to address that but don't think ever finished |
Fix surveys alluvial plot by changing to:
|
heat plots chapter: chunk that groups and summarises agg_weeks should have ungroup(location_name, week) added to the end chunk to expand agg_weeks should be:
Need to also consider re-doing the mutate replace_na bit to be for everything() not just one column |
Interactive plots chapter, edit code to make agg_weeks (around like 200) to include an ungroup() function so that expand works as intended
|
time series chapter add data.frame() around the object within all trending::fit() and predict() commands |
Link fixed in iteration as per this issue |
Added banner to top of every chapter by doing the following:
|
Cleaning page switched linelist to matchmaker in dictionary-based cleaning
Dates page guess_dates() was switched to parse_date()
The text was updated successfully, but these errors were encountered: