"size" deprecated in ggplot2 aesthetics for lines
- Dominant language
- R
- Stars
- 12
- Forks
- 7
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
Bonjour,
suite aux montées de version de ggplot, le package produit un message d'avertissement invitant à remplacer size par linewidth dans aes
```
Message d'avis :
Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
i Please use `linewidth` instead.
i The deprecated feature was likely used in the icarus package.
Please report the issue to the authors.
```
Pour info. Merci
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the icarus package for ggplot line aesthetics that use `size`, focusing on the plotting code described in the warning. Replace the deprecated aesthetic with `linewidth`, then run the relevant package checks or plotting examples and confirm that the ggplot2 deprecation warning no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100