GET /api/v1/ports/?format=api&ordering=created_at&page=717
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50465,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=718",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=716",
    "results": [
        {
            "name": "py311-flask",
            "portdir": "python/py-flask",
            "version": "3.1.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://palletsprojects.com/p/flask/",
            "description": "microframework for Python based on Werkzeug and Jinja2",
            "long_description": "Flask is a microframework for Python based on Werkzeug and Jinja2, intended for small-scale applications",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-itsdangerous",
                        "py311-werkzeug",
                        "python311",
                        "py311-jinja2",
                        "py311-click",
                        "py311-blinker"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-mitmproxy",
                        "py311-flask-babel",
                        "py311-flasgger",
                        "py311-httpbin",
                        "py311-flask-cors",
                        "py311-openslide"
                    ]
                }
            ]
        },
        {
            "name": "py311-invoke",
            "portdir": "python/py-invoke",
            "version": "2.2.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyinvoke.org/",
            "description": "Task execution tool and library for Python.",
            "long_description": "Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-fabric"
                    ]
                }
            ]
        },
        {
            "name": "py311-itsdangerous",
            "portdir": "python/py-itsdangerous",
            "version": "2.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://palletsprojects.com/p/itsdangerous/",
            "description": "Various helpers to pass trusted data to untrusted environments and back",
            "long_description": "Various helpers to pass trusted data to untrusted environments and back",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-flit_core"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest",
                        "py311-freezegun"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-flask"
                    ]
                }
            ]
        },
        {
            "name": "py311-kombu",
            "portdir": "python/py-kombu",
            "version": "5.5.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://kombu.readthedocs.org/",
            "description": "AMQP Messaging Framework for Python.",
            "long_description": "AMQP Messaging Framework for Python.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2864
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-setuptools",
                        "py311-amqp",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-celery"
                    ]
                }
            ]
        },
        {
            "name": "py311-vine",
            "portdir": "python/py-vine",
            "version": "5.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/celery/vine",
            "description": "Promises implementation.",
            "long_description": "Promises implementation.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2864
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-amqp"
                    ]
                }
            ]
        },
        {
            "name": "py311-werkzeug",
            "portdir": "python/py-werkzeug",
            "version": "3.1.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://palletsprojects.com/p/werkzeug/",
            "description": "The Swiss Army knife of Python web development",
            "long_description": "Werkzeug is a one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2864
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-markupsafe",
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-watchdog",
                        "py311-pytest",
                        "py311-cryptography",
                        "py311-pytest-xprocess",
                        "py311-ephemeral-port-reserve",
                        "py311-pytest-timeout"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-klein",
                        "py311-flask",
                        "py311-pytest-httpserver",
                        "py311-httpbin",
                        "py311-flask-cors"
                    ]
                }
            ]
        },
        {
            "name": "R-BGVAR",
            "portdir": "R/R-BGVAR",
            "version": "2.5.8",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mboeck11/BGVAR",
            "description": "Bayesian global vector autoregressions",
            "long_description": "Bayesian global vector autoregressions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppParallel",
                        "R-RcppProgress",
                        "R-abind",
                        "R-bayesm",
                        "R-coda",
                        "R-xts",
                        "R-zoo",
                        "R-readxl",
                        "R-knitr",
                        "R-GIGrvg",
                        "R-stochvol",
                        "libgcc13",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-GIGrvg",
            "portdir": "R/R-GIGrvg",
            "version": "0.8",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=GIGrvg",
            "description": "Random variate generator for the GIG distribution",
            "long_description": "Generator and density function for the Generalized Inverse Gaussian (GIG) distribution.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MBSP",
                        "R-PRSPGx",
                        "R-bibs",
                        "R-factorstochvol",
                        "R-bqror",
                        "R-mcmcsae",
                        "R-dlbayes",
                        "R-BGVAR",
                        "R-bayesianVARs",
                        "R-bsvars"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-bvhar"
                    ]
                }
            ]
        },
        {
            "name": "R-Hmisc",
            "portdir": "R/R-Hmisc",
            "version": "5.2-1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hbiostat.org/R/Hmisc",
            "description": "Harrell miscellaneous",
            "long_description": "Contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, simulation, importing and annotating datasets, imputing missing values, advanced table making, variable clustering, character string manipulation, conversion of R objects to LaTeX and html code, and recoding variables.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc13",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-htmlTable",
                        "R-viridis",
                        "R-Formula",
                        "R-base64enc",
                        "R-data.table",
                        "R-gtable",
                        "R-colorspace",
                        "R-htmltools",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rms",
                        "R-tables",
                        "R-qreport",
                        "R-getPass",
                        "R-qs",
                        "R-gt",
                        "R-keyring",
                        "R-sparkline",
                        "R-safer",
                        "R-htm2txt",
                        "R-abind",
                        "R-jsonlite",
                        "R-rlang",
                        "R-chron",
                        "R-plyr",
                        "R-digest",
                        "R-htmlwidgets",
                        "R-rstudioapi",
                        "R-latticeExtra",
                        "R-rio",
                        "R-VGAM",
                        "R-acepack",
                        "R-leaps",
                        "R-pcaPP",
                        "R-kableExtra",
                        "R-plotly",
                        "R-mice",
                        "R-polspline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-FRK",
                        "R-MXM",
                        "R-Gmisc",
                        "R-JMbayes",
                        "R-maic",
                        "R-mediation",
                        "R-metamedian",
                        "R-mgm",
                        "R-miWQS",
                        "R-pcgen",
                        "R-blindreview",
                        "R-rmsb",
                        "R-fdapace",
                        "R-hdpGLM",
                        "R-rms",
                        "R-forsearch",
                        "R-qgraph",
                        "R-rbooster",
                        "R-calibmsm",
                        "R-RCLabels",
                        "R-RcmdrMisc",
                        "R-RegCombin",
                        "R-dineq",
                        "R-VSdecomp",
                        "R-accessibility",
                        "R-anesrake",
                        "R-weights",
                        "R-GenMarkov",
                        "R-HH",
                        "R-qreport",
                        "R-SHELF",
                        "R-smacof",
                        "R-RALSA",
                        "R-atable",
                        "R-walker"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-bigsnpr",
                        "R-finalfit",
                        "R-ordbetareg",
                        "R-rex",
                        "R-EnvStats",
                        "R-runMCMCbtadjust",
                        "R-labelVector",
                        "R-survcomp",
                        "R-horseshoe",
                        "R-tidystats",
                        "R-MARSS",
                        "R-performance",
                        "R-GMCM",
                        "R-influential",
                        "R-irboost",
                        "R-languageR",
                        "R-matsindf",
                        "R-animint2",
                        "R-correlation",
                        "R-Rmisc",
                        "R-BB",
                        "R-bbmle",
                        "R-bfp",
                        "R-StatMatch",
                        "R-tables",
                        "R-ggplot2",
                        "R-ggstance",
                        "R-htmlTable",
                        "R-milr",
                        "R-rockchalk",
                        "R-bsitar",
                        "R-sfsmisc",
                        "R-kyotil",
                        "R-questionr",
                        "R-broom",
                        "R-ascii",
                        "R-simsalapar",
                        "R-Rcmdr",
                        "R-wdm",
                        "R-fitdistrplus",
                        "R-robustbase",
                        "R-crosstable",
                        "R-fastR2"
                    ]
                }
            ]
        },
        {
            "name": "R-ashr",
            "portdir": "R/R-ashr",
            "version": "2.2-63",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ashr",
            "description": "Methods for adaptive shrinkage, using Empirical Bayes",
            "long_description": "Methods for adaptive shrinkage, using Empirical Bayes",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-mixsqp",
                        "R-truncnorm",
                        "R-invgamma",
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "R-etrunct",
                        "R-SQUAREM"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mashr",
                        "R-ebnm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ncvreg",
                        "R-flashier",
                        "R-palasso"
                    ]
                }
            ]
        },
        {
            "name": "R-async",
            "portdir": "R/R-async",
            "version": "0.3.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://crowding.github.io/async",
            "description": "Asynchronous code constructs: generators, yield, async, await",
            "long_description": "Asynchronous code constructs: generators, yield, async, await",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-nseval",
                        "R-stringr",
                        "R-testthat",
                        "R-iterors",
                        "R-CRAN-recommended",
                        "R-later",
                        "R-promises"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-curl",
                        "R-dplyr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-profvis",
                        "R-XML",
                        "R-audio"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-baggr",
            "portdir": "R/R-baggr",
            "version": "0.7.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wwiecek/baggr",
            "description": "Bayesian aggregate treatment effects",
            "long_description": "Running and comparing meta-analyses of data with hierarchical Bayesian models in Stan, including convenience functions for formatting data, plotting and pooling measures specific to meta-analysis.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-crayon",
                        "R-rstantools",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-rstan",
                        "R-testthat",
                        "R-bayesplot",
                        "R-forestplot",
                        "R-ggrepel",
                        "R-ggplotify",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-deSolve",
            "portdir": "R/R-deSolve",
            "version": "1.40",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://desolve.r-forge.r-project.org",
            "description": "Solvers for initial value problems of differential equations",
            "long_description": "Solvers for initial value problems of differential equations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-scatterplot3d",
                        "R-FME"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-pomp",
                        "R-flexsurv",
                        "R-FME",
                        "R-hypergeo",
                        "R-tseriesChaos",
                        "R-tdsa",
                        "R-GPoM",
                        "R-fda",
                        "R-ARGOS",
                        "R-deFit",
                        "R-bvpSolve",
                        "R-deTestSet",
                        "R-magi",
                        "R-simode",
                        "R-nhm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-hmer",
                        "R-paropt",
                        "R-rstpm2",
                        "R-r2sundials",
                        "R-dde",
                        "R-cOde"
                    ]
                }
            ]
        },
        {
            "name": "R-deldir",
            "portdir": "R/R-deldir",
            "version": "2.0-4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=deldir",
            "description": "Delaunay triangulation and Dirichlet (Voronoï) tessellation",
            "long_description": "Delaunay triangulation and Dirichlet (Voronoï) tessellation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-polyclip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-spdep",
                        "R-spatstat.geom",
                        "R-interp"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-latticeExtra",
                        "R-rgl",
                        "R-terra",
                        "R-sp",
                        "R-ggraph"
                    ]
                }
            ]
        },
        {
            "name": "R-etrunct",
            "portdir": "R/R-etrunct",
            "version": "0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=etrunct",
            "description": "Computes moments of univariate truncated t distribution",
            "long_description": "Computes moments of univariate truncated t distribution",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ashr"
                    ]
                }
            ]
        },
        {
            "name": "R-expm",
            "portdir": "R/R-expm",
            "version": "1.0-0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://R-Forge.R-project.org/projects/expm",
            "description": "Matrix exponential, log etc.",
            "long_description": "Computation of the matrix exponential, logarithm, sqrt and related quantities, using traditional and modern methods.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libgcc13",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Rmpfr",
                        "R-RColorBrewer",
                        "R-sfsmisc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-CovTools",
                        "R-madness",
                        "R-ctsem",
                        "R-BMTAR",
                        "R-BSSoverSpace",
                        "R-markovchain",
                        "R-WSGeometry",
                        "R-DescTools",
                        "R-ctmcd",
                        "R-diffudist",
                        "R-msm",
                        "R-semtree",
                        "R-slm",
                        "R-ReMFPCA",
                        "R-dlbayes",
                        "R-yuima"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-spatialreg",
                        "R-rex2arma",
                        "R-ape"
                    ]
                }
            ]
        },
        {
            "name": "R-forecTheta",
            "portdir": "R/R-forecTheta",
            "version": "2.6.2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=forecTheta",
            "description": "Forecasting time series by Theta models",
            "long_description": "Forecasting time series by Theta models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-forecast",
                        "R-tseries",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-seer"
                    ]
                }
            ]
        },
        {
            "name": "R-forestplot",
            "portdir": "R/R-forestplot",
            "version": "3.1.3",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=forestplot",
            "description": "Advanced forest plot using grid graphics",
            "long_description": "Advanced forest plot using grid graphics",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-abind",
                        "R-checkmate",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Gmisc",
                        "R-NMA",
                        "R-bayesmeta",
                        "R-chest",
                        "R-baggr"
                    ]
                }
            ]
        },
        {
            "name": "R-furrr",
            "portdir": "R/R-furrr",
            "version": "0.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/DavisVaughan/furrr",
            "description": "Apply mapping functions in parallel using futures",
            "long_description": "Apply mapping functions in parallel using futures",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-vctrs",
                        "R-purrr",
                        "R-future",
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-globals",
                        "R-lifecycle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-baguette",
                        "R-SmCCNet",
                        "R-jstor",
                        "R-esemifar",
                        "R-tidyMC",
                        "R-broom.mixed",
                        "R-tidyfit",
                        "R-migraph",
                        "R-tsfeatures",
                        "R-probably",
                        "R-fdacluster",
                        "R-simpr",
                        "R-rsample",
                        "R-seer",
                        "R-skewlmm",
                        "R-semidist"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-manynet",
                        "R-fmeffects",
                        "R-mvrsquared",
                        "R-mice",
                        "R-progressr",
                        "R-cvms"
                    ]
                }
            ]
        },
        {
            "name": "R-glasso",
            "portdir": "R/R-glasso",
            "version": "1.11",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=glasso",
            "description": "Graphical lasso: estimation of gaussian graphical models",
            "long_description": "Estimation of a sparse inverse covariance matrix using a lasso (L1) penalty. Facilities are provided for estimates along a path of values for the regularization parameter.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MRCE",
                        "R-heteromixgm",
                        "R-NHMSAR",
                        "R-graphicalVAR",
                        "R-mombf",
                        "R-CVglasso",
                        "R-qgraph",
                        "R-scio"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-glassoFast"
                    ]
                }
            ]
        },
        {
            "name": "R-htmlTable",
            "portdir": "R/R-htmlTable",
            "version": "2.4.3",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gforge/htmlTable",
            "description": "Advanced tables for Markdown/HTML",
            "long_description": "Advanced tables for Markdown/HTML",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rstudioapi",
                        "R-CRAN-recommended",
                        "R-magrittr",
                        "R-htmlwidgets",
                        "R-knitr",
                        "R-stringr",
                        "R-checkmate",
                        "R-htmltools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-rmarkdown",
                        "R-Hmisc",
                        "R-XML",
                        "R-rlang",
                        "R-xml2",
                        "R-chron",
                        "R-glue",
                        "R-tibble",
                        "R-dplyr",
                        "R-purrr",
                        "R-tidyr",
                        "R-tidyselect",
                        "R-lubridate"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Hmisc",
                        "R-Gmisc",
                        "R-expss",
                        "R-packagefinder",
                        "R-rms"
                    ]
                }
            ]
        },
        {
            "name": "R-interp",
            "portdir": "R/R-interp",
            "version": "1.1-6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=interp",
            "description": "Interpolation methods",
            "long_description": "Interpolation methods",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-deldir",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppEigen"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sp",
                        "R-stringi",
                        "R-stringr",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-Deriv",
                        "R-scatterplot3d",
                        "R-Ryacas"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tessellation",
                        "R-latticeExtra",
                        "R-GPFDA",
                        "R-BayesX",
                        "R-spikeSlabGAM"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-fdasrvf",
                        "R-laGP",
                        "R-randomForestSRC",
                        "R-evd",
                        "R-DPQ",
                        "R-sm",
                        "R-locfit",
                        "R-broom",
                        "R-geometry",
                        "R-pre",
                        "R-gam",
                        "R-bamlss",
                        "R-insight",
                        "R-quantreg",
                        "R-R2BayesX",
                        "R-deepgp",
                        "R-fBasics",
                        "R-rgl"
                    ]
                }
            ]
        },
        {
            "name": "R-iterators",
            "portdir": "R/R-iterators",
            "version": "1.0.14",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=iterators",
            "description": "Provides iterator construct",
            "long_description": "Support for iterators, which allow a programmer to traverse through all the elements of a vector, list or other collection of data.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RUnit",
                        "R-foreach"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-itertools",
                        "R-doFuture",
                        "R-doMC",
                        "R-doMPI",
                        "R-doParallel",
                        "R-doRNG",
                        "R-doSNOW",
                        "R-KScorrect",
                        "R-BayesBP",
                        "R-foreach",
                        "R-FSelectorRcpp",
                        "R-plasso",
                        "R-doRedis",
                        "R-truh",
                        "R-eNchange",
                        "R-eicm",
                        "R-fDMA",
                        "R-fda.usc",
                        "R-logiBin",
                        "R-GA",
                        "R-GPM",
                        "R-robustBLME",
                        "R-NCA",
                        "R-HIMA",
                        "R-CptNonPar",
                        "R-segMGarch",
                        "R-missForest",
                        "R-iterpc"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sparklyr",
                        "R-DEoptim",
                        "R-clustermq",
                        "R-CircSpaceTime",
                        "R-plyr",
                        "R-projpred",
                        "R-dtwclust",
                        "R-dplR",
                        "R-iterors"
                    ]
                }
            ]
        },
        {
            "name": "R-itertools",
            "portdir": "R/R-itertools",
            "version": "0.1-3",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=itertools",
            "description": "Iterator tools",
            "long_description": "Iterator tools",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-iterators",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-foreach"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-missForest",
                        "R-bisque",
                        "R-fDMA",
                        "R-telefit",
                        "R-glmm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-doMPI",
                        "R-NPflow",
                        "R-plyr"
                    ]
                }
            ]
        },
        {
            "name": "R-latticeExtra",
            "portdir": "R/R-latticeExtra",
            "version": "0.6-30",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://latticeextra.r-forge.r-project.org",
            "description": "Extra graphical utilities based on lattice",
            "long_description": "Extra graphical utilities based on lattice",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RColorBrewer",
                        "R-interp",
                        "R-CRAN-recommended",
                        "R-jpeg",
                        "R-png"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-zoo",
                        "R-deldir",
                        "R-quantreg",
                        "R-maps",
                        "R-mapproj"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-twang",
                        "R-rasterVis",
                        "R-gamclass",
                        "R-tools4uplift",
                        "R-RcmdrPlugin.temis",
                        "R-ShortRead",
                        "R-varbvs",
                        "R-phyr",
                        "R-HH",
                        "R-DAAG"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rtdists",
                        "R-RcmdrPlugin.HH",
                        "R-Rmisc",
                        "R-tbm",
                        "R-afex",
                        "R-cv",
                        "R-Hmisc",
                        "R-mosaic",
                        "R-pals",
                        "R-ergm",
                        "R-varycoef",
                        "R-lattice",
                        "R-mirt",
                        "R-mlt.docreg",
                        "R-tram"
                    ]
                }
            ]
        },
        {
            "name": "R-lava",
            "portdir": "R/R-lava",
            "version": "1.8.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://kkholst.github.io/lava",
            "description": "Latent Variable models",
            "long_description": "Latent Variable models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-future.apply",
                        "R-progressr",
                        "R-SQUAREM",
                        "R-numDeriv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-visNetwork",
                        "R-optimx",
                        "R-mets",
                        "R-ellipse",
                        "R-fields",
                        "R-geepack",
                        "R-graph",
                        "R-lavaSearch2",
                        "R-targeted",
                        "R-rgl",
                        "R-Rgraphviz",
                        "R-data.table",
                        "R-knitr",
                        "R-testthat",
                        "R-igraph",
                        "R-lme4",
                        "R-rmarkdown",
                        "R-quantreg",
                        "R-polycor"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Publish",
                        "R-lavaSearch2",
                        "R-mets",
                        "R-pec",
                        "R-riskRegression",
                        "R-targeted",
                        "R-prodlim",
                        "R-LMMstar",
                        "R-timereg"
                    ]
                }
            ]
        },
        {
            "name": "R-madness",
            "portdir": "R/R-madness",
            "version": "0.2.8",
            "license": "LGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=madness",
            "description": "Multivariate Automatic Differentiation R package",
            "long_description": "Multivariate Automatic Differentiation R package",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-matrixcalc",
                        "R-CRAN-recommended",
                        "R-expm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-formatR",
                        "R-SharpeR",
                        "R-sandwich",
                        "R-dplyr",
                        "R-tidyr",
                        "R-knitr",
                        "R-lubridate"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rjmcmc"
                    ]
                }
            ]
        },
        {
            "name": "R-matrixcalc",
            "portdir": "R/R-matrixcalc",
            "version": "1.0-6",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=matrixcalc",
            "description": "Collection of functions for matrix calculations",
            "long_description": "Collection of functions for matrix calculations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-BANAM",
                        "R-locpolExpectile",
                        "R-madness",
                        "R-HMMcopula",
                        "R-ICsurv",
                        "R-Bergm",
                        "R-matsbyname",
                        "R-PRSPGx",
                        "R-freqdom",
                        "R-graphsim",
                        "R-PROreg",
                        "R-RMark",
                        "R-glmmEP",
                        "R-skewMLRM",
                        "R-skewlmm",
                        "R-relliptical",
                        "R-rrMixture",
                        "R-rTensor2",
                        "R-isni",
                        "R-Renvlp",
                        "R-SharpeR",
                        "R-DiSSMod",
                        "R-slasso",
                        "R-GNAR",
                        "R-GenMarkov"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-matrixNormal",
                        "R-Corbi",
                        "R-gorica"
                    ]
                }
            ]
        },
        {
            "name": "R-openxlsx",
            "portdir": "R/R-openxlsx",
            "version": "4.2.7.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ycphs.github.io/openxlsx/index.html",
            "description": "Read, write and edit xlsx files",
            "long_description": "Read, write and edit xlsx files",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-zip",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-stringi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-curl",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-formula.tools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-umx",
                        "R-samr",
                        "R-kutils",
                        "R-libr",
                        "R-agena.ai",
                        "R-anabel",
                        "R-CUFF",
                        "R-tablaxlsx",
                        "R-repana",
                        "R-tatoo",
                        "R-CoTiMA",
                        "R-BayesBP",
                        "R-RALSA",
                        "R-tablexlsx",
                        "R-baizer"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Ecfun",
                        "R-modelsummary",
                        "R-huxtable",
                        "R-expss",
                        "R-mpath",
                        "R-params",
                        "R-tstools",
                        "R-exams",
                        "R-NMOF",
                        "R-crosstable",
                        "R-bruceR",
                        "R-bayesbr",
                        "R-tidyxl",
                        "R-gtsummary"
                    ]
                }
            ]
        },
        {
            "name": "R-randomForest",
            "portdir": "R/R-randomForest",
            "version": "4.7-1.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.stat.berkeley.edu/~breiman/RandomForests",
            "description": "Breiman and Cutler’s Random Forests for classification and regression",
            "long_description": "Breiman and Cutler’s Random Forests for classification and regression",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libgcc13",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RColorBrewer"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rasclass",
                        "R-missForest",
                        "R-aRtsy",
                        "R-psica",
                        "R-gamclass",
                        "R-varSelRF",
                        "R-xLLiM",
                        "R-seer",
                        "R-MPV",
                        "R-rfUtilities",
                        "R-countSTAR",
                        "R-stablelearner",
                        "R-LINselect",
                        "R-quantregForest",
                        "R-cpfa",
                        "R-pRF",
                        "R-imputeMissings",
                        "R-shinyr",
                        "R-daltoolbox",
                        "R-RLT",
                        "R-RPtests",
                        "R-A3"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-cvms",
                        "R-partykit",
                        "R-performance",
                        "R-iBreakDown",
                        "R-doMPI",
                        "R-dyn",
                        "R-klaR",
                        "R-acumos",
                        "R-see",
                        "R-explore",
                        "R-tidyAML",
                        "R-yaImpute",
                        "R-cornet",
                        "R-MatchIt",
                        "R-e1071",
                        "R-caretEnsemble",
                        "R-caret",
                        "R-tidyfit",
                        "R-party",
                        "R-lolR",
                        "R-SSLR",
                        "R-foreach",
                        "R-mmpf",
                        "R-mboost",
                        "R-FSelectorRcpp",
                        "R-nlpred",
                        "R-oosse",
                        "R-origami",
                        "R-conTree",
                        "R-ipred",
                        "R-pmml",
                        "R-mice",
                        "R-probably",
                        "R-stars",
                        "R-posterior",
                        "R-pander",
                        "R-Boruta",
                        "R-DAAG",
                        "R-nestedcv"
                    ]
                }
            ]
        },
        {
            "name": "R-runjags",
            "portdir": "R/R-runjags",
            "version": "2.2.2-4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ku-awdc/runjags",
            "description": "Interface utilities, model templates, parallel computing methods and additional distributions for MCMC models in JAGS",
            "long_description": "Interface utilities, model templates, parallel computing methods and additional distributions for MCMC models in JAGS",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jags",
                        "R-coda",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-markdown",
                        "R-spelling",
                        "R-rjags",
                        "R-modeest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RoBSA",
                        "R-TreeBUGS",
                        "R-bayescount",
                        "R-RoBMA",
                        "R-RcmdrPlugin.RMTCJags",
                        "R-BANOVA",
                        "R-neojags"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidybayes",
                        "R-mvgam",
                        "R-BayesTools",
                        "R-runMCMCbtadjust",
                        "R-blavaan"
                    ]
                }
            ]
        },
        {
            "name": "R-seer",
            "portdir": "R/R-seer",
            "version": "1.1.8",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=seer",
            "description": "Feature-based forecast model selection",
            "long_description": "Feature-based forecast model selection",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tibble",
                        "R-dplyr",
                        "R-purrr",
                        "R-future",
                        "R-forecast",
                        "R-urca",
                        "R-magrittr",
                        "R-furrr",
                        "R-randomForest",
                        "R-tsfeatures",
                        "R-CRAN-recommended",
                        "R-forecTheta",
                        "R-stringr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-shinyauthr",
            "portdir": "R/R-shinyauthr",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PaulC91/shinyauthr",
            "description": "Shiny authentication modules",
            "long_description": "Add in-app user authentication to shiny, allowing you to secure publicly hosted apps and build dynamic user interfaces from user information.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-shiny",
                        "R-shinyjs",
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-sodium",
                        "R-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-sm",
            "portdir": "R/R-sm",
            "version": "2.2-6.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=sm",
            "description": "Smoothing methods for non-parametric regression and density estimation",
            "long_description": "Smoothing methods for non-parametric regression and density estimation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rpanel",
                        "R-interp",
                        "R-gam",
                        "R-rgl",
                        "R-misc3d",
                        "R-tkrplot"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-DepthProc",
                        "R-clustComp",
                        "R-vioplot"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-spatstat.model",
                        "R-spatstat.explore",
                        "R-sirt",
                        "R-sfsmisc",
                        "R-tsDyn"
                    ]
                }
            ]
        },
        {
            "name": "R-stochvol",
            "portdir": "R/R-stochvol",
            "version": "3.2.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gregorkastner.github.io/stochvol",
            "description": "Efficient Bayesian inference for stochastic volatility (SV) models",
            "long_description": "Efficient Bayesian inference for stochastic volatility (SV) models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-coda",
                        "libgcc13",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mvtnorm",
                        "R-knitr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-factorstochvol",
                        "R-BGVAR",
                        "R-bayesianVARs",
                        "R-bsvars"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tsBSS",
                        "R-tensorBSS"
                    ]
                }
            ]
        },
        {
            "name": "R-texreg",
            "portdir": "R/R-texreg",
            "version": "1.39.4",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=texreg",
            "description": "Conversion of R regression output to LaTeX or HTML tables",
            "long_description": "Conversion of R regression output to LaTeX or HTML tables",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-httr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-brms",
                        "R-lme4",
                        "R-rmarkdown",
                        "R-broom",
                        "R-betareg",
                        "R-forecast",
                        "R-lmtest",
                        "R-maxLik",
                        "R-brglm",
                        "R-gnm",
                        "R-plm",
                        "R-VGAM",
                        "R-huxtable",
                        "R-systemfit",
                        "R-dynlm",
                        "R-lqmm",
                        "R-logitr",
                        "R-eha",
                        "R-AER",
                        "R-mlogit",
                        "R-rms",
                        "R-fGarch",
                        "R-fixest",
                        "R-alpaca",
                        "R-pglm",
                        "R-glmmTMB",
                        "R-robust",
                        "R-miceadds",
                        "R-speedglm",
                        "R-MuMIn",
                        "R-Bergm",
                        "R-ergm",
                        "R-oglmx",
                        "R-spdep",
                        "R-spatialreg",
                        "R-gamlss",
                        "R-btergm",
                        "R-relevent",
                        "R-truncreg",
                        "R-mfx",
                        "R-mhurdle",
                        "R-coda",
                        "R-ordinal",
                        "R-sandwich",
                        "R-ggplot2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ergmito",
                        "R-MplusAutomation",
                        "R-ghypernet",
                        "R-bruceR",
                        "R-ardl.nardl",
                        "R-sfaR",
                        "R-greybox"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mhurdle",
                        "R-momentfit",
                        "R-logitr",
                        "R-mixl",
                        "R-ivx",
                        "R-mlogit",
                        "R-pder",
                        "R-defm",
                        "R-plm",
                        "R-estimatr",
                        "R-feisr"
                    ]
                }
            ]
        },
        {
            "name": "R-tis",
            "portdir": "R/R-tis",
            "version": "1.39",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=tis",
            "description": "Time indices and time-indexed series",
            "long_description": "Functions and S3 classes for time indices and time-indexed series.",
            "active": true,
            "categories": [
                "science",
                "finance",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-scales",
                        "R-reshape",
                        "R-zoo",
                        "R-ggplot2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Ecfun"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-zoo",
                        "R-lubridate",
                        "R-tsbox"
                    ]
                }
            ]
        },
        {
            "name": "R-tsfeatures",
            "portdir": "R/R-tsfeatures",
            "version": "1.1.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pkg.robjhyndman.com/tsfeatures",
            "description": "Time series feature extraction",
            "long_description": "Time series feature extraction",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-purrr",
                        "R-future",
                        "R-forecast",
                        "R-fracdiff",
                        "R-tseries",
                        "R-urca",
                        "R-furrr",
                        "R-CRAN-recommended",
                        "R-RcppRoll",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-dplyr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-GGally",
                        "R-Mcomp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-gratis",
                        "R-seer",
                        "R-timetk"
                    ]
                }
            ]
        },
        {
            "name": "R-vdiffr",
            "portdir": "R/R-vdiffr",
            "version": "1.0.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://vdiffr.r-lib.org",
            "description": "Visual regression testing and graphical diffing",
            "long_description": "Visual regression testing and graphical diffing",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rlang",
                        "R-xml2",
                        "R-glue",
                        "R-lifecycle",
                        "R-htmltools",
                        "R-diffobj",
                        "R-testthat",
                        "R-CRAN-recommended",
                        "libpng",
                        "R-cpp11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-withr",
                        "R-ggplot2",
                        "R-roxygen2",
                        "R-covr",
                        "R-decor"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-tdaunif",
                        "R-afex",
                        "R-pillar",
                        "R-ggplot2.utils",
                        "R-ggpmisc",
                        "R-bayesplay",
                        "R-bayesplot",
                        "R-RoBSA",
                        "R-ggsurvfit",
                        "R-metR",
                        "R-interactions",
                        "R-tidyterra",
                        "R-thematic",
                        "R-forestploter",
                        "R-mosaic",
                        "R-changepoint",
                        "R-gratia",
                        "R-pdqr",
                        "R-RoBTT",
                        "R-ggpp",
                        "R-ggExtra",
                        "R-ggcharts",
                        "R-ggdensity",
                        "R-ggfittext",
                        "R-gggenes",
                        "R-ggh4x",
                        "R-ggokabeito",
                        "R-ggparty",
                        "R-ggplot2",
                        "R-ggside",
                        "R-ggsignif",
                        "R-ggstance",
                        "R-ggthemes",
                        "R-graphsim",
                        "R-PlotTools",
                        "R-ggnewscale",
                        "R-treemapify",
                        "R-gridpattern",
                        "R-descriptr",
                        "R-olsrr",
                        "R-vistributions",
                        "R-disaggR",
                        "R-silicate",
                        "R-ggdist",
                        "R-gridtext",
                        "R-viridis",
                        "R-RoBMA",
                        "R-ijtiff",
                        "R-cowplot",
                        "R-zcurve",
                        "R-mixvlmc",
                        "R-pROC",
                        "R-projpred",
                        "R-qtl2",
                        "R-vetiver",
                        "R-rcartocolor",
                        "R-hrbrthemes",
                        "R-ggpattern",
                        "R-infer",
                        "R-DFBA",
                        "R-easybgm",
                        "R-see",
                        "R-ggblanket",
                        "R-rmcorr",
                        "R-units",
                        "R-rfm",
                        "R-rgudhi",
                        "R-lemon",
                        "R-BFF",
                        "R-errors",
                        "R-BayesTools",
                        "R-quantities",
                        "R-SHELF",
                        "R-jtools",
                        "R-ggstats",
                        "R-cubble",
                        "R-phangorn",
                        "R-Ternary",
                        "R-ggrepel",
                        "R-multinma",
                        "R-patchwork",
                        "R-precrec",
                        "R-rvec",
                        "R-tidybayes",
                        "R-igraph"
                    ]
                }
            ]
        },
        {
            "name": "R-viridis",
            "portdir": "R/R-viridis",
            "version": "0.6.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sjmgarnier.github.io/viridis",
            "description": "Colorblind-friendly color maps for R",
            "long_description": "Colorblind-friendly color maps for R",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-viridisLite",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-covr",
                        "R-vdiffr",
                        "R-svglite",
                        "R-maps",
                        "R-hexbin",
                        "R-dichromat",
                        "R-mapproj",
                        "R-terra",
                        "R-colorspace",
                        "R-knitr",
                        "R-scales",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-httr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Hmisc",
                        "R-bayesvl",
                        "R-hmer",
                        "R-RprobitB",
                        "R-diffudist",
                        "R-mgcViz",
                        "R-ggraph",
                        "R-heatmaply",
                        "R-SUMMER",
                        "R-GNAR",
                        "R-leaflet",
                        "R-qreport",
                        "R-dendextend"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-marqLevAlg",
                        "R-semtree",
                        "R-sugrrants",
                        "R-nullabor",
                        "R-rSPDE",
                        "R-extras",
                        "R-metR",
                        "R-gbm",
                        "R-palr",
                        "R-ggside",
                        "R-tidyjson",
                        "R-ufs",
                        "R-colorspace",
                        "R-stars",
                        "R-ggblanket"
                    ]
                }
            ]
        },
        {
            "name": "mutest",
            "portdir": "devel/mutest",
            "version": "20200813",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ebassi/mutest",
            "description": "a small unit testing library for C projects",
            "long_description": "a small unit testing library for C projects",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hiop",
            "portdir": "math/hiop",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/LLNL/hiop",
            "description": "HPC solver for non-linear optimization problems",
            "long_description": "HiOp is an optimization solver for solving certain mathematical optimization problems expressed as non-linear programming problems. HiOp is a lightweight HPC solver that leverages application’s existing data parallelism to parallelize the optimization iterations by using specialized parallel linear algebra kernels.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang90",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gfortran",
                "mpich",
                "openmpi",
                "ginkgo",
                "strumpack",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "metis",
                        "scalapack",
                        "vecLibFort",
                        "strumpack",
                        "mpich-clang17",
                        "scotch",
                        "libgcc",
                        "eigen3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dspl",
            "portdir": "science/dspl",
            "version": "2024.06.05",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://en.dsplib.org",
            "description": "Opensource cross-platform digital signal processing algorithm library",
            "long_description": "Opensource cross-platform digital signal processing algorithm library, written in C.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "vecLibFort",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cyrus-sasl-xoauth2",
            "portdir": "security/cyrus-sasl-xoauth2",
            "version": "0.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/moriyoshi/cyrus-sasl-xoauth2",
            "description": "Plugin implementation of XOAUTH2 for cyrus-sasl",
            "long_description": "Plugin implementation of XOAUTH2 for cyrus-sasl",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cyrus-sasl2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-debugme",
            "portdir": "R/R-debugme",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-lib.github.io/debugme",
            "description": "Debug R packages",
            "long_description": "Debug R packages",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-crayon"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mockery",
                        "R-R6",
                        "R-withr",
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-shinytest",
                        "R-webdriver"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-processx",
                        "R-matrixprofiler",
                        "R-rhub",
                        "R-pkgcache",
                        "R-pkgdepends",
                        "R-pillar",
                        "R-DBItest",
                        "R-batchtools"
                    ]
                }
            ]
        },
        {
            "name": "R-mockery",
            "portdir": "R/R-mockery",
            "version": "0.4.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=mockery",
            "description": "Mocking library for R",
            "long_description": "Mocking library for R",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-testthat",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-R6",
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-cpp11armadillo",
                        "R-cpp11",
                        "R-biomaRt",
                        "R-armadillo",
                        "R-crayon",
                        "R-packrat",
                        "R-covr",
                        "R-gh",
                        "R-gitcreds",
                        "R-cli",
                        "R-pins",
                        "R-pkgsearch",
                        "R-prettycode",
                        "R-callr",
                        "R-cfid",
                        "R-simpleMH",
                        "R-ijtiff",
                        "R-keyring",
                        "R-rversions",
                        "R-whoami",
                        "R-wildmeta",
                        "R-sasr",
                        "R-rhdf5",
                        "R-shiny.semantic",
                        "R-debugme",
                        "R-devtools",
                        "R-vetiver",
                        "R-easystats",
                        "R-rcmdcheck",
                        "R-Rhdf5lib",
                        "R-cpp11eigen",
                        "R-xml2",
                        "R-remotes",
                        "R-rhub",
                        "R-lintr",
                        "R-pak",
                        "R-mmrm",
                        "R-pacs",
                        "R-golem",
                        "R-pkgcache",
                        "R-pkgdepends"
                    ]
                }
            ]
        },
        {
            "name": "R-pingr",
            "portdir": "R/R-pingr",
            "version": "2.0.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-lib.github.io/pingr",
            "description": "Check if a remote computer is up",
            "long_description": "Check if a remote computer is up",
            "active": true,
            "categories": [
                "net",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-processx",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ps",
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-proffer",
                        "R-shinytest"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-webdriver",
                        "R-devtools",
                        "R-vetiver",
                        "R-ps",
                        "R-remotes",
                        "R-pak",
                        "R-pkgcache",
                        "R-pkgsearch",
                        "R-pkgdepends",
                        "R-targets"
                    ]
                }
            ]
        },
        {
            "name": "R-pkgKitten",
            "portdir": "R/R-pkgKitten",
            "version": "0.2.4",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://eddelbuettel.github.io/pkgkitten",
            "description": "Create simple packages which pass R CMD check",
            "long_description": "Create simple packages which pass R CMD check",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-roxygen2",
                        "R-tinytest",
                        "R-whoami"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcppSMC",
                        "R-RcppBlaze",
                        "R-RcppArmadillo",
                        "R-RcppEigen",
                        "R-Rcpp"
                    ]
                }
            ]
        },
        {
            "name": "R-rbenchmark",
            "portdir": "R/R-rbenchmark",
            "version": "1.0.0",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rbenchmark",
            "description": "Benchmarking routine for R",
            "long_description": "rbenchmark is inspired by the Perl module Benchmark and is intended to facilitate benchmarking of arbitrary R code.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-FastGP"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-JacobiEigen",
                        "R-fourierin",
                        "R-glassoFast",
                        "R-dat",
                        "R-PMwR",
                        "R-rucrdtw",
                        "R-RcppZiggurat",
                        "R-doRNG",
                        "R-aoos",
                        "R-Rcpp"
                    ]
                }
            ]
        },
        {
            "name": "R-tinytest",
            "portdir": "R/R-tinytest",
            "version": "1.4.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=tinytest",
            "description": "Lightweight and feature-complete unit testing framework",
            "long_description": "Lightweight and feature-complete unit testing framework",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tinysnapshot"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-lamW",
                        "R-lumberjack",
                        "R-anytime",
                        "R-modelsummary",
                        "R-ncvreg",
                        "R-splines2",
                        "R-tinytable",
                        "R-etwfe",
                        "R-RProtoBuf",
                        "R-maptiles",
                        "R-RcppAnnoy",
                        "R-maxLik",
                        "R-RcppArray",
                        "R-RcppClassic",
                        "R-RcppDist",
                        "R-RcppDynProg",
                        "R-RcppFastFloat",
                        "R-RcppTOML",
                        "R-RcppUUID",
                        "R-RcppSimdJson",
                        "R-RcppBlaze",
                        "R-digest",
                        "R-spatialreg",
                        "R-merDeriv",
                        "R-checkmate",
                        "R-RestRserve",
                        "R-fmcmc",
                        "R-fritools",
                        "R-gbm",
                        "R-hutilscpp",
                        "R-benchr",
                        "R-nloptr",
                        "R-neverhpfilter",
                        "R-RcppMagicEnum",
                        "R-Pade",
                        "R-minimaxApprox",
                        "R-mev",
                        "R-brglm2",
                        "R-classInt",
                        "R-comat",
                        "R-RcppInt64",
                        "R-deductive",
                        "R-dtts",
                        "R-grpreg",
                        "R-RcppArmadillo",
                        "R-ergmito",
                        "R-ess",
                        "R-poorman",
                        "R-ppRep",
                        "R-factor256",
                        "R-fastshap",
                        "R-flexiblas",
                        "R-psychotree",
                        "R-cdata",
                        "R-geometries",
                        "R-reformulas",
                        "R-gower",
                        "R-highs",
                        "R-rqdatatable",
                        "R-rquery",
                        "R-QuickJSR",
                        "R-wooldridge",
                        "R-wrapr",
                        "R-lintools",
                        "R-loder",
                        "R-stringdist",
                        "R-RcppGSL",
                        "R-NMOF",
                        "R-mmand",
                        "R-settings",
                        "R-motif",
                        "R-ndjson",
                        "R-ore",
                        "R-paropt",
                        "R-soma",
                        "R-subplex",
                        "R-qpmadr",
                        "R-Bayesrel",
                        "R-datetimeutils",
                        "R-detectseparation",
                        "R-spdep",
                        "R-PMwR",
                        "R-RQuantLib",
                        "R-EnvStats",
                        "R-RcppEigen",
                        "R-Rhdf5lib",
                        "R-rjsoncons",
                        "R-holiglm",
                        "R-runner",
                        "R-ulid",
                        "R-jagsUI",
                        "R-dfdr",
                        "R-blavaan",
                        "R-doconv",
                        "R-ast2ast",
                        "R-validate",
                        "R-td",
                        "R-tdsa",
                        "R-textutils",
                        "R-ggiraph",
                        "R-maditr",
                        "R-BVAR",
                        "R-BVARverse",
                        "R-BayesRep",
                        "R-BiocBaseUtils",
                        "R-xts",
                        "R-LMMsolver",
                        "R-khroma",
                        "R-vek",
                        "R-RcppFastAD",
                        "R-phangorn",
                        "R-pkgKitten",
                        "R-terra",
                        "R-fntl",
                        "R-inline",
                        "R-modelbpp",
                        "R-nanotime",
                        "R-RTMB",
                        "R-Rcpp",
                        "R-bsvars",
                        "R-autometric",
                        "R-arkhe",
                        "R-dimensio",
                        "R-raster",
                        "R-tiledb",
                        "R-Delaporte",
                        "R-RcppRedis"
                    ]
                }
            ]
        }
    ]
}