Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 20:19:05 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64e68bb6a9b6 - main - new port: devel/R-cran-waldo: Find Differences Between R Objects
Message-ID:  <202105042019.144KJ5mq051676@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy (doc committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=64e68bb6a9b66f53dbc4fb8906414507ae397e2b

commit 64e68bb6a9b66f53dbc4fb8906414507ae397e2b
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-05-04 20:18:50 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-05-04 20:18:50 +0000

    new port: devel/R-cran-waldo: Find Differences Between R Objects
    
    Approved by:    lwhsu
---
 devel/Makefile               |  1 +
 devel/R-cran-waldo/Makefile  | 30 ++++++++++++++++++++++++++++++
 devel/R-cran-waldo/distinfo  |  3 +++
 devel/R-cran-waldo/pkg-descr |  5 +++++
 4 files changed, 39 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index b3ecb03a2e79..5834fe1fbc51 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -105,6 +105,7 @@
     SUBDIR += R-cran-uuid
     SUBDIR += R-cran-vcd
     SUBDIR += R-cran-vctrs
+    SUBDIR += R-cran-waldo
     SUBDIR += R-cran-whisker
     SUBDIR += R-cran-withr
     SUBDIR += R-cran-zeallot
diff --git a/devel/R-cran-waldo/Makefile b/devel/R-cran-waldo/Makefile
new file mode 100644
index 000000000000..ffe9483baecb
--- /dev/null
+++ b/devel/R-cran-waldo/Makefile
@@ -0,0 +1,30 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+
+PORTNAME=	waldo
+DISTVERSION=	0.2.5
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	Find Differences Between R Objects
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
+		R-cran-diffobj>0:devel/R-cran-diffobj \
+		R-cran-fansi>0:devel/R-cran-fansi \
+		R-cran-glue>0:devel/R-cran-glue \
+		R-cran-rematch2>0:devel/R-cran-rematch2 \
+		R-cran-rlang>=0.4.10:devel/R-cran-rlang \
+		R-cran-tibble>0:devel/R-cran-tibble
+TEST_DEPENDS=	R-cran-R6>0:devel/R-cran-R6 \
+		R-cran-covr>0:devel/R-cran-covr \
+		R-cran-testthat>=3.0.0:devel/R-cran-testthat
+
+USES=		cran:auto-plist
+
+post-install:
+	@${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-waldo/distinfo b/devel/R-cran-waldo/distinfo
new file mode 100644
index 000000000000..85da0125e003
--- /dev/null
+++ b/devel/R-cran-waldo/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620032425
+SHA256 (waldo_0.2.5.tar.gz) = 7961ab8528b7461c33b3a55ded5d1a214bf0e5fdfc6472a3c7e441d3dee55026
+SIZE (waldo_0.2.5.tar.gz) = 26295
diff --git a/devel/R-cran-waldo/pkg-descr b/devel/R-cran-waldo/pkg-descr
new file mode 100644
index 000000000000..63ea05ac22a2
--- /dev/null
+++ b/devel/R-cran-waldo/pkg-descr
@@ -0,0 +1,5 @@
+Compare complex R objects and reveal the key differences. Designed particularly
+for use in testing packages where being able to quickly isolate key differences
+makes understanding test failures much easier.
+
+WWW: https://github.com/r-lib/waldo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105042019.144KJ5mq051676>