pkgsrc/devel/R-diffobj/Makefile
mef 006ef8c624 (devel/R-diffob) Updated 0.3.4 to 0.3.5, make test ERROR1, WARNING 1
# diffobj
## v0.3.5

* Options automatically fallback to factory defaults if they are unset (h/t
  @gadenbui).
* [#158](https://github.com/brodieG/diffobj/issues/158): Calling `diff*` with
  `do.call` now works without warnings.
* [#117](https://github.com/brodieG/diffobj/issues/117): Fix guide detection
  with very wide wrapped data.frames (h/t @bastician, @overvolting).
2021-11-29 10:47:58 +00:00

18 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/11/29 10:47:58 mef Exp $
R_PKGNAME= diffobj
R_PKGVER= 0.3.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Diffs for R Objects
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-crayon>=1.3.2:../../devel/R-crayon
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"