diff options
author | wen <wen> | 2016-12-18 02:28:50 +0000 |
---|---|---|
committer | wen <wen> | 2016-12-18 02:28:50 +0000 |
commit | c8f88ea870b55d6dbaf08288a0b82f8ff1535d9a (patch) | |
tree | 72127ac5d9c30bce53e8e9d57eb443ea41176e93 /devel/R-evaluate/Makefile | |
parent | 09cfd166caebafd6886c4ad9da547e8121e9b362 (diff) | |
download | pkgsrc-c8f88ea870b55d6dbaf08288a0b82f8ff1535d9a.tar.gz |
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()`.
Diffstat (limited to 'devel/R-evaluate/Makefile')
-rw-r--r-- | devel/R-evaluate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/R-evaluate/Makefile b/devel/R-evaluate/Makefile index 366952aa050..a682863fbbd 100644 --- a/devel/R-evaluate/Makefile +++ b/devel/R-evaluate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/28 14:16:39 wen Exp $ +# $NetBSD: Makefile,v 1.4 2016/12/18 02:28:50 wen Exp $ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Parsing and evaluation tools # TODO: LICENSE= GPL R_PKGNAME= evaluate -R_PKGVER= 0.9 +R_PKGVER= 0.10 DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr |