From 2afbe170ccc3cf22471d2675ca42e903077ffb56 Mon Sep 17 00:00:00 2001 From: William Hutchison Date: Thu, 31 Aug 2023 13:56:49 +1000 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c0de365..0e6f5a7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,11 +10,12 @@ Description: tidySpatialExperiment is an adapter that abstracts the 'SpatialExpe in the form of a tibble and allows data manipulation, plotting and nesting using 'tidyverse'. License: GPL-3 Depends: - R (>= 4.1.0), - SpatialExperiment + R (>= 4.3.0), + SingleCellExperiment, + SpatialExperiment, + tidySingleCellExperiment, Imports: ttservice, - tidySingleCellExperiment, SummarizedExperiment, BiocGenerics, dplyr,