From f5f6cc9c8349ce0fd8ee069306e768616a93af67 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 16 Apr 2016 14:52:15 +0000 Subject: Update to 1.3 Upstream changes: CHANGES IN formatR VERSION 1.3 NEW FEATURES o `tidy_source()` can deal with multibyte characters that cannot represented in the system native encoding now (on Windows) o `usage()` works for functions obtained from `::` or `:::` now, e.g. `usage(formatR::tidy_source)` CHANGES IN formatR VERSION 1.2 MAJOR CHANGES o the minimal required R version is 3.0.2 now CHANGES IN formatR VERSION 1.1 NEW FEATURES o added a new argument `output` to usage() BUG FIXES o fixed yihui/knitr#918: when code is NULL, parse() will hang (with a question mark waiting for input) --- textproc/R-formatR/Makefile | 4 ++-- textproc/R-formatR/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'textproc/R-formatR') diff --git a/textproc/R-formatR/Makefile b/textproc/R-formatR/Makefile index 589ab42e168..7b249c85a99 100644 --- a/textproc/R-formatR/Makefile +++ b/textproc/R-formatR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/19 20:31:50 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/16 14:52:15 wen Exp $ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Format R code automatically # TODO: LICENSE= GPL R_PKGNAME= formatR -R_PKGVER= 1.0 +R_PKGVER= 1.3 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-formatR/distinfo b/textproc/R-formatR/distinfo index a0ba885a11d..deca8fa180f 100644 --- a/textproc/R-formatR/distinfo +++ b/textproc/R-formatR/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:59:18 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/16 14:52:15 wen Exp $ -SHA1 (R/formatR_1.0.tar.gz) = 9fc399675e8dcc8979ebc99c94816d08830cc9ba -RMD160 (R/formatR_1.0.tar.gz) = e8eb942cce07c3dd26ef1e8ceab961c6b8144e80 -SHA512 (R/formatR_1.0.tar.gz) = 6a7db5f8065310842fdd38a0789f7dc72830394ff5660d24f851bea08818a83c2497e067550ef382ad31b7cd2d3d06b366a16108fc0fa6bbc80df0f8bbfe8f2a -Size (R/formatR_1.0.tar.gz) = 28265 bytes +SHA1 (R/formatR_1.3.tar.gz) = 69ac9993027bdbc3fbf7f23e9f56f642dfd11094 +RMD160 (R/formatR_1.3.tar.gz) = 9f452446faba9f967d3c3cb5166dfe2f35c62cd3 +SHA512 (R/formatR_1.3.tar.gz) = 8390d5a2e676371e9aab8ed087054b76f9458f6a1237ef166287de5d585cbcc0322d8d47b0f8ba7fe1a34ea487797e86fb2c54b8256dc2e77b7fab535f841421 +Size (R/formatR_1.3.tar.gz) = 28139 bytes -- cgit v1.2.3