Skip to content

Commit 3251eaa

Browse files
author
mef
committed
(..graphics/R-thematic) Updated 0.1.4 to 0.1.6
# thematic 0.1.6 * Add basic positron IDE support. (#152) * Update for now deprecated `systemfonts::match_font()`. (#153) # thematic 0.1.5 * Accommodate for breaking changes in ggplot2 v3.5.0. (#148) * `{thematic}` now works with recent versions of the `{vdiffr}` package. (#149)
1 parent 6a04a04 commit 3251eaa

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

graphics/R-thematic/Makefile

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.1 2021/06/08 01:40:35 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/12/07 06:16:52 mef Exp $
22

33
R_PKGNAME= thematic
4-
R_PKGVER= 0.1.2
4+
R_PKGVER= 0.1.6
55
CATEGORIES= graphics
66

77
MAINTAINER= [email protected]
@@ -16,10 +16,16 @@ DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
1616
DEPENDS+= R-rstudioapi>=0.8:../../math/R-rstudioapi
1717

1818
# Packages suggested but not available:
19-
# 'sysfonts', 'showtext', 'Cairo', 'systemfonts', 'ragg',
20-
# 'gganimate', 'vdiffr', 'svglite'
19+
# 'gganimate', 'ggiraph', 'showtext', 'svglite', 'sysfonts', 'vdiffr'
20+
21+
TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
2122
TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
23+
TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
24+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
25+
TEST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
26+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
2227
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
28+
TEST_DEPENDS+= R-systemfonts-[0-9]*:../../fonts/R-systemfonts
2329
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
2430

2531

graphics/R-thematic/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2021/10/26 10:45:57 nia Exp $
1+
$NetBSD: distinfo,v 1.4 2024/12/07 06:16:52 mef Exp $
22

3-
BLAKE2s (R/thematic_0.1.2.tar.gz) = b37836c904cbc72e5cb074e9471fe97f120585d8f2a21959247e07e7049e4e37
4-
SHA512 (R/thematic_0.1.2.tar.gz) = a7c04e813f205aff1503dd9ad49c255e4f203a1f7d20ba390d8d817ce305d7a96a9b88a12b33ff179611314908dfc6e56ea86396c65003a52942aa6ed060543f
5-
Size (R/thematic_0.1.2.tar.gz) = 2774264 bytes
3+
BLAKE2s (R/thematic_0.1.6.tar.gz) = 5bbcb6c0edaa6a26e955c548f0e9d2208f537f850dcc4da52d5d7325abaa3cae
4+
SHA512 (R/thematic_0.1.6.tar.gz) = 56a6192dbc0004b50c48fdc28500d5fdb0ba559cf7dca053c2770322a0b1c4337f52db79f4212077008942c1b2fc6f7b9939603fb8659aebca76055bf71629f1
5+
Size (R/thematic_0.1.6.tar.gz) = 2746840 bytes

0 commit comments

Comments
 (0)