scoringutils
scoringutils copied to clipboard
remove `check_columns_present`
(but happy to leave as is and we should maybe just open an issue to get rid of `check_columns_present` altogether)
Originally posted by @nikosbosse in https://github.com/epiforecasts/scoringutils/pull/915#discussion_r1768078954
Seems like functionality can be achieved by assert_subset(x, colnames(y))