pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/R-thematic



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec  7 06:16:52 UTC 2024

Modified Files:
        pkgsrc/graphics/R-thematic: Makefile distinfo

Log Message:
(..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)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-thematic/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/R-thematic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/R-thematic/Makefile
diff -u pkgsrc/graphics/R-thematic/Makefile:1.1 pkgsrc/graphics/R-thematic/Makefile:1.2
--- pkgsrc/graphics/R-thematic/Makefile:1.1     Tue Jun  8 01:40:35 2021
+++ pkgsrc/graphics/R-thematic/Makefile Sat Dec  7 06:16:52 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/06/08 01:40:35 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/07 06:16:52 mef Exp $
 
 R_PKGNAME=     thematic
-R_PKGVER=      0.1.2
+R_PKGVER=      0.1.6
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,10 +16,16 @@ DEPENDS+=   R-scales>=1.1.0:../../graphics
 DEPENDS+=      R-rstudioapi>=0.8:../../math/R-rstudioapi
 
 # Packages suggested but not available:
-#   'sysfonts', 'showtext', 'Cairo', 'systemfonts', 'ragg',
-#   'gganimate', 'vdiffr', 'svglite'
+#   'gganimate', 'ggiraph', 'showtext', 'svglite', 'sysfonts', 'vdiffr'
+
+TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
 TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
+TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-systemfonts-[0-9]*:../../fonts/R-systemfonts
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 

Index: pkgsrc/graphics/R-thematic/distinfo
diff -u pkgsrc/graphics/R-thematic/distinfo:1.3 pkgsrc/graphics/R-thematic/distinfo:1.4
--- pkgsrc/graphics/R-thematic/distinfo:1.3     Tue Oct 26 10:45:57 2021
+++ pkgsrc/graphics/R-thematic/distinfo Sat Dec  7 06:16:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:45:57 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/12/07 06:16:52 mef Exp $
 
-BLAKE2s (R/thematic_0.1.2.tar.gz) = b37836c904cbc72e5cb074e9471fe97f120585d8f2a21959247e07e7049e4e37
-SHA512 (R/thematic_0.1.2.tar.gz) = a7c04e813f205aff1503dd9ad49c255e4f203a1f7d20ba390d8d817ce305d7a96a9b88a12b33ff179611314908dfc6e56ea86396c65003a52942aa6ed060543f
-Size (R/thematic_0.1.2.tar.gz) = 2774264 bytes
+BLAKE2s (R/thematic_0.1.6.tar.gz) = 5bbcb6c0edaa6a26e955c548f0e9d2208f537f850dcc4da52d5d7325abaa3cae
+SHA512 (R/thematic_0.1.6.tar.gz) = 56a6192dbc0004b50c48fdc28500d5fdb0ba559cf7dca053c2770322a0b1c4337f52db79f4212077008942c1b2fc6f7b9939603fb8659aebca76055bf71629f1
+Size (R/thematic_0.1.6.tar.gz) = 2746840 bytes



Home | Main Index | Thread Index | Old Index