1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 06:02:01 +02:00

pm update, unit test fix?

This commit is contained in:
2023-02-08 13:48:06 +01:00
parent 4a54d59f70
commit 822e9de82c
13 changed files with 2118 additions and 720 deletions

View File

@ -926,7 +926,7 @@ eucast_rules <- function(x,
# Print overview ----------------------------------------------------------
if (isTRUE(info) || isTRUE(verbose)) {
verbose_info <- x.bak %>%
mutate(row = row_number()) %>%
mutate(row = seq_len(NROW(x.bak))) %>%
select(`.rowid`, row) %>%
right_join(verbose_info,
by = c(".rowid" = "rowid")