From 3fbe7f04a93e7bde44ae43b2fbe2f2ef9485bcb3 Mon Sep 17 00:00:00 2001 From: William Gearty Date: Tue, 10 Oct 2023 17:01:11 -0400 Subject: [PATCH] Lint fix --- R/geom_phylopic.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom_phylopic.R b/R/geom_phylopic.R index cae334f..6857027 100644 --- a/R/geom_phylopic.R +++ b/R/geom_phylopic.R @@ -197,7 +197,7 @@ GeomPhylopic <- ggproto("GeomPhylopic", Geom, "vector image) or class array (for a raster image).")) } } - if (params$verbose&& length(Filter(Negate(is.null), imgs)) > 0) { + if (params$verbose && length(Filter(Negate(is.null), imgs)) > 0) { get_attribution(img = imgs, text = TRUE) } data$name <- NULL