Sun Jun 6 13:07:29 2021 UTC ()
(devel/R-repr)

(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


(mef)
diff -r1.8 -r1.9 pkgsrc/devel/R-repr/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/R-repr/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-repr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-repr/Makefile 2019/08/08 19:53:40 1.8
+++ pkgsrc/devel/R-repr/Makefile 2021/06/06 13:07:29 1.9
@@ -1,19 +1,24 @@ @@ -1,19 +1,24 @@
1# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:40 brook Exp $ 1# $NetBSD: Makefile,v 1.9 2021/06/06 13:07:29 mef Exp $
2 2
3R_PKGNAME= repr 3R_PKGNAME= repr
4R_PKGVER= 1.0.1 4R_PKGVER= 1.1.3
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Serializable representations 8COMMENT= Serializable representations
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11DEPENDS+= R-base64enc>=0.1.3:../../converters/R-base64enc 11DEPENDS+= R-base64enc>=0.1.3:../../converters/R-base64enc
12DEPENDS+= R-pillar>=1.4.0:../../misc/R-pillar 12DEPENDS+= R-pillar>=1.4.0:../../misc/R-pillar
13DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools 13DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
14DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite 14DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite
15 15
 16# Packages suggested but not available: 'Cairo', 'leaflet'
 17
 18# Packages which this enhances but not available for checking:
 19# 'data.table', 'vegalite', 'plotly', 'geojsonio'
 20
16USE_LANGUAGES= # none 21USE_LANGUAGES= # none
17 22
18.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
19.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-repr/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-repr/distinfo 2019/07/31 15:35:44 1.6
+++ pkgsrc/devel/R-repr/distinfo 2021/06/06 13:07:29 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2019/07/31 15:35:44 brook Exp $ 1$NetBSD: distinfo,v 1.7 2021/06/06 13:07:29 mef Exp $
2 2
3SHA1 (R/repr_1.0.1.tar.gz) = 45e42ee78466d3f681ce2cffb3c65405c34b60cc 3SHA1 (R/repr_1.1.3.tar.gz) = 1d415ee72ee4ec10fad4edd5c0b9ab9d63d6782d
4RMD160 (R/repr_1.0.1.tar.gz) = ff4ee624b3481f6af093e005c3951e4f333e3669 4RMD160 (R/repr_1.1.3.tar.gz) = 16659bff8d6c60469c42966bdbe3d0755cc5daca
5SHA512 (R/repr_1.0.1.tar.gz) = f090d8c3cc4481989bdefcf4bf2e068ce693716d295ce800e68c1eab8ac32c847fbe8e1942034dc9471cc5a269e45c6f1b78da74dc53bf0609a75c94b4fb7f8c 5SHA512 (R/repr_1.1.3.tar.gz) = ab6ba3a276345a1f4f87d97942efe87a636bd15d6b03b029a66ba8174f9393f9bb282d29863f1d168090cddb55f093b85da51258065866059889a47571369167
6Size (R/repr_1.0.1.tar.gz) = 30179 bytes 6Size (R/repr_1.1.3.tar.gz) = 32225 bytes