2c63695a12
# waldo 0.2.5 * On platforms without UTF-8 support, strings that differ only in their encoding are now correctly considered to be identical (#66). # waldo 0.2.4 * Additional arguments to `compare()` generate a more informative warning (#58). * Numbers use a better algorithm for picking the number of decimal places to show (#63). * ASTs with identical deparsed strings now show exactly how the AST differs. Source references are now more comprehensively stripped using `rlang::zap_srcrefs()` * S3 objects now show the base type, and no longer fails when the types are incompatible.
24 lines
695 B
Makefile
24 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/06/06 13:57:00 mef Exp $
|
|
|
|
R_PKGNAME= waldo
|
|
R_PKGVER= 0.2.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Find Differences Between R Objects
|
|
LICENSE= mit # + file LICENSE
|
|
|
|
DEPENDS+= R-cli>=2.0.2:../../devel/R-cli
|
|
DEPENDS+= R-diffobj-[0-9]*:../../devel/R-diffobj
|
|
DEPENDS+= R-fansi>=0.4.0:../../devel/R-fansi
|
|
DEPENDS+= R-glue>=1.4.1:../../devel/R-glue
|
|
DEPENDS+= R-rematch2>=2.1.2:../../devel/R-rematch2
|
|
DEPENDS+= R-rlang>=0.4.7:../../devel/R-rlang
|
|
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
|
|
|
|
TEST_DEPENDS+= R-rematch2-[0-9]*:../../devel/R-rematch2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|