Skip to content

Commit

Permalink
(www/R-downlit) Updated 0.4.0 to 0.4.4
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Dec 30, 2024
1 parent 9805621 commit 7fc6bbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions www/R-downlit/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2022/12/18 09:25:53 mef Exp $
# $NetBSD: Makefile,v 1.2 2024/12/30 10:26:11 mef Exp $

R_PKGNAME= downlit
R_PKGVER= 0.4.0
R_PKGVER= 0.4.4
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -16,12 +16,18 @@ DEPENDS+= R-memoise>=2.0.0:../../devel/R-memoise
DEPENDS+= R-rlang>=1.0.2:../../devel/R-rlang
DEPENDS+= R-vctrs>=0.4.1:../../math/R-vctrs
DEPENDS+= R-digest>=0.6.25:../../security/R-digest
DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
DEPENDS+= R-yaml>=2.2.1:../../textproc/R-yaml

# Package suggested but not available: 'MassSpecWavelet'

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
#EST_DEPENDS+= R-leaflet-[0-9]*:
TEST_DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2

USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions www/R-downlit/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/12/18 09:25:53 mef Exp $
$NetBSD: distinfo,v 1.2 2024/12/30 10:26:11 mef Exp $

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

0 comments on commit 7fc6bbd

Please sign in to comment.