Skip to content

Commit 1add969

Browse files
committed
Merge branch 'main' into dev
2 parents 6ebf7f5 + 0ba7b4e commit 1add969

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggmice
22
Title: Visualizations for 'mice' with 'ggplot2'
3-
Version: 1.0.0
3+
Version: 0.1.0
44
Authors@R: c(
55
person("Hanne", "Oberman", email = "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-3276-2141")),

NEWS.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggmice 1.0.0
1+
# ggmice 0.1.0
22

33
## Breaking changes
44

@@ -20,7 +20,6 @@
2020
* The family of `plot_*` functions now omit grid lines from tile plots (#35)
2121
* The `plot_pattern()` function now handles any `data.frame` input for `data` argument (#38, #77, #104, #112)
2222

23-
2423
## Minor changes
2524

2625
* Input validation for `data` argument `plot_*` functions (#85)

_pkgdown.yml

+11
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ reference:
1818
- contents:
1919
- theme_mice
2020
- theme_minimice
21+
figures:
22+
dev: ragg::agg_png
23+
dpi: 96
24+
dev.args: []
25+
fig.ext: png
26+
fig.width: 7.2916667
27+
fig.height: ~
28+
fig.retina: 2
29+
fig.asp: 1.618
30+
bg: NA
31+
other.parameters: []

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggmice 1.0.0
1+
# ggmice 0.1.0
22

33
## R CMD check results
44

0 commit comments

Comments
 (0)