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

Use guide = "none" instead of guide = FALSE #6

Merged
merged 9 commits into from Nov 23, 2021

Conversation

ndunnewind
Copy link
Contributor

Using guide = FALSE has been deprecated since ggplot2 3.3.4.

A deprecation warning is shown when running e.g. the example in plot.nma_data:

af_net <- set_agd_arm(atrial_fibrillation,
                      study = studyc,
                      trt = abbreviate(trtc, minlength = 3),
                      r = r,
                      n = n,
                      trt_class = trt_class)
plot(af_net)
Warning message:
It is deprecated to specify `guide = FALSE` to remove a guide. Please use `guide = "none"` instead. 

@dmphillippo dmphillippo changed the base branch from master to develop November 23, 2021 11:26
@dmphillippo
Copy link
Owner

Thanks @ndunnewind, merging in for the next release

@dmphillippo dmphillippo merged commit 5effadc into dmphillippo:develop Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants