Commit 9104971
committed
Fix this unit test now with ggplot2 v4.0.0 in mind
See https://www.tidyverse.org/blog/2025/09/ggplot2-4-0-0/ for details about ggplot2's update
```R
> class(vis_gene(spe, geneid = c("sum_umi", rownames(spe)[1])))
[1] "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
```1 parent aff00db commit 9104971
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
0 commit comments