Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding rob_blobbogram() #104

Merged
merged 3 commits into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ Imports:
ggplot2 (>= 3.3.0),
tidyr,
scales,
vdiffr
vdiffr,
metafor,
magick,
patchwork,
dplyr,
here,
gridExtra,
systemfonts,
stats,
rlang
Suggests:
knitr,
rmarkdown,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(rob_blobbogram)
export(rob_save)
export(rob_summary)
export(rob_tools)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# robvis 0.3.0.900 (Development)

* A new function, `rob_blobbogram()` has been added in response to https://github.com/mcguinlu/robvis/issues/102 by @rdboyes.

* Major updates
* A major refactoring of the code base has taken place to allow for future template specific functionality.
* The generic option now allows for additional customisation, including control over all text in the resulting figure.
* A new function, `rob_save()`, has been added, which uses data-driven defaults for figure height and width when saving.
* New functionality so that `robvis` now supports "No information" as a judgment has been added.
* New colour scheme for the `colour = "colourblind"`argument has been added.
* The argument for the generic template has changed from "ROB1" to "Generic". To ensure backward compatibility, the "ROB1" argument is still accepted, but a message is returned to indicate that it may be depreciated in the future.


* Minor updates
* Improved test coverage.
Expand Down
Loading