From 76a282d4bc33e615929185fa7b2e84971c9b47ed Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Tue, 16 Jul 2024 18:30:25 -0400 Subject: [PATCH] Test if using the format of man/vis_gene.Rd in man/vis_gene_p.Rd fixes the issue at https://github.com/r-lib/pkgdown/issues/2727 --- man/vis_gene_p.Rd | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/man/vis_gene_p.Rd b/man/vis_gene_p.Rd index d8fb4ea0..b905af47 100644 --- a/man/vis_gene_p.Rd +++ b/man/vis_gene_p.Rd @@ -13,12 +13,8 @@ vis_gene_p( viridis = TRUE, image_id = "lowres", alpha = NA, - cont_colors = if (viridis) { - viridisLite::viridis(21) - } else { - - c("aquamarine4", "springgreen", "goldenrod", "red") - }, + cont_colors = if (viridis) viridisLite::viridis(21) else c("aquamarine4", + "springgreen", "goldenrod", "red"), point_size = 2, auto_crop = TRUE, na_color = "#CCCCCC40", @@ -113,7 +109,7 @@ if (enough_ram()) { } } \seealso{ -Other Spatial gene visualization functions: +Other Spatial gene visualization functions: \code{\link{vis_gene}()}, \code{\link{vis_grid_gene}()} }