pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-repr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 13:07:29 UTC 2021

Modified Files:
        pkgsrc/devel/R-repr: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-repr/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-repr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-repr/Makefile
diff -u pkgsrc/devel/R-repr/Makefile:1.8 pkgsrc/devel/R-repr/Makefile:1.9
--- pkgsrc/devel/R-repr/Makefile:1.8    Thu Aug  8 19:53:40 2019
+++ pkgsrc/devel/R-repr/Makefile        Sun Jun  6 13:07:29 2021
@@ -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@localhost
@@ -13,6 +13,11 @@ DEPENDS+=    R-pillar>=1.4.0:../../misc/R-p
 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"

Index: pkgsrc/devel/R-repr/distinfo
diff -u pkgsrc/devel/R-repr/distinfo:1.6 pkgsrc/devel/R-repr/distinfo:1.7
--- pkgsrc/devel/R-repr/distinfo:1.6    Wed Jul 31 15:35:44 2019
+++ pkgsrc/devel/R-repr/distinfo        Sun Jun  6 13:07:29 2021
@@ -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



Home | Main Index | Thread Index | Old Index