-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating with live data for 21st Nov publication #106
Conversation
@@ -1480,8 +1480,8 @@ | |||
most_recent_fullweek_date <- live_attendance_data_weekly() %>% | |||
pull(week_commencing) | |||
|
|||
# paste0("Data on this tab relates to the week commencing ", most_recent_fullweek_date, ".") | |||
paste0("Data on this tab relates to the week commencing 2024-10-21.") | |||
paste0("Data on this tab relates to the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 94 characters. Note
# paste0("Data on this tab relates to the week commencing ", most_recent_fullweek_date, ".") | ||
paste0("Data on this tab relates to the week commencing 2024-10-21.") | ||
paste0("Data on this tab relates to the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data on this tab relates to the week commencing 2024-10-21.") |
Check notice
Code scanning / lintr
Commented code should be removed. Note
@@ -1503,8 +1503,8 @@ | |||
as.Date(attendance_date) + 31 | |||
# as.Date(attendance_date) + 38 | |||
|
|||
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Commented code should be removed. Note
@@ -1503,8 +1503,8 @@ | |||
as.Date(attendance_date) + 31 | |||
# as.Date(attendance_date) + 38 | |||
|
|||
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 206 characters. Note
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | ||
paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 209 characters. Note
@@ -1528,8 +1528,8 @@ | |||
as.Date(attendance_date) + 31 | |||
# as.Date(attendance_date) + 38 | |||
|
|||
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 206 characters. Note
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | ||
paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 209 characters. Note
@@ -1553,8 +1553,8 @@ | |||
as.Date(attendance_date) + 31 | |||
# as.Date(attendance_date) + 38 | |||
|
|||
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Commented code should be removed. Note
@@ -1553,8 +1553,8 @@ | |||
as.Date(attendance_date) + 31 | |||
# as.Date(attendance_date) + 38 | |||
|
|||
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | |||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 206 characters. Note
paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") | ||
# paste0("Data was last updated on 2024-11-07 and is next expected to be updated on 2024-11-21. The latest full week of data for this breakdown was the week commencing ", most_recent_fullweek_date, ".") | ||
paste0("Data was last updated on ", last_update_date, " and is next expected to be updated on ", next_update_date, ". The latest full week of data was the week commencing ", most_recent_fullweek_date, ".") |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 209 characters. Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for publication date, 21 Nov 2024.
Pull request overview
Give a general description of why a change is being made, include issue number(s) being fixed if relevant
Pull request checklist
Please check if your PR fulfils the following:
run_tests_locally()
)tidy_code()
)What is the current behaviour?
Data updated.
What is the new behaviour?
Data updated. Manual dates back to automated.
Anything else
Add any notes for people reviewing and testing your code that are appropriate. Tag a @person to review if someone in particular needs to see this.