R-ggplot2: update to version 3.2.0.
Update to the canonical form of an R package.
This commit is contained in:
parent
c82125cf9b
commit
85e711f032
3 changed files with 19 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2019,v 1.3147 2019/07/31 16:01:57 brook Exp $
|
||||
$NetBSD: CHANGES-2019,v 1.3148 2019/07/31 16:04:39 brook Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2019:
|
||||
|
||||
|
@ -5104,3 +5104,4 @@ Changes to the packages collection and infrastructure in 2019:
|
|||
Updated geography/R-maptools to 0.9.5 [brook 2019-07-31]
|
||||
Updated graphics/R-Cairo to 1.5.10 [brook 2019-07-31]
|
||||
Updated graphics/R-colorspace to 1.4.1 [brook 2019-07-31]
|
||||
Updated graphics/R-ggplot2 to 3.2.0 [brook 2019-07-31]
|
||||
|
|
|
@ -1,25 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:44 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2019/07/31 16:04:39 brook Exp $
|
||||
|
||||
CATEGORIES= graphics
|
||||
CATEGORIES= graphics R
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://ggplot2.tidyverse.org/
|
||||
COMMENT= Elegant data visualization using the Grammar of Graphcis
|
||||
COMMENT= Create elegant data visualisations using the grammar of graphics
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= ggplot2
|
||||
R_PKGVER= 2.2.1
|
||||
R_PKGVER= 3.2.0
|
||||
|
||||
DEPENDS+= R-digest-[0-9]*:../../security/R-digest
|
||||
DEPENDS+= R-lazyeval>=0.2.2:../../devel/R-lazyeval
|
||||
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
|
||||
DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
|
||||
DEPENDS+= R-scales>=0.5.0:../../graphics/R-scales
|
||||
DEPENDS+= R-viridisLite>=0.3.0:../../graphics/R-viridisLite
|
||||
DEPENDS+= R-gtable>=0.1.1:../../math/R-gtable
|
||||
DEPENDS+= R-plyr>=1.7.1:../../math/R-plyr
|
||||
DEPENDS+= R-reshape2-[0-9]*:../../math/R-reshape2
|
||||
DEPENDS+= R-scales>=0.4.1:../../graphics/R-scales
|
||||
DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
|
||||
DEPENDS+= R-lazyeval-[0-9]*:../../devel/R-lazyeval
|
||||
DEPENDS+= R-reshape2>=1.4.3:../../math/R-reshape2
|
||||
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
|
||||
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
BUILDLINK_API_DEPENDS.R+= R>=3.1
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/03/20 15:20:48 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.2 2019/07/31 16:04:39 brook Exp $
|
||||
|
||||
SHA1 (R/ggplot2_2.2.1.tar.gz) = 07bedaacb6c2cf271eb2ba5ee310f1cc96f85f14
|
||||
RMD160 (R/ggplot2_2.2.1.tar.gz) = d7cf005587a7d0d3b00e5716794a7c2e955cc89c
|
||||
SHA512 (R/ggplot2_2.2.1.tar.gz) = 0c8f1e9fd175f2a7a2ed778965e61ffbee47d4c45d222c20ee046c96b8f33bbe183ec2f9f53fadcbe2bc320f2922869acd8cd211205f6de482e1fb59b8317816
|
||||
Size (R/ggplot2_2.2.1.tar.gz) = 2213308 bytes
|
||||
SHA1 (R/ggplot2_3.2.0.tar.gz) = 1338d2160afe1b4da027cb24c000b85a5083f1aa
|
||||
RMD160 (R/ggplot2_3.2.0.tar.gz) = cc27dfae9e11f8568f81874eebbce55f331bc077
|
||||
SHA512 (R/ggplot2_3.2.0.tar.gz) = 84601b3c07ecbb576c3eb33cd569e38cd640b23433a543ce0402e47896d03d9aa1317217aee5dad957a77b731c83ce88c88b322a7dd41686ea0083393fb7d849
|
||||
Size (R/ggplot2_3.2.0.tar.gz) = 3193995 bytes
|
||||
|
|
Loading…
Reference in a new issue