Skip to content

Commit

Permalink
(devel/R-repr)
Browse files Browse the repository at this point in the history
(devel/R-repr) Updated 1.0.1 to 1.1.3

https://github.com/IRkernel/repr/releases
1.1.3
@flying-sheep flying-sheep released this Jan 21, 2021

  * [82041bf] Switch to testthat 3
  * [68bf64e,#139] Fix URLs in README

1.1.2
@flying-sheep flying-sheep released this Jan 21, 2021

  * [#135] Fix time series not supporting 1-row output
  * [04239d0] Switch from dplyr::tbl to tibble::tibble

1.1.1
@flying-sheep flying-sheep released this Aug 19, 2020

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

1.1.0
@flying-sheep flying-sheep released this Jan 28, 2020

  * [#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

1.0.2
@flying-sheep flying-sheep released this Dec 16, 2019

  * [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
  • Loading branch information
mef committed Jun 6, 2021
1 parent 92fc69c commit 92edce4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions devel/R-repr/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:40 brook Exp $
# $NetBSD: Makefile,v 1.9 2021/06/06 13:07:29 mef Exp $

R_PKGNAME= repr
R_PKGVER= 1.0.1
R_PKGVER= 1.1.3
CATEGORIES= devel

MAINTAINER= minskim@NetBSD.org
Expand All @@ -13,6 +13,11 @@ DEPENDS+= R-pillar>=1.4.0:../../misc/R-pillar
DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite

# Packages suggested but not available: 'Cairo', 'leaflet'

# Packages which this enhances but not available for checking:
# 'data.table', 'vegalite', 'plotly', 'geojsonio'

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
10 changes: 5 additions & 5 deletions devel/R-repr/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2019/07/31 15:35:44 brook Exp $
$NetBSD: distinfo,v 1.7 2021/06/06 13:07:29 mef Exp $

SHA1 (R/repr_1.0.1.tar.gz) = 45e42ee78466d3f681ce2cffb3c65405c34b60cc
RMD160 (R/repr_1.0.1.tar.gz) = ff4ee624b3481f6af093e005c3951e4f333e3669
SHA512 (R/repr_1.0.1.tar.gz) = f090d8c3cc4481989bdefcf4bf2e068ce693716d295ce800e68c1eab8ac32c847fbe8e1942034dc9471cc5a269e45c6f1b78da74dc53bf0609a75c94b4fb7f8c
Size (R/repr_1.0.1.tar.gz) = 30179 bytes
SHA1 (R/repr_1.1.3.tar.gz) = 1d415ee72ee4ec10fad4edd5c0b9ab9d63d6782d
RMD160 (R/repr_1.1.3.tar.gz) = 16659bff8d6c60469c42966bdbe3d0755cc5daca
SHA512 (R/repr_1.1.3.tar.gz) = ab6ba3a276345a1f4f87d97942efe87a636bd15d6b03b029a66ba8174f9393f9bb282d29863f1d168090cddb55f093b85da51258065866059889a47571369167
Size (R/repr_1.1.3.tar.gz) = 32225 bytes

0 comments on commit 92edce4

Please sign in to comment.