mirror of
https://github.com/msberends/AMR.git
synced 2026-03-30 06:55:56 +02:00
(v3.0.1.9039) cli fixes
This commit is contained in:
@@ -150,7 +150,7 @@ resistance_predict <- function(x,
|
||||
}
|
||||
stop_ifnot(
|
||||
col_date %in% colnames(x),
|
||||
"column '", col_date, "' not found"
|
||||
"column {.code ", col_date, "} not found"
|
||||
)
|
||||
|
||||
year <- function(x) {
|
||||
|
||||
Reference in New Issue
Block a user