Skip to content

Replace superseded transmute with mutate + select - #606

Merged
sbfnk merged 1 commit into
mainfrom
refactor/527-drop-transmute
May 8, 2026
Merged

Replace superseded transmute with mutate + select#606
sbfnk merged 1 commit into
mainfrom
refactor/527-drop-transmute

Conversation

@sbfnk

@sbfnk sbfnk commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR closes #527.

dplyr::transmute() was superseded; replaces the only remaining usage in R/make-daily-infections.r with mutate() |> select().

Co-authored-by: sbfnk <sebastian.funk@lshtm.ac.uk>
@sbfnk
sbfnk marked this pull request as ready for review April 29, 2026 13:00
@sbfnk
sbfnk merged commit cd1340c into main May 8, 2026
8 checks passed
@sbfnk
sbfnk deleted the refactor/527-drop-transmute branch May 8, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

transmute is superseded

2 participants