git: a921b16f8531 - main - graphics/R-cran-DiagrammeR: Update to 1.0.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 May 2023 10:10:55 UTC
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=a921b16f8531937ab1cc6a6a0bc7c91743396ca0 commit a921b16f8531937ab1cc6a6a0bc7c91743396ca0 Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2023-05-20 06:46:54 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2023-05-21 10:03:53 +0000 graphics/R-cran-DiagrammeR: Update to 1.0.10 - Update to 1.0.10 - Update pkg-descr Reported by: portscout --- graphics/R-cran-DiagrammeR/Makefile | 10 ++++------ graphics/R-cran-DiagrammeR/distinfo | 6 +++--- graphics/R-cran-DiagrammeR/pkg-descr | 9 ++++++++- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/graphics/R-cran-DiagrammeR/Makefile b/graphics/R-cran-DiagrammeR/Makefile index 8a50d48a4760..ac06ddd4d887 100644 --- a/graphics/R-cran-DiagrammeR/Makefile +++ b/graphics/R-cran-DiagrammeR/Makefile @@ -1,6 +1,5 @@ PORTNAME= DiagrammeR -PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTVERSION= 1.0.10 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,13 +9,12 @@ WWW= https://cran.r-project.org/web/packages/DiagrammeR/ LICENSE= MIT -CRAN_DEPENDS= R-cran-dplyr>=1.0.7:math/R-cran-dplyr \ - R-cran-downloader>=0.4:www/R-cran-downloader \ +CRAN_DEPENDS= R-cran-downloader>=0.4:www/R-cran-downloader \ + R-cran-dplyr>=1.0.7:math/R-cran-dplyr \ R-cran-glue>=1.5.0:devel/R-cran-glue \ R-cran-htmltools>=0.5.2:textproc/R-cran-htmltools \ R-cran-htmlwidgets>=1.5:www/R-cran-htmlwidgets \ R-cran-igraph>=1.2.11:math/R-cran-igraph \ - R-cran-influenceR>=0.1.0.1:math/R-cran-influenceR \ R-cran-magrittr>=1.5:devel/R-cran-magrittr \ R-cran-purrr>=0.3.4:devel/R-cran-purrr \ R-cran-RColorBrewer>=1.1.2:graphics/R-cran-RColorBrewer \ @@ -32,6 +30,6 @@ CRAN_DEPENDS= R-cran-dplyr>=1.0.7:math/R-cran-dplyr \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/graphics/R-cran-DiagrammeR/distinfo b/graphics/R-cran-DiagrammeR/distinfo index aa8ac70351d1..70b26b25fe80 100644 --- a/graphics/R-cran-DiagrammeR/distinfo +++ b/graphics/R-cran-DiagrammeR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646622560 -SHA256 (DiagrammeR_1.0.9.tar.gz) = 64a426fe27110dddd8b0c1223ae4c397a2e553ae5e81ddd4ff67c026cfc40abf -SIZE (DiagrammeR_1.0.9.tar.gz) = 1229781 +TIMESTAMP = 1684565102 +SHA256 (DiagrammeR_1.0.10.tar.gz) = 72f6a89708ae15277acbbab2dded5f461b6bdc9c5893112860fb34c8df3ff890 +SIZE (DiagrammeR_1.0.10.tar.gz) = 1229096 diff --git a/graphics/R-cran-DiagrammeR/pkg-descr b/graphics/R-cran-DiagrammeR/pkg-descr index 384e00be72c1..0008f58e21a6 100644 --- a/graphics/R-cran-DiagrammeR/pkg-descr +++ b/graphics/R-cran-DiagrammeR/pkg-descr @@ -1 +1,8 @@ -Create graph diagrams and flowcharts using R. +Build graph/network structures using functions for stepwise addition +and deletion of nodes and edges. Work with data available in tables +for bulk addition of nodes, edges, and associated metadata. Use +graph selections and traversals to apply changes to specific nodes +or edges. A wide selection of graph algorithms allow for the analysis +of graphs. Visualize the graphs and take advantage of any aesthetic +properties assigned to nodes and edges.Create graph diagrams and +flowcharts using R.