Rstudio: [enhancement] Use SI or IEC binary units in environment pane

Created on 2 Nov 2017  路  2Comments  路  Source: rstudio/rstudio

In the environment pane, object sizes are displayed using the "legacy" R standard.

For instance:

a <- 1:1e6

rstudio_environment_pane_bug

3.8 Mb is very misleading since b usually stands for bits, not bytes.

The latest R versions support SI units (since this commit: https://github.com/wch/r-source/commit/293426bff7113a642b501e9b8e08fcf97de1b8c8), it would be nice to use them. (or maybe IEC units)

enhancement

Most helpful comment

Couldn't agree more! @Qjammer and I have created PR #4809 to address this issue. In the future, it would be nice if this was turned into a user setting, so that one can change between legacy, SI, and IEC standards for unit representation.

All 2 comments

Couldn't agree more! @Qjammer and I have created PR #4809 to address this issue. In the future, it would be nice if this was turned into a user setting, so that one can change between legacy, SI, and IEC standards for unit representation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

curtis999 picture curtis999  路  3Comments

JanMarvin picture JanMarvin  路  3Comments

kevinushey picture kevinushey  路  3Comments

StefanBrand picture StefanBrand  路  3Comments

m-macaskill picture m-macaskill  路  3Comments