Skip to content

Commit 0f56f6c

Browse files
committed
Prepare release
1 parent 3cc0e0b commit 0f56f6c

File tree

3 files changed

+27
-30
lines changed

3 files changed

+27
-30
lines changed

DESCRIPTION

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: AcidPlots
22
Title: Acid Genomics Plot Functions and Themes
33
Description: Functions for plotting genomic data.
4-
Version: 0.7.3.9000
5-
Date: 2023-12-10
4+
Version: 0.7.3
5+
Date: 2024-03-27
66
Authors@R: c(
77
person(
88
"Michael", "Steinbaugh",
@@ -22,26 +22,26 @@ License: AGPL-3
2222
Encoding: UTF-8
2323
Depends: R (>= 4.3)
2424
Imports:
25-
AcidBase (>= 0.7.2),
25+
AcidBase (>= 0.7.3),
2626
AcidCLI (>= 0.3.0),
2727
AcidExperiment (>= 0.5.4),
28-
AcidGenerics (>= 0.7.4),
29-
AcidGenomes (>= 0.7.0),
28+
AcidGenerics (>= 0.7.7),
29+
AcidGenomes (>= 0.7.2),
3030
AcidMarkdown (>= 0.3.0),
31-
AcidPlyr (>= 0.5.2),
32-
AcidSingleCell (>= 0.4.1),
33-
Biobase (>= 2.60.0),
34-
BiocGenerics (>= 0.46.0),
35-
IRanges (>= 2.34.0),
36-
Matrix (>= 1.6.4),
37-
S4Vectors (>= 0.38.0),
38-
SingleCellExperiment (>= 1.22.0),
39-
SummarizedExperiment (>= 1.30.0),
40-
ggplot2 (>= 3.4.4),
41-
goalie (>= 0.7.6),
42-
patchwork (>= 1.1.3),
43-
pipette (>= 0.15.0),
44-
rlang (>= 1.1.2),
31+
AcidPlyr (>= 0.5.4),
32+
AcidSingleCell (>= 0.4.2),
33+
Biobase (>= 2.62.0),
34+
BiocGenerics (>= 0.48.0),
35+
IRanges (>= 2.36.0),
36+
Matrix (>= 1.6.5),
37+
S4Vectors (>= 0.40.0),
38+
SingleCellExperiment (>= 1.24.0),
39+
SummarizedExperiment (>= 1.32.0),
40+
ggplot2 (>= 3.5.0),
41+
goalie (>= 0.7.7),
42+
patchwork (>= 1.2.0),
43+
pipette (>= 0.15.2),
44+
rlang (>= 1.1.3),
4545
scales (>= 1.3.0),
4646
syntactic (>= 0.7.1),
4747
grDevices,
@@ -52,18 +52,18 @@ Imports:
5252
Suggests:
5353
AcidTest (>= 0.9.0),
5454
ComplexUpset (>= 1.3.3),
55-
DropletUtils (>= 1.20.0),
55+
DropletUtils (>= 1.22.0),
5656
RColorBrewer (>= 1.1.3),
5757
ggpmisc (>= 0.5.5),
58-
ggrepel (>= 0.9.4),
59-
ggridges (>= 0.5.4),
60-
matrixStats (>= 1.1.0),
58+
ggrepel (>= 0.9.5),
59+
ggridges (>= 0.5.6),
60+
matrixStats (>= 1.2.0),
6161
pheatmap (>= 1.0.12),
62-
testthat (>= 3.2.0),
63-
viridis (>= 0.6.4)
62+
testthat (>= 3.2.1),
63+
viridis (>= 0.6.5)
6464
Additional_repositories: https://r.acidgenomics.com
6565
Config/testthat/edition: 3
6666
Config/testthat/parallel: true
6767
Roxygen: list(markdown = TRUE)
68-
RoxygenNote: 7.2.3
68+
RoxygenNote: 7.3.1
6969
biocViews: Visualization

R/base-matchLabels.R

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## FIXME Rework support for default NULL or empty list here.
2-
3-
4-
51
#' Match ggplot2 labels
62
#'
73
#' Allow user to define ggplot labels, and populate missing values from the

todo.org

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#+TITLE: AcidPlots
22
#+STARTUP: content
33
* Development
4+
** TODO matchLabels: Rework support for default NULL or empty list here.
45
** TODO Rework heatmap engine to use ComplexHeatmap instead of pheatmap.
56
** TODO Check that plotQC SCE method returns interestingGroups in plot legend correctly.
67
** TODO Need to think about NA gene symbol handling in call to convertGenesToSymbols.

0 commit comments

Comments
 (0)