Skip to content

Commit 7fc6bbd

Browse files
author
mef
committed
(www/R-downlit) Updated 0.4.0 to 0.4.4
# downlit 0.4.4 * Use simpler parsing algorithm for R 4.0, which avoids crash with certain UTF-8 characters (#189). # downlit 0.4.3 * Fix for upcoming R-devel (#169). # downlit 0.4.2 * `highlight()` no longer errors if a package imputed to have been attached isn't installed. * Correctly link `requireNamespace(MASS)` (#151). # downlit 0.4.1 ## Syntax highlighting * Supports new base pipe `|>` syntax (#126). * Every line get its own `<span>` to match pandoc (#122). * Multi-line tokens (e.g. strings) now get a `<span>` per line (#139). * Very long strings or other tokens are no longer truncated (@dmurdoch, #128). ## Auto-linkg * Function calls (in inline and code blocks) will no longer to non-function topics (#135). * Re-exports detection no longer relies on name of `.Rd` file (#134). * Link to correct topic with `::()` and `utils::help()` (@IndrajeetPatil, #131). * Generate correct link for Bioconductor vignettes (@zeehio, #145)
1 parent 9805621 commit 7fc6bbd

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

www/R-downlit/Makefile

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.1 2022/12/18 09:25:53 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/12/30 10:26:11 mef Exp $
22

33
R_PKGNAME= downlit
4-
R_PKGVER= 0.4.0
4+
R_PKGVER= 0.4.4
55
CATEGORIES= www
66

77
MAINTAINER= [email protected]
@@ -16,12 +16,18 @@ DEPENDS+= R-memoise>=2.0.0:../../devel/R-memoise
1616
DEPENDS+= R-rlang>=1.0.2:../../devel/R-rlang
1717
DEPENDS+= R-vctrs>=0.4.1:../../math/R-vctrs
1818
DEPENDS+= R-digest>=0.6.25:../../security/R-digest
19+
DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
1920
DEPENDS+= R-yaml>=2.2.1:../../textproc/R-yaml
2021

22+
# Package suggested but not available: 'MassSpecWavelet'
23+
2124
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
25+
TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
2226
#EST_DEPENDS+= R-leaflet-[0-9]*:
2327
TEST_DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
28+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
2429
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
30+
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
2531

2632
USE_LANGUAGES= # none
2733

www/R-downlit/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2022/12/18 09:25:53 mef Exp $
1+
$NetBSD: distinfo,v 1.2 2024/12/30 10:26:11 mef Exp $
22

3-
BLAKE2s (R/downlit_0.4.0.tar.gz) = c43c9b2b66ea03d0a590429df9c1d5c4129ab8105106ce07b01dc211c3db77d6
4-
SHA512 (R/downlit_0.4.0.tar.gz) = c83eaaa3f5e39e79ac68f9433364c8e05e00f2cef7dff1ba818ba4fab91a2b70b11f795417cf1301504ab7328323577dc6ad920eada317effa40e7aced1db069
5-
Size (R/downlit_0.4.0.tar.gz) = 35489 bytes
3+
BLAKE2s (R/downlit_0.4.4.tar.gz) = de7ed6fea2c43aef2062ceb947091734eeccade909ecc343db0ac13190f7abff
4+
SHA512 (R/downlit_0.4.4.tar.gz) = 86b2511866d028cb53d82125c2de1cb2bdbb2ea56997beb10928c99fef5ffb6b50d5c4ea57fe6020aed994674948d999d707095ff1dd97effc2b3fe230d96e05
5+
Size (R/downlit_0.4.4.tar.gz) = 37162 bytes

0 commit comments

Comments
 (0)