Skip to content

Commit

Permalink
(devel/R-fansi) Updated 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Jun 5, 2021
1 parent 893cb15 commit 493c256
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions devel/R-fansi/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:39 brook Exp $
# $NetBSD: Makefile,v 1.4 2021/06/05 08:05:51 mef Exp $

R_PKGNAME= fansi
R_PKGVER= 0.4.0
R_PKGVER= 0.5.0
CATEGORIES= devel

MAINTAINER= wen@NetBSD.org
COMMENT= ANSI control sequence aware string functions
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3

#EST_DEPENDS+= R-unitizer-[0-9]*:../../devel/R-unitizer
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown

USE_LANGUAGES= c

.include "../../math/R/Makefile.extension"
Expand Down
10 changes: 5 additions & 5 deletions devel/R-fansi/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/06/09 09:41:35 wen Exp $
$NetBSD: distinfo,v 1.2 2021/06/05 08:05:51 mef Exp $

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

0 comments on commit 493c256

Please sign in to comment.