Mon Sep 20 02:33:14 2021 UTC ()
(graphics/R-ggthemes) Updated 4.2.0 to 4.2.4

# ggthemes 4.2.4
- Fixing URLs for CRAN submission again.

# ggthemes 4.2.3
- Fixing URLs for CRAN submission again.

# ggthemes 4.2.2
- Fixing URLs for CRAN submission.

# ggthemes 4.2.1
- Conditionally use the vdiffr package in tests so it complies with
  suggested package policy (#124)
- Fix error in `expect_equal` functions (#123)
- Fix errors in `geom_tufteboxplot` and `stat_fivenumber` due to
  missing imported objects from ggplot2 (#117, #121)
- Fix text labels in top axis in `theme_economist` (#115)
- Update documentation on `geom_rangeframe`; it should be used with
  `coord_cartesian(clip="off")`. (#120)


(mef)
diff -r1.1 -r1.2 pkgsrc/graphics/R-ggthemes/Makefile
diff -r1.1 -r1.2 pkgsrc/graphics/R-ggthemes/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/graphics/R-ggthemes/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/R-ggthemes/Makefile 2020/08/01 02:24:00 1.1
+++ pkgsrc/graphics/R-ggthemes/Makefile 2021/09/20 02:33:14 1.2
@@ -1,20 +1,31 @@ @@ -1,20 +1,31 @@
1# $NetBSD: Makefile,v 1.1 2020/08/01 02:24:00 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2021/09/20 02:33:14 mef Exp $
2 2
3R_PKGNAME= ggthemes 3R_PKGNAME= ggthemes
4R_PKGVER= 4.2.0 4R_PKGVER= 4.2.4
5CATEGORIES= graphics 5CATEGORIES= graphics
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Extra Themes, Scales and Geoms for 'ggplot2' 8COMMENT= Extra Themes, Scales and Geoms for 'ggplot2'
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11DEPENDS+= R-purrr>=0.3.3:../../devel/R-purrr 11DEPENDS+= R-purrr>=0.3.3:../../devel/R-purrr
12DEPENDS+= R-ggplot2>=3.0.0:../../graphics/R-ggplot2 12DEPENDS+= R-ggplot2>=3.0.0:../../graphics/R-ggplot2
13DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales 13DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
14DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble 14DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
15DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr 15DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
16 16
 17# Packages suggested but not available:
 18# 'extrafont', 'pander', 'vdiffr'
 19TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 20TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 21TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr
 22TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
 23TEST_DEPENDS+= R-mapproj-[0-9]*:../../math/R-mapproj
 24TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 25TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
 26TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
 27
17USE_LANGUAGES= # none 28USE_LANGUAGES= # none
18 29
19.include "../../math/R/Makefile.extension" 30.include "../../math/R/Makefile.extension"
20.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/graphics/R-ggthemes/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/R-ggthemes/distinfo 2020/08/01 02:24:00 1.1
+++ pkgsrc/graphics/R-ggthemes/distinfo 2021/09/20 02:33:14 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2020/08/01 02:24:00 brook Exp $ 1$NetBSD: distinfo,v 1.2 2021/09/20 02:33:14 mef Exp $
2 2
3SHA1 (R/ggthemes_4.2.0.tar.gz) = 0bbcb3f8de2db3a69c3479b1539b0deaf3fabfe9 3SHA1 (R/ggthemes_4.2.4.tar.gz) = cbdd20739498f76a38ef3ebc46b0e16032e65ced
4RMD160 (R/ggthemes_4.2.0.tar.gz) = e4fa40b23c92f26aede9b9aa7ec3cfd3d65ab75d 4RMD160 (R/ggthemes_4.2.4.tar.gz) = 0e6ddc5acda93c0f1ff46ddc422884e00b28de8e
5SHA512 (R/ggthemes_4.2.0.tar.gz) = 4304d5792ae1bbeea328723b2576503e407969bd33028c2b58aeef36ee89da55d69b4ac4ae2185e563174a89e0fdeab4c8860b02ff6ef5f45f2a6bc67b77560a 5SHA512 (R/ggthemes_4.2.4.tar.gz) = 70aca67975581dc451c03f204637feff5527c7cc170c67b678b0fca8f947f27dedcf541dc56ee6cf6622a05ec10188509a60ec887cb1ef2b7001f221a4706471
6Size (R/ggthemes_4.2.0.tar.gz) = 423927 bytes 6Size (R/ggthemes_4.2.4.tar.gz) = 444642 bytes