Skip to content

Commit

Permalink
Refactor g_forest (#1158)
Browse files Browse the repository at this point in the history
# Pull Request

<!--- Replace `#nnn` with your issue link for reference. -->

Part of #1109

`g_forest` creates a `ggplot` object instead of a `grob` object.

---------

Co-authored-by: walkowif <[email protected]>
Co-authored-by: walkowif <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 20, 2023
1 parent 16a82a6 commit ccbc10c
Show file tree
Hide file tree
Showing 22 changed files with 1,348 additions and 766 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tern 0.9.3.9001

### New Features
* Refactored `g_forest` to output a `ggplot` object instead of a `grob` object.

### Bug Fixes
* Fixed nested column split label overlay issue in `rtable2gg` to clean up appearance of text labels.

### Miscellaneous
* Added function `expect_snapshot_ggplot` to test setup file to process plot snapshot tests and allow plot dimensions to be set.

# tern 0.9.3

### New Features
Expand Down
Loading

0 comments on commit ccbc10c

Please sign in to comment.