pkgsrc/devel/R-evaluate/Makefile
wen e1cc9b6d1e Update to 0.10
Upstream changes:
Version 0.10
------------------------------------------------------------------------------

* Added option for the evaluate function to include timing information of ran
  commands. This information will be subsequently rendered by the replay.
  Example usage:
  evaluate::replay(evaluate::evaluate('Sys.sleep(1)', include_timing = TRUE))

* Added a new function `flush_console()` to emulate `flush.console()` in
  `evaluate()` (#61).

* Added a `inject_funs()` function to create functions in the environment passed
  to the `envir` argument of `evaluate()`.
2016-12-18 02:28:50 +00:00

17 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/12/18 02:28:50 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.10
DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"