1
1
Package: AcidPlots
2
2
Title: Acid Genomics Plot Functions and Themes
3
3
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
6
6
Authors@R: c(
7
7
person(
8
8
"Michael", "Steinbaugh",
@@ -22,26 +22,26 @@ License: AGPL-3
22
22
Encoding: UTF-8
23
23
Depends: R (>= 4.3)
24
24
Imports:
25
- AcidBase (>= 0.7.2 ),
25
+ AcidBase (>= 0.7.3 ),
26
26
AcidCLI (>= 0.3.0),
27
27
AcidExperiment (>= 0.5.4),
28
- AcidGenerics (>= 0.7.4 ),
29
- AcidGenomes (>= 0.7.0 ),
28
+ AcidGenerics (>= 0.7.7 ),
29
+ AcidGenomes (>= 0.7.2 ),
30
30
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 ),
45
45
scales (>= 1.3.0),
46
46
syntactic (>= 0.7.1),
47
47
grDevices,
@@ -52,18 +52,18 @@ Imports:
52
52
Suggests:
53
53
AcidTest (>= 0.9.0),
54
54
ComplexUpset (>= 1.3.3),
55
- DropletUtils (>= 1.20 .0),
55
+ DropletUtils (>= 1.22 .0),
56
56
RColorBrewer (>= 1.1.3),
57
57
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),
61
61
pheatmap (>= 1.0.12),
62
- testthat (>= 3.2.0 ),
63
- viridis (>= 0.6.4 )
62
+ testthat (>= 3.2.1 ),
63
+ viridis (>= 0.6.5 )
64
64
Additional_repositories: https://r.acidgenomics.com
65
65
Config/testthat/edition: 3
66
66
Config/testthat/parallel: true
67
67
Roxygen: list(markdown = TRUE)
68
- RoxygenNote: 7.2.3
68
+ RoxygenNote: 7.3.1
69
69
biocViews: Visualization
0 commit comments