From c58ffb4d9cbf2aec49a0e8ff52d7307513c8e429 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 8 Jan 2025 17:03:42 +0000 Subject: [PATCH] autoupgrade CRAN modules --- Scripts/CRAN/list.summary-override | 2 ++ bucket_16/R-igraph/distinfo | 2 +- bucket_16/R-igraph/specification | 4 +-- bucket_1E/R-pyinit/descriptions/desc.single | 6 ++++ bucket_1E/R-pyinit/distinfo | 1 + bucket_1E/R-pyinit/specification | 34 ++++++++++++++++++ .../R-RobStatTM/descriptions/desc.single | 8 +++++ bucket_42/R-RobStatTM/distinfo | 1 + bucket_42/R-RobStatTM/specification | 36 +++++++++++++++++++ bucket_51/R-xfun/distinfo | 2 +- bucket_51/R-xfun/specification | 4 +-- bucket_55/R-rrcov/descriptions/desc.single | 18 ++++++++++ bucket_55/R-rrcov/distinfo | 1 + bucket_55/R-rrcov/specification | 36 +++++++++++++++++++ bucket_60/R-classInt/distinfo | 2 +- bucket_60/R-classInt/specification | 4 +-- bucket_91/R-pcaPP/descriptions/desc.single | 11 ++++++ bucket_91/R-pcaPP/distinfo | 1 + bucket_91/R-pcaPP/specification | 34 ++++++++++++++++++ bucket_96/R-pillar/distinfo | 2 +- bucket_96/R-pillar/specification | 4 +-- bucket_98/R-curl/distinfo | 2 +- bucket_98/R-curl/specification | 4 +-- bucket_9D/R-spData/descriptions/desc.single | 9 ++--- bucket_9D/R-spData/distinfo | 2 +- bucket_9D/R-spData/specification | 4 +-- bucket_A0/R-rgl/distinfo | 2 +- bucket_A0/R-rgl/specification | 4 +-- bucket_EC/R-tidyquant/distinfo | 2 +- bucket_EC/R-tidyquant/specification | 5 +-- bucket_F0/R-matrixStats/distinfo | 2 +- bucket_F0/R-matrixStats/specification | 4 +-- 32 files changed, 222 insertions(+), 31 deletions(-) create mode 100644 bucket_1E/R-pyinit/descriptions/desc.single create mode 100644 bucket_1E/R-pyinit/distinfo create mode 100644 bucket_1E/R-pyinit/specification create mode 100644 bucket_42/R-RobStatTM/descriptions/desc.single create mode 100644 bucket_42/R-RobStatTM/distinfo create mode 100644 bucket_42/R-RobStatTM/specification create mode 100644 bucket_55/R-rrcov/descriptions/desc.single create mode 100644 bucket_55/R-rrcov/distinfo create mode 100644 bucket_55/R-rrcov/specification create mode 100644 bucket_91/R-pcaPP/descriptions/desc.single create mode 100644 bucket_91/R-pcaPP/distinfo create mode 100644 bucket_91/R-pcaPP/specification diff --git a/Scripts/CRAN/list.summary-override b/Scripts/CRAN/list.summary-override index a7e6eb9199..e70ae59dbf 100644 --- a/Scripts/CRAN/list.summary-override +++ b/Scripts/CRAN/list.summary-override @@ -14,6 +14,7 @@ xlsx Handle Excel 97/2000/XP/2003/2007 files odbc DBI-compatible interface to ODBC databases blob Binary object data S3 class xml2 Interface to libxml2 for XML file parsing +rrcov Scalable Estimators with High Breakdown Point bslib Custom Bootstrap and Sass themes broom Convert statistical analysis into Tidy tibbles servr Simple HTTP server - static and dynamic files @@ -25,6 +26,7 @@ rjson JSON <=> R object converter rlang Base type functions and core features for R later Event loop scheduling utilities knitr General-purpose dynamic report generation +pyinit P-Y Initial Estimator for Robust S-Regression reprex Prepare Reproducible Example Code via Clipboard locfit Local regression, likihood, density estimation inline Inline function calls to C, C++, and Fortran diff --git a/bucket_16/R-igraph/distinfo b/bucket_16/R-igraph/distinfo index 669df2dc0b..e558570222 100644 --- a/bucket_16/R-igraph/distinfo +++ b/bucket_16/R-igraph/distinfo @@ -1 +1 @@ -52d2a79bb76bece97eb9a342069dc13ce458ddd767387b9476b063f29fe0529f 4987159 CRAN/igraph_2.1.2.tar.gz +6068fb7357c8f11f7a45379b7e463b3b69a2abc5a51df65ba1746421a14daeff 4997489 CRAN/igraph_2.1.3.tar.gz diff --git a/bucket_16/R-igraph/specification b/bucket_16/R-igraph/specification index 720ff2978c..11b80871da 100644 --- a/bucket_16/R-igraph/specification +++ b/bucket_16/R-igraph/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 2.1.2 +DEF[PORTVERSION]= 2.1.3 # ------------------------------------------------------------------------ NAMEBASE= R-igraph @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= igraph_2.1.2.tar.gz:main +DISTFILE[1]= igraph_2.1.3.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_1E/R-pyinit/descriptions/desc.single b/bucket_1E/R-pyinit/descriptions/desc.single new file mode 100644 index 0000000000..f5e9845ae3 --- /dev/null +++ b/bucket_1E/R-pyinit/descriptions/desc.single @@ -0,0 +1,6 @@ +pyinit: Pena-Yohai Initial Estimator for Robust S-Regression + +Deterministic Pena-Yohai initial estimator for robust S estimators of +regression. The procedure is described in detail in Pena, D., & Yohai, +V. (1999) <doi:10.2307/2670164>. diff --git a/bucket_1E/R-pyinit/distinfo b/bucket_1E/R-pyinit/distinfo new file mode 100644 index 0000000000..359ab015a5 --- /dev/null +++ b/bucket_1E/R-pyinit/distinfo @@ -0,0 +1 @@ +d6e7826d62e8ed65b7afa56959a395d2ed2294b13b533297f627b444ca8d7c31 21452 CRAN/pyinit_1.1.3.tar.gz diff --git a/bucket_1E/R-pyinit/specification b/bucket_1E/R-pyinit/specification new file mode 100644 index 0000000000..6c21e6099a --- /dev/null +++ b/bucket_1E/R-pyinit/specification @@ -0,0 +1,34 @@ +DEF[PORTVERSION]= 1.1.3 +# ------------------------------------------------------------------------ + +NAMEBASE= R-pyinit +VERSION= ${PORTVERSION} +KEYWORDS= cran +VARIANTS= std +SDESC[std]= P-Y Initial Estimator for Robust S-Regression +HOMEPAGE= https://github.com/dakep/pyinit +CONTACT= CRAN_Automaton[cran@ironwolf.systems] + +DOWNLOAD_GROUPS= main +SITES[main]= CRAN/src/contrib + https://loki.dragonflybsd.org/cranfiles/ +DISTFILE[1]= pyinit_1.1.3.tar.gz:main +DIST_SUBDIR= CRAN +DF_INDEX= 1 + +SPKGS[std]= single + +OPTIONS_AVAILABLE= none +OPTIONS_STANDARD= none + +# License listed on https://cran.r-project.org/ +# => GPL-2 | GPL-3 [expanded from: GPL (>= 2)] + +USES= cran gmake +DISTNAME= pyinit +GENERATED= yes +INSTALL_REQ_TOOLCHAIN= yes + +BUILDRUN_DEPENDS= R-robustbase:single:std + + diff --git a/bucket_42/R-RobStatTM/descriptions/desc.single b/bucket_42/R-RobStatTM/descriptions/desc.single new file mode 100644 index 0000000000..98fcb77ccf --- /dev/null +++ b/bucket_42/R-RobStatTM/descriptions/desc.single @@ -0,0 +1,8 @@ +RobStatTM: Robust Statistics: Theory and Methods + +Companion package for the book: "Robust Statistics: Theory and Methods, +second edition", <http://www.wiley.com/go/maronna/robust>. This package +contains code that implements the robust estimators discussed in the recent +second edition of the book above, as well as the scripts reproducing all +the examples in the book. diff --git a/bucket_42/R-RobStatTM/distinfo b/bucket_42/R-RobStatTM/distinfo new file mode 100644 index 0000000000..0a4067f17e --- /dev/null +++ b/bucket_42/R-RobStatTM/distinfo @@ -0,0 +1 @@ +da89c98a76fb2d8c4cd5c54a98eccf57e7ddaf67ae355e235ae93f2e1610901a 828413 CRAN/RobStatTM_1.0.11.tar.gz diff --git a/bucket_42/R-RobStatTM/specification b/bucket_42/R-RobStatTM/specification new file mode 100644 index 0000000000..9200b3859b --- /dev/null +++ b/bucket_42/R-RobStatTM/specification @@ -0,0 +1,36 @@ +DEF[PORTVERSION]= 1.0.11 +# ------------------------------------------------------------------------ + +NAMEBASE= R-RobStatTM +VERSION= ${PORTVERSION} +KEYWORDS= cran +VARIANTS= std +SDESC[std]= Robust Statistics: Theory and Methods +HOMEPAGE= none +CONTACT= CRAN_Automaton[cran@ironwolf.systems] + +DOWNLOAD_GROUPS= main +SITES[main]= CRAN/src/contrib + https://loki.dragonflybsd.org/cranfiles/ +DISTFILE[1]= RobStatTM_1.0.11.tar.gz:main +DIST_SUBDIR= CRAN +DF_INDEX= 1 + +SPKGS[std]= single + +OPTIONS_AVAILABLE= none +OPTIONS_STANDARD= none + +# License listed on https://cran.r-project.org/ +# => GPL (>= 3) + +USES= cran gmake +DISTNAME= RobStatTM +GENERATED= yes +INSTALL_REQ_TOOLCHAIN= yes + +BUILDRUN_DEPENDS= R-pyinit:single:std + R-rrcov:single:std + R-robustbase:single:std + + diff --git a/bucket_51/R-xfun/distinfo b/bucket_51/R-xfun/distinfo index 8fd5b85ee3..6c37d96cbc 100644 --- a/bucket_51/R-xfun/distinfo +++ b/bucket_51/R-xfun/distinfo @@ -1 +1 @@ -cd2102895cca4ba8b81601eab0b724ad4c7ad15485720e427fc021b950b1b375 166426 CRAN/xfun_0.49.tar.gz +4d0c9a983ac67e7f82592273567313ba836dcd832386f30b4409ecd5b3f2410a 173997 CRAN/xfun_0.50.tar.gz diff --git a/bucket_51/R-xfun/specification b/bucket_51/R-xfun/specification index 52e9f873f1..2ff586ce36 100644 --- a/bucket_51/R-xfun/specification +++ b/bucket_51/R-xfun/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.49 +DEF[PORTVERSION]= 0.50 # ------------------------------------------------------------------------ NAMEBASE= R-xfun @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= xfun_0.49.tar.gz:main +DISTFILE[1]= xfun_0.50.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_55/R-rrcov/descriptions/desc.single b/bucket_55/R-rrcov/descriptions/desc.single new file mode 100644 index 0000000000..c41f48e1f0 --- /dev/null +++ b/bucket_55/R-rrcov/descriptions/desc.single @@ -0,0 +1,18 @@ +rrcov: Scalable Robust Estimators with High Breakdown Point + +Robust Location and Scatter Estimation and Robust Multivariate Analysis +with High Breakdown Point: principal component analysis (Filzmoser and +Todorov (2013), <doi:10.1016/j.ins.2012.10.017>), linear and quadratic +discriminant analysis (Todorov and Pires (2007)), multivariate tests +(Todorov and Filzmoser (2010) <doi:10.1016/j.csda.2009.08.015>), outlier detection +(Todorov et al. (2010) <doi:10.1007/s11634-010-0075-2>). See also Todorov and +Filzmoser (2009) <urn:isbn:978-3838108148>, Todorov and Filzmoser +(2010) <doi:10.18637/jss.v032.i03> and Boudt et al. (2019) +<doi:10.1007/s11222-019-09869-x>. diff --git a/bucket_55/R-rrcov/distinfo b/bucket_55/R-rrcov/distinfo new file mode 100644 index 0000000000..7b3a6fce7d --- /dev/null +++ b/bucket_55/R-rrcov/distinfo @@ -0,0 +1 @@ +b8a2c07c42e4e76e9f90cb016cb72a40f6d2ce1f10d1753c06e3344f38e148de 1541901 CRAN/rrcov_1.7-6.tar.gz diff --git a/bucket_55/R-rrcov/specification b/bucket_55/R-rrcov/specification new file mode 100644 index 0000000000..4f52ccb30c --- /dev/null +++ b/bucket_55/R-rrcov/specification @@ -0,0 +1,36 @@ +DEF[PORTVERSION]= 1.7-6 +# ------------------------------------------------------------------------ + +NAMEBASE= R-rrcov +VERSION= ${PORTVERSION} +KEYWORDS= cran +VARIANTS= std +SDESC[std]= Scalable Estimators with High Breakdown Point +HOMEPAGE= https://github.com/valentint/rrcov +CONTACT= CRAN_Automaton[cran@ironwolf.systems] + +DOWNLOAD_GROUPS= main +SITES[main]= CRAN/src/contrib + https://loki.dragonflybsd.org/cranfiles/ +DISTFILE[1]= rrcov_1.7-6.tar.gz:main +DIST_SUBDIR= CRAN +DF_INDEX= 1 + +SPKGS[std]= single + +OPTIONS_AVAILABLE= none +OPTIONS_STANDARD= none + +# License listed on https://cran.r-project.org/ +# => GPL (>= 3) + +USES= cran gmake +DISTNAME= rrcov +GENERATED= yes +INSTALL_REQ_TOOLCHAIN= yes + +BUILDRUN_DEPENDS= R-robustbase:single:std + R-mvtnorm:single:std + R-pcaPP:single:std + + diff --git a/bucket_60/R-classInt/distinfo b/bucket_60/R-classInt/distinfo index 5c42795df8..f636dc7ec2 100644 --- a/bucket_60/R-classInt/distinfo +++ b/bucket_60/R-classInt/distinfo @@ -1 +1 @@ -c3561eafbc493ac02840191d4f1e4d2ef437ca8eb20f41fc5eca28f00ee42b8b 440271 CRAN/classInt_0.4-10.tar.gz +8d366844cf7f951cc5b65423c3ccf50ebc3c11cf9d1fc90f8208e7d869c5d0a6 440406 CRAN/classInt_0.4-11.tar.gz diff --git a/bucket_60/R-classInt/specification b/bucket_60/R-classInt/specification index 751063442c..c3f1666e35 100644 --- a/bucket_60/R-classInt/specification +++ b/bucket_60/R-classInt/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.4-10 +DEF[PORTVERSION]= 0.4-11 # ------------------------------------------------------------------------ NAMEBASE= R-classInt @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= classInt_0.4-10.tar.gz:main +DISTFILE[1]= classInt_0.4-11.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_91/R-pcaPP/descriptions/desc.single b/bucket_91/R-pcaPP/descriptions/desc.single new file mode 100644 index 0000000000..521b91b359 --- /dev/null +++ b/bucket_91/R-pcaPP/descriptions/desc.single @@ -0,0 +1,11 @@ +pcaPP: Robust PCA by Projection Pursuit + +Provides functions for robust PCA by projection pursuit. The methods are +described in Croux et al. (2006) <doi:10.2139/ssrn.968376>, Croux et al. (2013) <doi:10.1080/00401706.2012.727746>, Todorov and +Filzmoser (2013) <doi:10.1007/978-3-642-33042-1_31>. diff --git a/bucket_91/R-pcaPP/distinfo b/bucket_91/R-pcaPP/distinfo new file mode 100644 index 0000000000..87b7d76e27 --- /dev/null +++ b/bucket_91/R-pcaPP/distinfo @@ -0,0 +1 @@ +674faed967016a19f9d927506d6b3f4fc7ff2b2ab5679b2368429ee2c61b7c10 200521 CRAN/pcaPP_2.0-5.tar.gz diff --git a/bucket_91/R-pcaPP/specification b/bucket_91/R-pcaPP/specification new file mode 100644 index 0000000000..96e23f4670 --- /dev/null +++ b/bucket_91/R-pcaPP/specification @@ -0,0 +1,34 @@ +DEF[PORTVERSION]= 2.0-5 +# ------------------------------------------------------------------------ + +NAMEBASE= R-pcaPP +VERSION= ${PORTVERSION} +KEYWORDS= cran +VARIANTS= std +SDESC[std]= Robust PCA by Projection Pursuit +HOMEPAGE= https://github.com/valentint/pcaPP +CONTACT= CRAN_Automaton[cran@ironwolf.systems] + +DOWNLOAD_GROUPS= main +SITES[main]= CRAN/src/contrib + https://loki.dragonflybsd.org/cranfiles/ +DISTFILE[1]= pcaPP_2.0-5.tar.gz:main +DIST_SUBDIR= CRAN +DF_INDEX= 1 + +SPKGS[std]= single + +OPTIONS_AVAILABLE= none +OPTIONS_STANDARD= none + +# License listed on https://cran.r-project.org/ +# => GPL (>= 3) + +USES= cran gmake +DISTNAME= pcaPP +GENERATED= yes +INSTALL_REQ_TOOLCHAIN= yes + +BUILDRUN_DEPENDS= R-mvtnorm:single:std + + diff --git a/bucket_96/R-pillar/distinfo b/bucket_96/R-pillar/distinfo index 571fcb0c16..4344434c9c 100644 --- a/bucket_96/R-pillar/distinfo +++ b/bucket_96/R-pillar/distinfo @@ -1 +1 @@ -97f6bb5d54388e9fbc2d6e5d3c883374105fadbc9c9aad38e7b4e1389970eadb 179892 CRAN/pillar_1.10.0.tar.gz +aedf2be881d0720256b58e0cf3bdd501c7cc5504c394399ea22ea1ac18af449d 407070 CRAN/pillar_1.10.1.tar.gz diff --git a/bucket_96/R-pillar/specification b/bucket_96/R-pillar/specification index 362415efcf..ed8422e5ea 100644 --- a/bucket_96/R-pillar/specification +++ b/bucket_96/R-pillar/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.10.0 +DEF[PORTVERSION]= 1.10.1 # ------------------------------------------------------------------------ NAMEBASE= R-pillar @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= pillar_1.10.0.tar.gz:main +DISTFILE[1]= pillar_1.10.1.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_98/R-curl/distinfo b/bucket_98/R-curl/distinfo index 768fdc1f37..4c464dac54 100644 --- a/bucket_98/R-curl/distinfo +++ b/bucket_98/R-curl/distinfo @@ -1 +1 @@ -841c90bed7745f972ab524e542b1f5c3632767e3d521c163d483e436f3d42362 932716 CRAN/curl_6.0.1.tar.gz +81d45525057fe21be3d57071e65032114c9014392454dd40ff32ca5e5ae2c539 932957 CRAN/curl_6.1.0.tar.gz diff --git a/bucket_98/R-curl/specification b/bucket_98/R-curl/specification index 2a26eca604..ebf0e6c3be 100644 --- a/bucket_98/R-curl/specification +++ b/bucket_98/R-curl/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 6.0.1 +DEF[PORTVERSION]= 6.1.0 # ------------------------------------------------------------------------ NAMEBASE= R-curl @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= curl_6.0.1.tar.gz:main +DISTFILE[1]= curl_6.1.0.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_9D/R-spData/descriptions/desc.single b/bucket_9D/R-spData/descriptions/desc.single index 6dd79228e1..5c4f3ac165 100644 --- a/bucket_9D/R-spData/descriptions/desc.single +++ b/bucket_9D/R-spData/descriptions/desc.single @@ -4,7 +4,8 @@ Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored -in a range of file formats including GeoJSON, ESRI Shapefile and -GeoPackage. Some of the datasets are designed to illustrate specific -analysis techniques. cycle_hire() and cycle_hire_osm(), for example, is -designed to illustrate point pattern analysis techniques. +in a range of file formats including GeoJSON and GeoPackage, but from +version 2.3.4, no longer ESRI Shapefile - use GeoPackage instead. Some of +the datasets are designed to illustrate specific analysis techniques. +cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate +point pattern analysis techniques. diff --git a/bucket_9D/R-spData/distinfo b/bucket_9D/R-spData/distinfo index 8c8842e9e6..ca5e0c5cbb 100644 --- a/bucket_9D/R-spData/distinfo +++ b/bucket_9D/R-spData/distinfo @@ -1 +1 @@ -c093b9ebc631954d504af96268041e171ba8e156f9d06307a0905838009e39e0 4406482 CRAN/spData_2.3.3.tar.gz +7094318e47e1f00c98712def5c8f42d8f0cdf48a97a0ec421aec8880ca78fa33 3806775 CRAN/spData_2.3.4.tar.gz diff --git a/bucket_9D/R-spData/specification b/bucket_9D/R-spData/specification index 02a1fa68d4..a73a386384 100644 --- a/bucket_9D/R-spData/specification +++ b/bucket_9D/R-spData/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 2.3.3 +DEF[PORTVERSION]= 2.3.4 # ------------------------------------------------------------------------ NAMEBASE= R-spData @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= spData_2.3.3.tar.gz:main +DISTFILE[1]= spData_2.3.4.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_A0/R-rgl/distinfo b/bucket_A0/R-rgl/distinfo index 7befbb63de..d5800b8edd 100644 --- a/bucket_A0/R-rgl/distinfo +++ b/bucket_A0/R-rgl/distinfo @@ -1 +1 @@ -9a44f7e0ba5c201a7df3168d2b493eb3344f84faaac807c704f52e6196d9c395 4067443 CRAN/rgl_1.3.14.tar.gz +01cf29ea1a0efba833e44a30ca4e6a8d2226edd76ba06d81aef2dea48e6e9fae 4084650 CRAN/rgl_1.3.16.tar.gz diff --git a/bucket_A0/R-rgl/specification b/bucket_A0/R-rgl/specification index 6b4456a528..d4cb471a8a 100644 --- a/bucket_A0/R-rgl/specification +++ b/bucket_A0/R-rgl/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.3.14 +DEF[PORTVERSION]= 1.3.16 # ------------------------------------------------------------------------ NAMEBASE= R-rgl @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= rgl_1.3.14.tar.gz:main +DISTFILE[1]= rgl_1.3.16.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 diff --git a/bucket_EC/R-tidyquant/distinfo b/bucket_EC/R-tidyquant/distinfo index 12219d8296..3bda39d04d 100644 --- a/bucket_EC/R-tidyquant/distinfo +++ b/bucket_EC/R-tidyquant/distinfo @@ -1 +1 @@ -a7f7226acc688940e290972ff2b6ae4674c410c90c5968d5890514c7b1fe4ab1 4605061 CRAN/tidyquant_1.0.9.tar.gz +47a84dd7d89b90fab3ca8f5600882ad1cc71f1c9df0ddbf8e0cbc24395f17d0c 1151269 CRAN/tidyquant_1.0.10.tar.gz diff --git a/bucket_EC/R-tidyquant/specification b/bucket_EC/R-tidyquant/specification index b5c73c1163..4450e2c9e3 100644 --- a/bucket_EC/R-tidyquant/specification +++ b/bucket_EC/R-tidyquant/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.0.9 +DEF[PORTVERSION]= 1.0.10 # ------------------------------------------------------------------------ NAMEBASE= R-tidyquant @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= tidyquant_1.0.9.tar.gz:main +DISTFILE[1]= tidyquant_1.0.10.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 @@ -38,6 +38,7 @@ BUILDRUN_DEPENDS= R-dplyr:single:std R-lubridate:single:std R-magrittr:single:std R-PerformanceAnalytics:single:std + R-RobStatTM:single:std R-quantmod:single:std R-purrr:single:std R-readr:single:std diff --git a/bucket_F0/R-matrixStats/distinfo b/bucket_F0/R-matrixStats/distinfo index 0209da82fc..c57471a755 100644 --- a/bucket_F0/R-matrixStats/distinfo +++ b/bucket_F0/R-matrixStats/distinfo @@ -1 +1 @@ -ac6d65cab6ca30926f35bc3bc59b869946ae92e4738ceca90fad6620fc6ecd10 213623 CRAN/matrixStats_1.4.1.tar.gz +12996c5f3e6fc202a43e1087f16a71b7fa93d7e908f512542c7ee89cf95dcc15 212156 CRAN/matrixStats_1.5.0.tar.gz diff --git a/bucket_F0/R-matrixStats/specification b/bucket_F0/R-matrixStats/specification index d1e6df55a8..00c6da1509 100644 --- a/bucket_F0/R-matrixStats/specification +++ b/bucket_F0/R-matrixStats/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.4.1 +DEF[PORTVERSION]= 1.5.0 # ------------------------------------------------------------------------ NAMEBASE= R-matrixStats @@ -12,7 +12,7 @@ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ -DISTFILE[1]= matrixStats_1.4.1.tar.gz:main +DISTFILE[1]= matrixStats_1.5.0.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1