[macports-ports] branch master updated (f23fb75afb0 -> 70cca740e88)

Herby Gillot herby.gillot at gmail.com
Thu Feb 23 18:56:31 UTC 2023


Herby Gillot (herbygillot) pushed a change to branch master
in repository macports-ports.

    from f23fb75afb0 argyll: update to 2.3.1
     new 0567af49236 R-binom: add support for tests, fix license
     new d9e7a07d757 R-BiasedUrn: new port
     new 45f9ba64384 R-writexl: new port
     new 4fb3c115cec R-data.tree: new port
     new 904bc7d7cc8 R-yum: new port
     new ea64f6ce00f R-lars: new port
     new 79b9833fc26 R-glmnet: new port
     new b92a2b446fc R-isqg: new port
     new b6d6fc483d1 R-ebreg: new port
     new 52079ac1d7f R-gmeta: new port
     new 66e4a59d6e3 R-tools4uplift: new port
     new 72897eed9af R-shinylight: new port
     new 5d8e86a4675 R-httpuv: add support for tests
     new 43d00bc163d R-geometries: update to 0.2.1
     new 3a840e94801 R-httr2: new port
     new bd8a8bf3869 R-RcppArmadillo: update to 0.12.0.1.0
     new daf7b79d6c3 R-vip: new port
     new 04ef56a232f R-pdp: new port
     new 546412c63d5 R-gbm: new port
     new 7cb7ff0e1eb R-posterior: update to 1.4.0, support tests
     new b3e8e8b8e6d R-gh: update to 1.4.0, support tests
     new d55489e3947 R-rstantools: add support for tests
     new d8924c877fe R-profmem: new port
     new 7c599e3b288 R-parsnip: update to 1.0.4
     new 7e982b94f07 R-bench: new port
     new edfa41f6060 R-pbdZMQ: new port
     new 66b834d41f7 R-WriteXLS: new port
     new e149345d756 R-covr: update to 3.6.1
     new 51650e04452 R-lubridate: update to 1.9.2, support tests
     new 88e4428de8a R-lifecycle: add support for tests
     new f7d4b58f7e2 R-ncdf4: new port
     new 0d73261ed8c R-rstan: add support for tests
     new 70cca740e88 R-tidyverse: update to 2.0.0, support tests

The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 R/R-BiasedUrn/Portfile                    | 18 ++++++++++++++++
 R/R-RcppArmadillo/Portfile                |  8 +++----
 R/R-WriteXLS/Portfile                     | 17 +++++++++++++++
 R/R-bench/Portfile                        | 22 +++++++++++++++++++
 R/R-binom/Portfile                        | 12 ++++++++++-
 R/R-covr/Portfile                         |  9 ++++----
 R/R-data.tree/Portfile                    | 19 +++++++++++++++++
 R/R-ebreg/Portfile                        | 26 +++++++++++++++++++++++
 R/R-gbm/Portfile                          | 31 +++++++++++++++++++++++++++
 R/R-gbm/files/patch-no-splines.diff       | 12 +++++++++++
 R/R-geometries/Portfile                   |  8 +++----
 R/R-gh/Portfile                           | 25 ++++++++++++++++------
 R/R-glmnet/Portfile                       | 35 +++++++++++++++++++++++++++++++
 R/R-gmeta/Portfile                        | 21 +++++++++++++++++++
 R/R-httpuv/Portfile                       |  7 +++++++
 R/R-httr2/Portfile                        | 27 ++++++++++++++++++++++++
 R/R-isqg/Portfile                         | 23 ++++++++++++++++++++
 R/R-lars/Portfile                         | 20 ++++++++++++++++++
 R/R-lifecycle/Portfile                    | 15 ++++++++++++-
 R/R-lubridate/Portfile                    | 21 +++++++++++++++----
 R/R-ncdf4/Portfile                        | 19 +++++++++++++++++
 R/R-parsnip/Portfile                      |  9 ++++----
 R/R-pbdZMQ/Portfile                       | 21 +++++++++++++++++++
 R/R-pdp/Portfile                          | 18 ++++++++++++++++
 R/R-posterior/Portfile                    | 21 +++++++++++++++----
 R/R-profmem/Portfile                      | 22 +++++++++++++++++++
 R/R-rstan/Portfile                        | 13 ++++++++++++
 R/R-rstan/files/patch-no-v8.diff          | 12 +++++++++++
 R/R-rstantools/Portfile                   | 12 +++++++++++
 R/R-shinylight/Portfile                   | 24 +++++++++++++++++++++
 R/R-tidyverse/Portfile                    | 23 ++++++++++++++++----
 R/R-tidyverse/files/patch-no-feather.diff | 14 +++++++++++++
 R/R-tools4uplift/Portfile                 | 24 +++++++++++++++++++++
 R/R-vip/Portfile                          | 21 +++++++++++++++++++
 R/R-writexl/Portfile                      | 15 +++++++++++++
 R/R-yum/Portfile                          | 27 ++++++++++++++++++++++++
 36 files changed, 635 insertions(+), 36 deletions(-)
 create mode 100644 R/R-BiasedUrn/Portfile
 create mode 100644 R/R-WriteXLS/Portfile
 create mode 100644 R/R-bench/Portfile
 create mode 100644 R/R-data.tree/Portfile
 create mode 100644 R/R-ebreg/Portfile
 create mode 100644 R/R-gbm/Portfile
 create mode 100644 R/R-gbm/files/patch-no-splines.diff
 create mode 100644 R/R-glmnet/Portfile
 create mode 100644 R/R-gmeta/Portfile
 create mode 100644 R/R-httr2/Portfile
 create mode 100644 R/R-isqg/Portfile
 create mode 100644 R/R-lars/Portfile
 create mode 100644 R/R-ncdf4/Portfile
 create mode 100644 R/R-pbdZMQ/Portfile
 create mode 100644 R/R-pdp/Portfile
 create mode 100644 R/R-profmem/Portfile
 create mode 100644 R/R-rstan/files/patch-no-v8.diff
 create mode 100644 R/R-shinylight/Portfile
 create mode 100644 R/R-tidyverse/files/patch-no-feather.diff
 create mode 100644 R/R-tools4uplift/Portfile
 create mode 100644 R/R-vip/Portfile
 create mode 100644 R/R-writexl/Portfile
 create mode 100644 R/R-yum/Portfile



More information about the macports-changes mailing list