mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 17:02:03 +02:00
cleanup
This commit is contained in:
2
R/ab.R
2
R/ab.R
@ -548,7 +548,7 @@ pillar_shaft.ab <- function(x, ...) {
|
||||
|
||||
# add the names to the drugs as mouse-over!
|
||||
if (tryCatch(isTRUE(getExportedValue("ansi_has_hyperlink_support", ns = asNamespace("cli"))()), error = function(e) FALSE)) {
|
||||
out[!is.na(x)] <- font_url(url = ab_name(x[!is.na(x)], language = NULL),
|
||||
out[!is.na(x)] <- font_url(url = ab_name(x[!is.na(x)]),
|
||||
txt = out[!is.na(x)])
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user