377846aa35
# fansi Release Notes ## v0.5.0 * [#65](https://github.com/brodieG/fansi/issues/65): `sgr_to_html` optionally converts CSI SGR to classes instead of inline styles (h/t @hadley). * [#69](https://github.com/brodieG/fansi/issues/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](https://github.com/brodieG/fansi/issues/59): Provide a `split.nl` option to `set_knit_hooks` to mitigate white space issues when using blackfriday for the markdown->html conversion (@krlmlr).
17 lines
435 B
Makefile
17 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/06/05 08:05:51 mef Exp $
|
|
|
|
R_PKGNAME= fansi
|
|
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"
|
|
.include "../../mk/bsd.pkg.mk"
|