Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneoberman committed Aug 7, 2023
2 parents 6ebf7f5 + 0ba7b4e commit 1add969
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggmice
Title: Visualizations for 'mice' with 'ggplot2'
Version: 1.0.0
Version: 0.1.0
Authors@R: c(
person("Hanne", "Oberman", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3276-2141")),
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggmice 1.0.0
# ggmice 0.1.0

## Breaking changes

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


## Minor changes

* Input validation for `data` argument `plot_*` functions (#85)
Expand Down
11 changes: 11 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ reference:
- contents:
- theme_mice
- theme_minimice
figures:
dev: ragg::agg_png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 7.2916667
fig.height: ~
fig.retina: 2
fig.asp: 1.618
bg: NA
other.parameters: []
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggmice 1.0.0
# ggmice 0.1.0

## R CMD check results

Expand Down

0 comments on commit 1add969

Please sign in to comment.