mixOmicsTeam / mixOmics

Development repository for the Bioconductor package 'mixOmics '
http://mixomics.org/
150 stars 51 forks source link

Warnings in package tests #270

Closed Max-Bladen closed 1 year ago

Max-Bladen commented 1 year ago

🐞 Describe the bug:

Running the package tests generate two warnings, as follows:

Warning (test-auroc.R:15): auroc works
Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.

and

Warning (test-plotIndiv.R:166): plotIndiv.sgccda(..., blocks = 'average') works with ellipse=TRUE
`aes_string()` was deprecated in ggplot2 3.0.0.
ℹ Please use tidy evaluation ideoms with `aes()`

🤔 Expected behavior: No errors or warnings should show


💡 Possible solution: Adjust the depreciated calls via ggplot2