Skip to content

Commit

Permalink
Merge pull request #133 from NIDAP-Community/fix_dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
escauley authored Oct 23, 2023
2 parents d013780 + 31113a7 commit b1719d0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
biocViews:
Suggests:
testthat (== 3.1.4)
testthat (>= 3.1.4)
Depends:
R (>= 4.1.3)
Imports:
Biobase (>= 2.54.0),
BiocGenerics (== 0.40.0),
cowplot (== 1.1.1),
dplyr (== 1.0.9),
GeomxTools (== 3.1.1),
BiocGenerics (>= 0.40.0),
cowplot (>= 1.1.1),
dplyr (>= 1.0.9),
GeomxTools (>= 3.1.1),
ggforce (== 0.3.4),
ggplot2 (== 3.3.6),
gridExtra (== 2.3),
grid (== 4.1.3),
gtable (== 0.3.0),
knitr (== 1.40),
NanoStringNCTools (== 1.2.0),
patchwork (== 1.1.2),
reshape2 (== 1.4.4),
Rtsne (== 0.16),
scales (== 1.2.1),
stats (== 4.1.3),
SpatialDecon (== 1.4.3),
tibble (== 3.1.8),
tidyr (== 1.2.1),
umap (== 0.2.9.0),
magrittr (== 2.0.3),
ComplexHeatmap (== 2.10.0)
gridExtra (>= 2.3),
grid (>= 4.1.3),
gtable (>= 0.3.0),
knitr (>= 1.40),
NanoStringNCTools (>= 1.2.0),
patchwork (>= 1.1.2),
reshape2 (>= 1.4.4),
Rtsne (>= 0.16),
scales (>= 1.2.1),
stats (>= 4.1.3),
SpatialDecon (>= 1.4.3),
tibble (>= 3.1.8),
tidyr (>= 1.2.1),
umap (>= 0.2.9.0),
magrittr (>= 2.0.3),
ComplexHeatmap (>= 2.10.0)
Config/testthat/edition: 3

0 comments on commit b1719d0

Please sign in to comment.