Skip to content

Commit c28b763

Browse files
committed
Remove soft deprecation in from_Seurat/from_SCE
These are no longer exported so it's not needed
1 parent 95344fd commit c28b763

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

R/from_Seurat.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ from_Seurat <- function(
3333
output_class = c("InMemory", "HDF5AnnData"),
3434
...
3535
) {
36-
lifecycle::deprecate_soft(
37-
when = "0.99.0",
38-
what = "from_Seurat()",
39-
with = "as_AnnData()"
40-
)
41-
4236
check_requires("Converting Seurat to AnnData", c("SeuratObject", "Seurat"))
4337

4438
output_class <- match.arg(output_class)

R/from_SingleCellExperiment.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ from_SingleCellExperiment <- function(
3131
output_class = c("InMemory", "HDF5AnnData"),
3232
...
3333
) {
34-
lifecycle::deprecate_soft(
35-
when = "0.99.0",
36-
what = "from_SingleCellExperiment()",
37-
with = "as_AnnData()"
38-
)
39-
4034
check_requires(
4135
"Converting SingleCellExperiment to AnnData",
4236
"SingleCellExperiment",

0 commit comments

Comments
 (0)