-
Notifications
You must be signed in to change notification settings - Fork 94
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
Provide a way to see loaded packages (R) and modules (Python) #1369
Comments
This gets a bit more tricky if Environment becomes Variables, but there's probably something useful that's still much lighter than the RStudio packages panes. |
Would also like to see a nice representation of renv or venv states in this pane. Examples: |
@kmasiello I think that's worth filing as a separate issue as it's a fairly big topic and different to just listing which packages are attached. |
For reference, useful suggestions from @petetronic in the linked Slack thread above:
|
In our private beta, there is some strong interest in something like the RStudio packages pane: |
A big takeaway for me from the positron-beta thread is that some folks use RStudio's Packages pane as a very important entry point for accessing help. I have never been a big user of the Packages pane myself and I always assumed that, for those who do use it, it was about installing or updating packages. That being said, I wonder if these are two separate issues? I think this issue is about seeing loaded packages, whereas RStudio's Packages pane is about seeing installed packages. |
via @hadley:
This is a good point. For a while, the Environment pane also included a list of loaded Python modules. We now suppress these, but whatever mechanism we use to show attached R packages could also be used to show loaded Python modules.
The text was updated successfully, but these errors were encountered: