Page MenuHomePhabricator

[Bug] Ggplot warning in various places of the report
Closed, ResolvedPublic

Description

Description: On the new release of ggplot2 library, <scale> = FALSE usage is deprecated. Therefore the following warning appears in the report when the bootstrapping option is enabled.

Warning message:

## Warning: `guides(<scale> = FALSE)` is deprecated. Please use `guides(<scale> =
## "none")` instead.

Versions:
ggplot2 version: 3.3.5
R version: 4.1.1

Details:
Tested with our data_matrix.csv sample file. File contains single task and bootstrapping option is enabled. The affected plots are:

3 blop plots at the section of "3.1 Blob plot for visualizing ranking stability based on bootstrap sampling"
1 plot at the section of "4.1.1 Ranking stability: Variability of achieved rankings across tasks"
1 plot (with 5 subplots) at the section of "4.1.2 Ranking stability: Ranking variability via bootstrap approach"
1 plot at the section of "4.2.1 Visualizing bootstrap results"

Event Timeline

aekavur moved this task from Backlog to In Progress on the challengeR board.
aekavur renamed this task from [Bug] Ggplot warning in various placae of the report to [Bug] Ggplot warning in various places of the report.Sep 29 2021, 7:16 PM
aekavur updated the task description. (Show Details)

Successfully checked the proposed fix on a Windows system for downward compatibility (R 3.6.3, ggplot2 3.3.0).