Skip to content

Commit 285b34e

Browse files
committed
prepare to submit to CRAN
1 parent abcce82 commit 285b34e

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggalign
22
Title: A 'ggplot2' Extension for Consistent Axis Alignment
3-
Version: 0.1.0.9000
3+
Version: 1.0.0
44
Authors@R: c(
55
person("Yun", "Peng", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2801-3332")),
66
person("Shixiang", "Wang", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-9855-7357")),

NEWS.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# ggalign (development version)
1+
# ggalign 1.0.0
2+
3+
This is a major release. While not many new features have been added, this marks the first release where the entire layout system has been completed.
24

35
## Breaking changes
46

57
* align_reorder() has been renamed to align_order2().
68

9+
* geom_draw2() has been renamed to geom_gshape().
10+
711
## New features
812

913
* Now `circle_layout()` support multiple facets.
@@ -12,6 +16,8 @@
1216

1317
* new `coord_circle()` function to provide additional customization options for coord_radial()
1418

19+
* new `tune()` method shape ("oncoplot") for matrix
20+
1521
# ggalign 0.1.0
1622

1723
## Breaking changes

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This release is a major update that includes lots of new features (some will break the old behaviour) and bug fix. Since this package is new to CRAN, no reverse dependencies exist yet.
1+
This major update introduces new features, some of which modify previous behavior, along with bug fixes. Since there are no reverse dependencies yet, these changes should not affect other packages.
22

33
## R CMD check results
44
0 errors | 0 warnings | 0 note

revdep/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
|collate |C.UTF-8 |
1111
|ctype |C.UTF-8 |
1212
|tz |Asia/Shanghai |
13-
|date |2025-02-06 |
13+
|date |2025-03-15 |
1414
|pandoc |3.1.3 @ /usr/bin/ (via rmarkdown) |
1515

1616
# Dependencies
1717

1818
|package |old |new |Δ |
1919
|:------------|:------|:----------|:--|
20-
|ggalign |0.0.5 |0.0.5.9000 |* |
21-
|cli |3.6.3 |3.6.3 | |
20+
|ggalign |0.1.0 |0.1.0.9000 |* |
21+
|cli |3.6.4 |3.6.4 | |
2222
|colorspace |2.1-1 |2.1-1 | |
2323
|fansi |1.0.6 |1.0.6 | |
2424
|farver |2.1.2 |2.1.2 | |
@@ -32,7 +32,7 @@
3232
|munsell |0.5.1 |0.5.1 | |
3333
|pillar |1.10.1 |1.10.1 | |
3434
|pkgconfig |2.0.3 |2.0.3 | |
35-
|R6 |2.5.1 |2.5.1 | |
35+
|R6 |2.6.1 |2.6.1 | |
3636
|RColorBrewer |1.1-3 |1.1-3 | |
3737
|rlang |1.1.5 |1.1.5 | |
3838
|scales |1.3.0 |1.3.0 | |

0 commit comments

Comments
 (0)