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

ggplot2 aesthetics missing from geom_boxplot() #14586

Open
4 tasks done
kevinushey opened this issue Apr 23, 2024 · 0 comments
Open
4 tasks done

ggplot2 aesthetics missing from geom_boxplot() #14586

kevinushey opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
autocompletion Issues relating to autocomplete and autocompletion bug

Comments

@kevinushey
Copy link
Contributor

System details

RStudio Edition : Desktop
RStudio Version : 2024.04.0 Build 729
OS Version      : macOS Sonoma 14.4.1
R Version       : 4.4.0

Steps to reproduce the problem

Request completions in this code:

library(ggplot2)
geom_boxplot(aes())

Describe the problem in detail

A number of aesthetics are missing:

Screenshot 2024-04-23 at 4 15 15 PM

Describe the behavior you expected

We should see required aesthetics like x and y; for example:

Screenshot 2024-04-23 at 4 15 47 PM
  • I have read the guide for submitting good bug reports.
  • I have installed the latest version of RStudio, and confirmed that the issue still persists.
  • If I am reporting an RStudio crash, I have included a diagnostics report.
  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
@kevinushey kevinushey added bug new New incoming issues, ready for initial review. labels Apr 23, 2024
@ronblum ronblum added autocompletion Issues relating to autocomplete and autocompletion and removed new New incoming issues, ready for initial review. labels Apr 24, 2024
@kevinushey kevinushey self-assigned this Apr 24, 2024
@kevinushey kevinushey added this to the Cranberry Hibiscus milestone Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocompletion Issues relating to autocomplete and autocompletion bug
Projects
None yet
Development

No branches or pull requests

2 participants