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")) }