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

Fix pVACview warnings related to deprecated methods #1171

Open
malachig opened this issue Dec 26, 2024 · 0 comments
Open

Fix pVACview warnings related to deprecated methods #1171

malachig opened this issue Dec 26, 2024 · 0 comments

Comments

@malachig
Copy link
Member

When running pVACview locally I observe several warnings with the latest version of R that I hope would be relatively easy to fix:

reshape2 is superseded

Warning in dcast(peptide_columns_mt, Mutant ~ hla_types, value.var = "ic50s_MT") :
  The dcast generic in data.table has been passed a data.frame and will attempt to redirect to the relevant reshape2 method; please note that reshape2 is superseded and is no longer actively developed, and this redirection is now deprecated. Please do this redirection yourself like reshape2::dcast(peptide_columns_mt). In the next version, this warning will become an error.

fun.y, fun.ymin. and fun.ymax are deprecated

Warning: The `fun.y` argument of `stat_summary()` is deprecated as of ggplot2 3.3.0.
ℹ Please use the `fun` argument instead.
Warning: The `fun.ymin` argument of `stat_summary()` is deprecated as of ggplot2 3.3.0.
ℹ Please use the `fun.min` argument instead.
Warning: The `fun.ymax` argument of `stat_summary()` is deprecated as of ggplot2 3.3.0.
ℹ Please use the `fun.max` argument instead.

sizes parameter is unknown in geom_jitter

Warning in geom_jitter(data = bindingScoreDataIC50(), aes(shape = algorithms),  :
  Ignoring unknown parameters: `sizes`

**size argument of element_line is deprecated

Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0.
ℹ Please use the `linewidth` argument instead.
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

No branches or pull requests

1 participant