Skip to content

Commit 493c256

Browse files
author
mef
committed
(devel/R-fansi) Updated 0.4.0 to 0.5.0
# fansi Release Notes ## v0.5.0 * [#65](brodieG/fansi#65): `sgr_to_html` optionally converts CSI SGR to classes instead of inline styles (h/t @hadley). * [#69](brodieG/fansi#69): `sgr_to_html` is more disciplined about emitting unnecessary HTML (h/t @hadley). * New functions: * `sgr_256`: Display all 256 8-bit colors. * `in_html`: Easily output HTML in a web page. * `make_styles`: Easily produce CSS that matches 8-bit colors. * Adjust for changes to `nchar(..., type='width')` for C0-C1 control characters in R 4.1. * Restore tests bypassed in 0.4.2. ## v0.4.2 * Temporarily bypass tests due to R bug introduced in R-devel 79799. ## v0.4.1 * Correctly define/declare global symbols as per WRE 1.6.4.1, (h/t Professor Ripley, Joshua Ulrich for example fixes). * [#59](brodieG/fansi#59): Provide a `split.nl` option to `set_knit_hooks` to mitigate white space issues when using blackfriday for the markdown->html conversion (@krlmlr).
1 parent 893cb15 commit 493c256

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

devel/R-fansi/Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:39 brook Exp $
1+
# $NetBSD: Makefile,v 1.4 2021/06/05 08:05:51 mef Exp $
22

33
R_PKGNAME= fansi
4-
R_PKGVER= 0.4.0
4+
R_PKGVER= 0.5.0
55
CATEGORIES= devel
66

77
MAINTAINER= [email protected]
88
COMMENT= ANSI control sequence aware string functions
99
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
1010

11+
#EST_DEPENDS+= R-unitizer-[0-9]*:../../devel/R-unitizer
12+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
13+
1114
USE_LANGUAGES= c
1215

1316
.include "../../math/R/Makefile.extension"

devel/R-fansi/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2019/06/09 09:41:35 wen Exp $
1+
$NetBSD: distinfo,v 1.2 2021/06/05 08:05:51 mef Exp $
22

3-
SHA1 (R/fansi_0.4.0.tar.gz) = 62a8e1128a23f3050228b6784b68b5789a6c0538
4-
RMD160 (R/fansi_0.4.0.tar.gz) = ee36c1e8c78e90e557548bc1f0ee354fa2d5750d
5-
SHA512 (R/fansi_0.4.0.tar.gz) = 13012ca52137d9aec533bd0d16b84c13c33fee2ff4e25c6214e84ffd8d813612e10356d4a16affb8483047d2eaeb5b7746ebcb705d4d711b92d7e5d2a950e1e2
6-
Size (R/fansi_0.4.0.tar.gz) = 266123 bytes
3+
SHA1 (R/fansi_0.5.0.tar.gz) = bbda4cc9ce3ee2b048594ec5cdcd00800fe1d4a5
4+
RMD160 (R/fansi_0.5.0.tar.gz) = 18cfd61c80d11613b1c6a49829345acb570a1b86
5+
SHA512 (R/fansi_0.5.0.tar.gz) = cc2c52e5c122d4b99c5af47997ece264e90e7969e40c2f0acca694da8b6b3b6699fa53624ccfeb45e3dfcb3e789865e64e3b8a3c8ba8eac8bddeccb66bb835d4
6+
Size (R/fansi_0.5.0.tar.gz) = 301724 bytes

0 commit comments

Comments
 (0)