@@ -9,7 +9,7 @@ vignette: >
99
1010The following tables show the status of the implementation of each feature in the package:
1111
12- ``` {r include=FALSE}
12+ ``` {r impl-table, include=FALSE}
1313library(tibble)
1414library(knitr)
1515library(rprojroot)
@@ -132,7 +132,7 @@ status_formatted <- status |>
132132
133133## Objects
134134
135- ``` {r echo=FALSE, results="asis"}
135+ ``` {r impl-table-objects, echo=FALSE, results="asis"}
136136# loop over each of the classes and print the table as markdown
137137all_classes <- unique(status_formatted$class)
138138object_classes <- all_classes[!all_classes %in% c("Seurat", "SingleCellExperiment")]
@@ -152,7 +152,7 @@ for (class_name in object_classes) {
152152
153153## Conversion
154154
155- ``` {r echo=FALSE, results="asis"}
155+ ``` {r impl-table-conversion, echo=FALSE, results="asis"}
156156# loop over each of the classes and print the table as markdown
157157for (class_name in c("SingleCellExperiment", "Seurat")) {
158158 cat("### ", class_name, "\n\n", sep = "")
@@ -175,6 +175,6 @@ for (class_name in c("SingleCellExperiment", "Seurat")) {
175175
176176## Session info
177177
178- ``` {r}
178+ ``` {r sessioninfo }
179179sessionInfo()
180180```
0 commit comments