diff --git a/pkgdown.yml b/pkgdown.yml index 36f534bc..1e7b39e2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-11-18T00:50Z +last_built: 2023-11-18T00:55Z urls: reference: https://mojaveazure.github.io/seurat-object/reference article: https://mojaveazure.github.io/seurat-object/articles diff --git a/reference/SaveSeuratRds.html b/reference/SaveSeuratRds.html index 9a7d52ab..1b928a0a 100644 --- a/reference/SaveSeuratRds.html +++ b/reference/SaveSeuratRds.html @@ -198,8 +198,8 @@
.GetMethod('t', 'Matrix')
#> function (x)
#> .Internal(t.default(x))
-#> <bytecode: 0x55b3f2ecae10>
+#> <bytecode: 0x55da8efaf990>
#> <environment: namespace:base>
.GetMethod('t', 'data.frame')
#> function (x)
@@ -89,7 +89,7 @@ Examples
#> x <- as.matrix(x)
#> NextMethod("t")
#> }
-#> <bytecode: 0x55b4083417a8>
+#> <bytecode: 0x55daa4a09500>
#> <environment: namespace:base>