Upstream changes: Version 0.8.3 ------------------------------------------------------------------------------ * Added an argument `filename` to evaluate() and parse_all() (thanks, @flying-sheep, #58). Version 0.8 ------------------------------------------------------------------------------ * Changed package license to MIT. Version 0.7.2 ------------------------------------------------------------------------------ * replay() fails to replay certain objects such as NULL (#53). Version 0.7 ------------------------------------------------------------------------------ * R 3.0.2 is the minimal required version for this package now. Version 0.6 ------------------------------------------------------------------------------ * Plots are no longer recorded when the current graphical device has been changed, which may introduce issues like yihui/knitr#824. * `parse_all()` can parse R code that contains multibyte characters correctly now (#49, yihui/knitr#988)
17 lines
421 B
Makefile
17 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/04/16 14:15:19 wen Exp $
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/evaluate/
|
|
COMMENT= Parsing and evaluation tools
|
|
# TODO: LICENSE= GPL
|
|
|
|
R_PKGNAME= evaluate
|
|
R_PKGVER= 0.8.3
|
|
|
|
DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|