Skip to content

Commit

Permalink
Merge pull request #104 from rdboyes/master
Browse files Browse the repository at this point in the history
Adding rob_blobbogram()
  • Loading branch information
mcguinlu authored Nov 3, 2020
2 parents 64b66df + 70b76c7 commit 237a09d
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 2 deletions.
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

0 comments on commit 237a09d

Please sign in to comment.