Skip to content

Commit

Permalink
Fix in ggscatter() to avoid freezing when the add argument is inc…
Browse files Browse the repository at this point in the history
…orrect #180
  • Loading branch information
kassambara committed May 28, 2019
1 parent 532f073 commit 7105bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## Bug fixes

- P-value for multiple comparisons by group (stat_compare_means()) are now correctly displayed ([@elisheva100, #135](https://github.com/kassambara/ggpubr/issues/135)).
- Fix in `ggscatter()` to avoid freezing when the `add` argument is incorrect ([@atakanekiz, #135](https://github.com/kassambara/ggpubr/issues/180)).


# ggpubr 0.1.9
Expand Down
2 changes: 1 addition & 1 deletion R/ggscatter.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ggscatter <- function(data, x, y, combine = FALSE, merge = FALSE,
ggtheme = theme_pubr(),
...){


add <- match.arg(add)
# Default options
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
.opts <- list(
Expand Down

0 comments on commit 7105bac

Please sign in to comment.