Skip to content

Commit

Permalink
(textproc/R-crosstalk) Updated 1.2.0 to 1.2.1, make test passed
Browse files Browse the repository at this point in the history
## crosstalk 1.2.1

### Bug fixes

* Some `SharedData` reactive accessors (e.g. `sd$selection()`) were
  broken when the `SharedData` instance was created in a Shiny
  module. (#114)

* Closed #87: Fixed an issue where `filter_select()` was double
  escaping HTML characters. (#141)
  • Loading branch information
mef committed Jan 2, 2025
1 parent 4974f02 commit afff51c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions textproc/R-crosstalk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2023/06/13 13:15:58 mef Exp $
# $NetBSD: Makefile,v 1.5 2025/01/02 08:40:55 mef Exp $

R_PKGNAME= crosstalk
R_PKGVER= 1.2.0
R_PKGVER= 1.2.1
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -17,6 +17,13 @@ TEST_DEPENDS+= R-shiny>=0.11:../../www/R-shiny
TEST_DEPENDS+= R-ggplot2>=3.2.0:../../graphics/R-ggplot2
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions textproc/R-crosstalk/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/06/13 13:15:58 mef Exp $
$NetBSD: distinfo,v 1.6 2025/01/02 08:40:55 mef Exp $

BLAKE2s (R/crosstalk_1.2.0.tar.gz) = 21c7379a935e11762c538d92cacc932fe252744d3230347c5da3b2ed3fdeda0f
SHA512 (R/crosstalk_1.2.0.tar.gz) = b14eeb88f0d0e57b3637e3fa69b16a9c82e191c9f1b39f75ed7c74b34a5d68585c5a9064576fb0d50429276cc6d9046ec7e385a6f494653f6d1517e91cbc7a7f
Size (R/crosstalk_1.2.0.tar.gz) = 296495 bytes
BLAKE2s (R/crosstalk_1.2.1.tar.gz) = b1335715387ea90c739c93eb4d0414b8ed986cd8b88957a114572d039fec6326
SHA512 (R/crosstalk_1.2.1.tar.gz) = 8e4ca9300c084e1f8d35a8e56cfd8132b2e7ebb436afde6b215ccdcc2a863680777891a58d7cc523ca43d4a05c224b11cbc73e7d0cc9d495acde23f9350b59e9
Size (R/crosstalk_1.2.1.tar.gz) = 297970 bytes

0 comments on commit afff51c

Please sign in to comment.