aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2023-05-20 06:46:54 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2023-05-21 10:03:53 +0000
commita921b16f8531937ab1cc6a6a0bc7c91743396ca0 (patch)
treecf794d898b3d5b4c4262da507355c6e4dd2a0cc8
parent0c9c0f74a7b177b93c145ec76d0b34fa415c36c8 (diff)
downloadports-a921b16f8531937ab1cc6a6a0bc7c91743396ca0.tar.gz
ports-a921b16f8531937ab1cc6a6a0bc7c91743396ca0.zip
graphics/R-cran-DiagrammeR: Update to 1.0.10
- Update to 1.0.10 - Update pkg-descr Reported by: portscout
-rw-r--r--graphics/R-cran-DiagrammeR/Makefile10
-rw-r--r--graphics/R-cran-DiagrammeR/distinfo6
-rw-r--r--graphics/R-cran-DiagrammeR/pkg-descr9
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.