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

Better formatting of matrix in variables data panel #3656

Closed
EmilHvitfeldt opened this issue Jun 26, 2024 · 1 comment
Closed

Better formatting of matrix in variables data panel #3656

EmilHvitfeldt opened this issue Jun 26, 2024 · 1 comment
Assignees
Labels
area: variables Issues related to Variables category. enhancement New feature or request lang: r

Comments

@EmilHvitfeldt
Copy link

Positron Version: 2024.06.1 (Universal) build 27
Code - OSS Version: 1.90.0
Commit: a893e5b
Date: 2024-06-26T02:08:06.673Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.4.0

Running the following code

x_mat <- matrix(rnorm(10000), nrow = 100)
x_df <- as.data.frame(x_mat)

gives this view in the Variables pane.

Screenshot 2024-06-26 at 3 45 56 PM

I think it would be more useful if the matrix description was similar to the data.frame such as [100 rows x 100 columns] <matrix>

@testlabauto
Copy link
Contributor

Verified Fixed

Positron Version(s) : Main on 2/20/25 at noon MST
OS Version          : OSX

Test scenario(s)

Verified with original filing code (matrix desc looks like df now).

Link(s) to TestRail test cases run or created:

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: variables Issues related to Variables category. enhancement New feature or request lang: r
Projects
None yet
Development

No branches or pull requests

5 participants