From 4cd3fbf8add951a6c50af004353f2bed742f43c3 Mon Sep 17 00:00:00 2001 From: samuel-marsh Date: Tue, 27 Feb 2024 09:41:46 -0500 Subject: [PATCH] update docs --- man/Plot_Density_Custom.Rd | 2 +- man/Plot_Density_Joint_Only.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/Plot_Density_Custom.Rd b/man/Plot_Density_Custom.Rd index fab105e176..0aa4912085 100644 --- a/man/Plot_Density_Custom.Rd +++ b/man/Plot_Density_Custom.Rd @@ -47,7 +47,7 @@ A ggplot object Allow for customization of Nebulosa plot_density. Requires Nebulosa package from Bioconductor. } \examples{ -\donttest{ +\dontrun{ library(Seurat) Plot_Density_Custom(seurat_object = pbmc_small, features = "CD3E") } diff --git a/man/Plot_Density_Joint_Only.Rd b/man/Plot_Density_Joint_Only.Rd index 956f31fc95..5ff01fdb86 100644 --- a/man/Plot_Density_Joint_Only.Rd +++ b/man/Plot_Density_Joint_Only.Rd @@ -41,7 +41,7 @@ A ggplot object Return only the joint density plot from Nebulosa plot_density function. Requires Nebulosa package from Bioconductor. } \examples{ -\donttest{ +\dontrun{ library(Seurat) Plot_Density_Joint_Only(seurat_object = pbmc_small, features = c("CD8A", "CD3E")) }