Path to this page:
./
misc/R-pillar,
Coloured Formatting for Columns
Branch: CURRENT,
Version: 1.2.1,
Package name: R-pillar-1.2.1,
Maintainer: minskimProvides a 'pillar' generic designed for formatting columns of data
using the full range of colours provided by modern terminals.
Required to run:[
math/R] [
devel/R-crayon] [
devel/R-cli] [
devel/R-rlang] [
textproc/R-utf8]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2018-04-08) Updated to version: R-pillar-1.2.1
- (2018-03-16) Package added to pkgsrc.se, version R-pillar-1.1.0 (created)
CVS history: (Expand)
2018-04-07 23:06:34 by Min Sik Kim | Files touched by this commit (2) |  |
Log message:
misc/R-pillar: Update to 1.2.1
Changes:
- Turned off using subtle style for digits that are considered
insignificant. Negative numbers are shown all red. Set the new
option pillar.subtle_num to TRUE to turn it on again (default:
FALSE).
- The negation sign is printed next to the number again.
- Scientific notation uses regular digits again for exponents.
- Groups of three digits are now underlined, starting with the fourth
before/after the decimal point. This gives a better idea of the
order of magnitude of the numbers.
- Logical columns are displayed as TRUE and FALSE again.
- The decimal dot is now always printed for numbers of type
numeric. Trailing zeros are not shown anymore if all displayed
numbers are whole numbers.
- Decimal values longer than 13 characters always print in
scientific notation.
- New styling helper style_subtle_num(), formatting depends on the
pillar.subtle_num option.
|
2018-03-16 17:19:05 by Min Sik Kim | Files touched by this commit (3) |
Log message:
misc/R-pillar: Import version 1.1.0
Provides a 'pillar' generic designed for formatting columns of data
using the full range of colours provided by modern terminals.
|