mirror of
https://github.com/msberends/AMR.git
synced 2025-09-30 10:09:07 +02:00
v3.0.1
This commit is contained in:
2
R/mo.R
2
R/mo.R
@@ -675,7 +675,7 @@ pillar_shaft.mo <- function(x, ...) {
|
||||
}
|
||||
|
||||
# add the names to the bugs as mouse-over!
|
||||
if (tryCatch(isTRUE(getExportedValue("ansi_has_hyperlink_support", ns = asNamespace("cli"))()), error = function(e) FALSE)) {
|
||||
if (in_rstudio()) {
|
||||
out[!x %in% c("UNKNOWN", NA)] <- font_url(
|
||||
url = paste0(
|
||||
x[!x %in% c("UNKNOWN", NA)], ": ",
|
||||
|
Reference in New Issue
Block a user