Skip to content

Commit

Permalink
(devel/R-repr) Updated 1.1.6 to 1.1.7
Browse files Browse the repository at this point in the history
# repr 1.1.7

* See the [GitHub releases](https://github.com/IRkernel/repr/releases) page
    [#163] Improve tests (@zknitter)
    [#166] fix error in repr_text() on packed tibble (@Fan-iX)
    [#168] Update test to accomodate for upcoming htmltools release (@cpsievert)
  • Loading branch information
mef committed Oct 20, 2024
1 parent 25af6e2 commit 9251ffa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
19 changes: 14 additions & 5 deletions devel/R-repr/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.11 2023/06/18 14:31:28 mef Exp $
# $NetBSD: Makefile,v 1.12 2024/10/20 01:29:10 mef Exp $

R_PKGNAME= repr
R_PKGVER= 1.1.6
R_PKGVER= 1.1.7
CATEGORIES= devel

MAINTAINER= minskim@NetBSD.org
Expand All @@ -13,10 +13,19 @@ 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'

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


TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table
TEST_DEPENDS+= R-highr-[0-9]*:../../textproc/R-highr
TEST_DEPENDS+= R-htmlwidgets-[0-9]*:../../www/R-htmlwidgets
TEST_DEPENDS+= R-stringr-[0-9]*:../../textproc/R-stringr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat


USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions devel/R-repr/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2023/06/18 14:31:28 mef Exp $
$NetBSD: distinfo,v 1.12 2024/10/20 01:29:10 mef Exp $

BLAKE2s (R/repr_1.1.6.tar.gz) = d18a35c138b4922ac547944f2e25c84a4835aebc55d4ac815da7224d1fda5b26
SHA512 (R/repr_1.1.6.tar.gz) = 0ec804e115329733b15b1822e4075bd945f3c6189388bc5890a1890f8714d8f5894d972529f82080b984a5dce96c644cd4c79ef9022d1251a56ebeb51a9488fc
Size (R/repr_1.1.6.tar.gz) = 32134 bytes
BLAKE2s (R/repr_1.1.7.tar.gz) = 918f3a515b03a96db4c8512e61cc7a6d6d008e1d2398e9855d636d76f790f3e8
SHA512 (R/repr_1.1.7.tar.gz) = f210e8a262da4f99c8fce7b4d262ec5e48e21338cc18b7f2eb5f89d59cb9dcaa3c3139ad988421c03c4e89e9b16ec728f1775cdb9621f6cb16356a685eac3baf
Size (R/repr_1.1.7.tar.gz) = 32736 bytes

0 comments on commit 9251ffa

Please sign in to comment.