Skip to content

Commit

Permalink
GiottoVisuals v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Jul 27, 2024
2 parents a97a109 + 754874c commit 1d2d7f5
Show file tree
Hide file tree
Showing 14 changed files with 400 additions and 220 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GiottoVisuals
Title: Visuals for the Giotto spatial biology analysis ecosystem
Version: 0.2.3
Version: 0.2.4
Authors@R: c(
person("Ruben", "Dries", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7650-7754")),
Expand All @@ -21,7 +21,7 @@ Encoding: UTF-8
URL: https://drieslab.github.io/Giotto/, https://github.com/drieslab/Giotto, https://drieslab.github.io/GiottoVisuals/
BugReports: https://github.com/drieslab/Giotto/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends:
base (>= 4.1.0),
utils (>= 4.1.0),
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export(dimPlot)
export(dimPlot2D)
export(dimPlot3D)
export(expand_feature_info)
export(geom_label_repel)
export(geom_text_repel)
export(getColors)
export(getDistinctColors)
export(getRainbowColors)
Expand Down Expand Up @@ -91,6 +93,7 @@ export(violinPlot)
exportClasses(giottoSankeyPlan)
exportMethods("+")
exportMethods("sankeyRelate<-")
exportMethods(gg_annotation_raster)
exportMethods(sankeyPlot)
exportMethods(sankeyRelate)
import(GiottoClass)
Expand All @@ -107,6 +110,8 @@ importFrom(GiottoUtils,getRainbowColors)
importFrom(colorRamp2,colorRamp2)
importFrom(data.table,dcast)
importFrom(data.table,dcast.data.table)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(igraph,as_data_frame)
importFrom(methods,new)
importFrom(methods,setGeneric)
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

# GiottoVisuals 0.2.4 (2024/07/26)

## enhancements
- `giottoLargeImage` `max_window` and `colors` slot info is now followed during ggplot plotting
- `giottoAffineImage` compatibility for giotto ggplot2 plotting functions
- `gg_annotation_raster()` now also performs `geom_blank()` with the extent provided through `ext` param. This can be turned off by setting `geom_blank() = FALSE`

## new
- `geom_text_repel()` and `geom_label_repel()` from `ggplot2` are now re-exported

# GiottoVisuals 0.2.3 (2024/05/28)

## bug fixes
Expand Down
Loading

0 comments on commit 1d2d7f5

Please sign in to comment.