[macports-ports] branch master updated (7915e280e09 -> cc095224e33)

Herby Gillot herby.gillot at gmail.com
Fri Apr 21 05:42:01 UTC 2023


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

    from 7915e280e09 podofo: update to version 0.9.8
     new a56db1e8dc9 R-dplyr: update to 1.1.2
     new 475acd9a09d R-QuickJSR: update to 1.0.4
     new 3c1fa5e96ef R-xfun: update to 0.39
     new e37bef2066b R-mfGARCH: new port
     new 66760fd661e R-groundhog: new port
     new a7c324152ba R-rBDAT: new port
     new b3cf80214e5 R-pak: update to 0.5.0
     new c2cc684c9a3 R-tidytable: new port
     new 0eb519ce0bc R-sendmailR: new port
     new 8bcbc86127c R-BatchJobs: new port
     new 29cc884ec65 R-future.batchtools: new port
     new 83288a33c4f R-matrixTests: update to 0.2.1
     new 89a515c9587 R-parallelMap: support tests
     new 4979b5a63cf R-batchtools: new port
     new 890d97f4748 R-sfsmisc: update to 1.1-15
     new 8819c783ab4 R-tidyAML: new port
     new dee38edc22b R-SparseChol: new port
     new e81a0b3b057 R-evdbayes: new port
     new a3bd498d86e R-glmmrBase: new port
     new 97574d5b6b1 R-RcppParallel: update to 5.1.7
     new 401d1c54fb4 R-VarSelLCM: new port
     new 08dce9f49a9 R-Rmixmod: new port
     new cd8dbc30de5 R-ClusVis: new port
     new 8dde96a7a49 R-RMixtCompUtilities: new port
     new 7f6390c5227 R-RMixtComp: new port
     new a02478d29c3 R-RInside: new port
     new 35b5dbc03cc R-braggR: new port
     new cb588b521b9 R-RMixtCompIO: new port
     new 7ccd082c291 R-glmmrOptim: new port
     new cc095224e33 R-stacks: new port

The 30 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-BatchJobs/Portfile                  | 32 +++++++++++++++++++
 R/R-ClusVis/Portfile                    | 24 +++++++++++++++
 R/R-QuickJSR/Portfile                   | 13 +++++---
 R/R-QuickJSR/files/patch-libatomic.diff | 10 ++++++
 R/R-RInside/Portfile                    | 19 ++++++++++++
 R/R-RMixtComp/Portfile                  | 32 +++++++++++++++++++
 R/R-RMixtCompIO/Portfile                | 29 ++++++++++++++++++
 R/R-RMixtCompUtilities/Portfile         | 28 +++++++++++++++++
 R/R-RcppParallel/Portfile               |  8 ++---
 R/R-Rmixmod/Portfile                    | 20 ++++++++++++
 R/R-SparseChol/Portfile                 | 24 +++++++++++++++
 R/R-VarSelLCM/Portfile                  | 32 +++++++++++++++++++
 R/R-batchtools/Portfile                 | 48 +++++++++++++++++++++++++++++
 R/R-braggR/Portfile                     | 21 +++++++++++++
 R/R-dplyr/Portfile                      |  9 +++---
 R/R-evdbayes/Portfile                   | 17 +++++++++++
 R/R-future.batchtools/Portfile          | 29 ++++++++++++++++++
 R/R-glmmrBase/Portfile                  | 30 ++++++++++++++++++
 R/R-glmmrOptim/Portfile                 | 29 ++++++++++++++++++
 R/R-groundhog/Portfile                  | 23 ++++++++++++++
 R/R-matrixTests/Portfile                |  9 +++---
 R/R-mfGARCH/Portfile                    | 28 +++++++++++++++++
 R/R-pak/Portfile                        | 11 ++++---
 R/R-parallelMap/Portfile                | 11 ++++++-
 R/R-rBDAT/Portfile                      | 24 +++++++++++++++
 R/R-sendmailR/Portfile                  | 27 +++++++++++++++++
 R/R-sfsmisc/Portfile                    |  8 ++---
 R/R-stacks/Portfile                     | 54 +++++++++++++++++++++++++++++++++
 R/R-stacks/files/patch-no-h2o.diff      | 11 +++++++
 R/R-tidyAML/Portfile                    | 35 +++++++++++++++++++++
 R/R-tidytable/Portfile                  | 34 +++++++++++++++++++++
 R/R-xfun/Portfile                       | 11 ++++---
 32 files changed, 708 insertions(+), 32 deletions(-)
 create mode 100644 R/R-BatchJobs/Portfile
 create mode 100644 R/R-ClusVis/Portfile
 create mode 100644 R/R-QuickJSR/files/patch-libatomic.diff
 create mode 100644 R/R-RInside/Portfile
 create mode 100644 R/R-RMixtComp/Portfile
 create mode 100644 R/R-RMixtCompIO/Portfile
 create mode 100644 R/R-RMixtCompUtilities/Portfile
 create mode 100644 R/R-Rmixmod/Portfile
 create mode 100644 R/R-SparseChol/Portfile
 create mode 100644 R/R-VarSelLCM/Portfile
 create mode 100644 R/R-batchtools/Portfile
 create mode 100644 R/R-braggR/Portfile
 create mode 100644 R/R-evdbayes/Portfile
 create mode 100644 R/R-future.batchtools/Portfile
 create mode 100644 R/R-glmmrBase/Portfile
 create mode 100644 R/R-glmmrOptim/Portfile
 create mode 100644 R/R-groundhog/Portfile
 create mode 100644 R/R-mfGARCH/Portfile
 create mode 100644 R/R-rBDAT/Portfile
 create mode 100644 R/R-sendmailR/Portfile
 create mode 100644 R/R-stacks/Portfile
 create mode 100644 R/R-stacks/files/patch-no-h2o.diff
 create mode 100644 R/R-tidyAML/Portfile
 create mode 100644 R/R-tidytable/Portfile



More information about the macports-changes mailing list