Skip to content

Commit

Permalink
(www/R-diffviewer) updated 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
# diffviewer 0.1.1

* The diffviewer widget previously ignored some very minor pixel differences,
  but now it will show every difference (#9, #11).
  • Loading branch information
mef committed May 2, 2022
1 parent c280d6c commit 01ac12a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions www/R-diffviewer/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2020/12/14 03:23:39 mef Exp $
# $NetBSD: Makefile,v 1.2 2022/05/02 14:19:29 mef Exp $

R_PKGNAME= diffviewer
R_PKGVER= 0.1.0
R_PKGVER= 0.1.1
CATEGORIES= www

MAINTAINER= [email protected]
Expand All @@ -11,6 +11,9 @@ LICENSE= mit # + file LICENSE
DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
DEPENDS+= R-htmlwidgets>=1.3:../../www/R-htmlwidgets

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions www/R-diffviewer/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:14 nia Exp $
$NetBSD: distinfo,v 1.4 2022/05/02 14:19:29 mef Exp $

BLAKE2s (R/diffviewer_0.1.0.tar.gz) = 2d00f68f3fcbb4aa399a9a8348bad0329ffdee2940855a9cd154300f7ed9b402
SHA512 (R/diffviewer_0.1.0.tar.gz) = d1373b051585ca1154fd525cfdef4fcecd657cbb681e32b7ed2be11d324c803769a18f988be209b6fc2d1327e203d69429be023cc1697fbd631d246912b37482
Size (R/diffviewer_0.1.0.tar.gz) = 172150 bytes
BLAKE2s (R/diffviewer_0.1.1.tar.gz) = e53bcc50f4d18fccdfd951ad6851e7aa3f01bf2c9029e9dfb328f3083c68b3f7
SHA512 (R/diffviewer_0.1.1.tar.gz) = 911fe4f5345b6e269f0167303b1fd21c43083f8db226ff057bc46a07f758077fac72d18eaa1e08465379f9360fe35cceda49e6c389d900de5fa12344d2ee65ad
Size (R/diffviewer_0.1.1.tar.gz) = 165978 bytes

0 comments on commit 01ac12a

Please sign in to comment.