library(testthat)
library(Seurat)
#
# # Run tests for 'v3'
# message('Run tests for v3 assay')
# options(Seurat.object.assay.version = 'v3')
# test_check("Seurat")
# Run tests for 'v5'
message('Run tests for v5 assay')
options(Seurat.object.assay.version = 'v5')
test_check("Seurat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.