Skip to content

@flying-sheep flying-sheep released this Aug 19, 2020 · 7 commits to master since this release

  • [#128] Add class="dataframe" to the HTML <table/> tags
  • [9af4e98] Fixes reprs of lists with identical(names(l), '') #133
Assets 2

@flying-sheep flying-sheep released this Jan 28, 2020 · 14 commits to master since this release

  • [#125] Add option repr.vector.max.items to limit displayed vectors (by default to maximally 400 items)
  • [#125] Prettify HTML representation of vectors by displaying style tags with them
Assets 2

@flying-sheep flying-sheep released this Dec 16, 2019 · 18 commits to master since this release

  • [d25aad0] Optimize has_row_names using .row_names_info to speed up reprs of large data.frames (Issue #119)
  • [7ca5bb9] Fix column specification in repr_latex.matrix
  • [ddeb9fc] Add repr_vega5, repr_vegalite3 and repr_vegalite4
Assets 2

@flying-sheep flying-sheep released this May 26, 2019

  • Upgrade to the newest versions of pillar and diffobj. This shows the size of matrices nested in a data.frame in the frame’s column summaries:

    > df <- aggregate(. ~ Species, iris, range)
    > cat(repr_markdown(df))
    A data.frame: 3 × 5
    | Species <fct> | Sepal.Length <dbl[,2]> | Sepal.Width <dbl[,2]> | Petal.Length <dbl[,2]> | Petal.Width <dbl[,2]> |
    |---|---|---|---|---|
    | setosa     | 4.3, 5.8 | 2.3, 4.4 | 1.0, 1.9 | 0.1, 0.6 |
    | versicolor | 4.9, 7.0 | 2.0, 3.4 | 3.0, 5.1 | 1.0, 1.8 |
    | virginica  | 4.9, 7.9 | 2.2, 3.8 | 4.5, 6.9 | 1.4, 2.5 |
Assets 2

@flying-sheep flying-sheep released this May 26, 2019 · 29 commits to master since this release

  • [#116] Implemented tibble-inspired data.frame column types and matrix types. They are displayed for every data.frame subclass, which includes tibbles and data.tables
  • [bd0271e] Fixed passing the col argument to repr_matrix_markdown
Assets 2

@flying-sheep flying-sheep released this May 26, 2019 · 42 commits to master since this release

  • [b4a555f] Fixed display of lists with NAs in their names()
Assets 2

@flying-sheep flying-sheep released this May 26, 2019 · 46 commits to master since this release

  • [#100] Fixed display of 1D arrays, such as the ones emitted by tapply()
Assets 2

@flying-sheep flying-sheep released this Dec 21, 2018 · 52 commits to master since this release

  • [#105] Added repr_*.ts
Assets 2

@flying-sheep flying-sheep released this Nov 27, 2018 · 66 commits to master since this release

  • [#103] Add new mime types:

    • repr_plotly1
    • repr_vega4
    • repr_vegalite2
    • repr_vdom
Assets 2

@flying-sheep flying-sheep released this Nov 27, 2018 · 69 commits to master since this release

Fix tests on Windows

Assets 2
You can’t perform that action at this time.