(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)
This commit is contained in:
parent
4bfbd244c6
commit
58aea24098
2 changed files with 18 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/01 02:24:00 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2021/09/20 02:33:14 mef Exp $
|
||||
|
||||
R_PKGNAME= ggthemes
|
||||
R_PKGVER= 4.2.0
|
||||
R_PKGVER= 4.2.4
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -14,6 +14,17 @@ DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
|
|||
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
|
||||
DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
|
||||
|
||||
# Packages suggested but not available:
|
||||
# 'extrafont', 'pander', 'vdiffr'
|
||||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
|
||||
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
|
||||
TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr
|
||||
TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
|
||||
TEST_DEPENDS+= R-mapproj-[0-9]*:../../math/R-mapproj
|
||||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
||||
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
|
||||
TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/08/01 02:24:00 brook Exp $
|
||||
$NetBSD: distinfo,v 1.2 2021/09/20 02:33:14 mef Exp $
|
||||
|
||||
SHA1 (R/ggthemes_4.2.0.tar.gz) = 0bbcb3f8de2db3a69c3479b1539b0deaf3fabfe9
|
||||
RMD160 (R/ggthemes_4.2.0.tar.gz) = e4fa40b23c92f26aede9b9aa7ec3cfd3d65ab75d
|
||||
SHA512 (R/ggthemes_4.2.0.tar.gz) = 4304d5792ae1bbeea328723b2576503e407969bd33028c2b58aeef36ee89da55d69b4ac4ae2185e563174a89e0fdeab4c8860b02ff6ef5f45f2a6bc67b77560a
|
||||
Size (R/ggthemes_4.2.0.tar.gz) = 423927 bytes
|
||||
SHA1 (R/ggthemes_4.2.4.tar.gz) = cbdd20739498f76a38ef3ebc46b0e16032e65ced
|
||||
RMD160 (R/ggthemes_4.2.4.tar.gz) = 0e6ddc5acda93c0f1ff46ddc422884e00b28de8e
|
||||
SHA512 (R/ggthemes_4.2.4.tar.gz) = 70aca67975581dc451c03f204637feff5527c7cc170c67b678b0fca8f947f27dedcf541dc56ee6cf6622a05ec10188509a60ec887cb1ef2b7001f221a4706471
|
||||
Size (R/ggthemes_4.2.4.tar.gz) = 444642 bytes
|
||||
|
|
Loading…
Reference in a new issue