Update to 0.8.3

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)
This commit is contained in:
wen 2016-04-16 14:15:19 +00:00
parent 1fea40634d
commit 96a055087b
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/09/20 03:48:56 brook Exp $
# $NetBSD: Makefile,v 1.2 2016/04/16 14:15:19 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.5.5
R_PKGVER= 0.8.3
DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/03 03:27:11 agc Exp $
$NetBSD: distinfo,v 1.3 2016/04/16 14:15:19 wen Exp $
SHA1 (R/evaluate_0.5.5.tar.gz) = 312b4978b53dce16dc3c3f66126aeee11e9aff9b
RMD160 (R/evaluate_0.5.5.tar.gz) = 9409c50d672cda333f64b91ce52bec474130b30d
SHA512 (R/evaluate_0.5.5.tar.gz) = 31ac41cc5d2c3adfb806a2497f33f8287d9ea3abf815ba9568aa7402d034155aa0a59ef71e5d929422f57cea26c6d722fa02c1c299e06b35bdcc8ab188202b02
Size (R/evaluate_0.5.5.tar.gz) = 17944 bytes
SHA1 (R/evaluate_0.8.3.tar.gz) = 443ca923c120ec4dd52b7390ebe27f9ca75a7699
RMD160 (R/evaluate_0.8.3.tar.gz) = 10ac2408b97d35f62f9e5e8b0c7596fd51865217
SHA512 (R/evaluate_0.8.3.tar.gz) = 7d3060a9612def46b8c88d76e7c0e684dd09d708a429b681189c4014e863c394e7eb9af8f95989eb22d3d905f9011a061456fcb2d065599d9239448ef17594fd
Size (R/evaluate_0.8.3.tar.gz) = 18622 bytes