pkgsrc/math/R-DBI/Makefile
wen 0e2d3de7df Update to 1.1.1
Upstream changes:
DBI 1.1.1 (2021-01-04)
Documentation

    Expand "Get started" vignette to two tutorials, basic and advanced (#332, @jawond).

Bug fixes

    dbAppendTable() now allows columns named sep (#336).
    dbAppendTable() shows a better error message if the input has zero columns (#313).
    sqlInterpolate() now correctly interprets consecutive comments (#329, @rnorberg).
    dbQuoteLiteral() works for difftime objects (#325).
    dbQuoteLiteral() quotes dates as YYYY-MM-DD without time zone (#331).

Internal

    Switch to GitHub Actions (#326).
    Update URL in DESCRIPTION.
2021-04-29 05:56:34 +00:00

17 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/04/29 05:56:34 wen Exp $
R_PKGNAME= DBI
R_PKGVER= 1.1.1
CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
COMMENT= R database interface
LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"