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

{
    "count": 51601,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1005",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1003",
    "results": [
        {
            "name": "R-npmlreg",
            "portdir": "R/R-npmlreg",
            "version": "0.46-5",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=npmlreg",
            "description": "Non-parametric maximum likelihood estimation for random effect models",
            "long_description": "Non-parametric maximum likelihood estimation for random effect models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-statmod",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-npsf",
            "portdir": "R/R-npsf",
            "version": "0.8.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=npsf",
            "description": "Non-parametric and stochastic efficiency and productivity analysis",
            "long_description": "Non-parametric and stochastic efficiency and productivity analysis",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-Formula"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-snowFT",
                        "R-Rmpi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-nseval",
            "portdir": "R/R-nseval",
            "version": "0.5.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=nseval",
            "description": "Tools for lazy and non-standard evaluation",
            "long_description": "Tools for lazy and non-standard evaluation",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rlang",
                        "R-plyr",
                        "R-stringr",
                        "R-knitr",
                        "R-testthat",
                        "R-roxygen2",
                        "R-covr",
                        "R-lazyeval"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-async"
                    ]
                }
            ]
        },
        {
            "name": "R-numbers",
            "portdir": "R/R-numbers",
            "version": "0.8-5",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=numbers",
            "description": "Number-theoretic functions",
            "long_description": "Number-theoretic functions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-sensitivity",
                        "R-groupdata2",
                        "R-DoE.base",
                        "R-MFDFA",
                        "R-bellreg",
                        "R-cyclotomic",
                        "R-ERPM",
                        "R-ghypernet",
                        "R-mvp",
                        "R-permutations"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RcppBigIntAlgos"
                    ]
                }
            ]
        },
        {
            "name": "R-odbc",
            "portdir": "R/R-odbc",
            "version": "1.5.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-dbi.github.io/odbc",
            "description": "DBI-compatible interface to ODBC databases",
            "long_description": "DBI-compatible interface to ODBC databases",
            "active": true,
            "categories": [
                "databases",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "libiodbc",
                "unixODBC"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-cli",
                        "R-rlang",
                        "R-DBI",
                        "R-lifecycle",
                        "R-blob",
                        "R-hms",
                        "R-CRAN-recommended",
                        "libiodbc",
                        "R-Rcpp",
                        "R-bit64"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-magrittr",
                        "R-tibble",
                        "R-withr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-RSQLite",
                        "R-DBItest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-sqlHelpers",
                        "R-virtuoso"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-dm",
                        "R-dbx",
                        "R-sf",
                        "R-dbplyr",
                        "R-sqlhelper"
                    ]
                }
            ]
        },
        {
            "name": "R-odeintr",
            "portdir": "R/R-odeintr",
            "version": "1.7.1",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/thk686/odeintr",
            "description": "Wraps the Boost odeint library for integration of differential equations",
            "long_description": "Wraps the Boost odeint library for integration of differential equations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "R-BH"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-symengine"
                    ]
                }
            ]
        },
        {
            "name": "R-ollggamma",
            "portdir": "R/R-ollggamma",
            "version": "1.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mjsaldanha.com/posts/ollggamma",
            "description": "Odd log-logistic generalized Gamma probability distribution",
            "long_description": "Odd log-logistic generalized Gamma probability distribution",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-ggamma"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-ompr",
            "portdir": "R/R-ompr",
            "version": "1.0.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirkschumacher.github.io/ompr",
            "description": "Model and solve mixed integer linear programs",
            "long_description": "Model mixed integer linear programs in an algebraic way directly in R. The model is solver-independent and thus offers the possibility to solve a model with different solvers.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lazyeval",
                        "R-rlang",
                        "R-listcomp",
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-fastmap"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-magrittr",
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-kantorovich",
                        "R-ompr.roi",
                        "R-polyhedralCubature"
                    ]
                }
            ]
        },
        {
            "name": "R-ompr.roi",
            "portdir": "R/R-ompr.roi",
            "version": "1.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirkschumacher.github.io/ompr",
            "description": "A solver for R-ompr based on the R Optimization Infrastructure (ROI)",
            "long_description": "A solver for R-ompr based on the R Optimization Infrastructure (ROI)",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ROI",
                        "R-CRAN-recommended",
                        "R-slam",
                        "R-ompr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-magrittr",
                        "R-testthat",
                        "R-ROI.plugin.glpk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-kantorovich"
                    ]
                }
            ]
        },
        {
            "name": "R-onion",
            "portdir": "R/R-onion",
            "version": "1.5-3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RobinHankin/onion",
            "description": "Octonions and quaternions",
            "long_description": "Octonions and quaternions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-freealg",
                        "R-CRAN-recommended",
                        "R-emulator",
                        "R-mathjaxr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-jordan",
                        "R-cgalMeshes"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-clifford"
                    ]
                }
            ]
        },
        {
            "name": "R-ooplah",
            "portdir": "R/R-ooplah",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xoopR.github.io/ooplah",
            "description": "Helper functions for class object-oriented programming in R with an emphasis on R6",
            "long_description": "Helper functions for class object-oriented programming in R with an emphasis on R6",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-R6",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-withr",
                        "R-testthat",
                        "R-devtools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-dictionar6",
                        "R-set6"
                    ]
                }
            ]
        },
        {
            "name": "R-openssl",
            "portdir": "R/R-openssl",
            "version": "2.2.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=openssl",
            "description": "Toolkit for encryption, signatures and certificates based on OpenSSL",
            "long_description": "Toolkit for encryption, signatures and certificates based on OpenSSL",
            "active": true,
            "categories": [
                "net",
                "science",
                "security",
                "crypto",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "pkgconfig",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "openssl3",
                        "R-askpass"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sodium",
                        "R-jose",
                        "R-curl",
                        "R-jsonlite",
                        "R-digest",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-umap",
                        "R-mongolite",
                        "R-jose",
                        "R-officer",
                        "R-gargle",
                        "R-googleCloudStorageR",
                        "R-gert",
                        "R-keyring",
                        "R-credentials",
                        "R-rsconnect",
                        "R-sparklyr",
                        "R-mlflow",
                        "R-ids",
                        "R-cyphr",
                        "R-distill",
                        "R-pkgdown",
                        "R-httr",
                        "R-httr2"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-yulab.utils",
                        "R-pins",
                        "R-rtweet"
                    ]
                }
            ]
        },
        {
            "name": "R-optiSolve",
            "portdir": "R/R-optiSolve",
            "version": "1.0",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=optiSolve",
            "description": "Linear, quadratic and rational optimization",
            "long_description": "Linear, quadratic and rational optimization",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-nloptr",
                        "R-alabama",
                        "R-Rcpp",
                        "R-shapes",
                        "R-CRAN-recommended",
                        "R-cccp",
                        "R-plyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-optimizeR",
            "portdir": "R/R-optimizeR",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://loelschlaeger.de/optimizeR",
            "description": "Unified framework for numerical optimizers",
            "long_description": "Unified framework for numerical optimizers",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ucminf",
                        "R-checkmate",
                        "R-lbfgsb3c",
                        "R-TestFunctions",
                        "R-CRAN-recommended",
                        "R-oeli",
                        "R-R6",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-pracma"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ino",
                        "R-ao"
                    ]
                }
            ]
        },
        {
            "name": "R-optmatch",
            "portdir": "R/R-optmatch",
            "version": "0.10.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=optmatch",
            "description": "Functions for optimal matching",
            "long_description": "Functions for optimal matching",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "gcc14",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libgcc14",
                        "R-rlemon",
                        "R-Rcpp",
                        "R-tibble",
                        "R-dplyr",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-arm",
                        "R-brglm",
                        "R-pander",
                        "R-RItools",
                        "R-CBPS",
                        "R-magrittr",
                        "R-xtable",
                        "R-biglm",
                        "R-survey",
                        "R-knitr",
                        "R-testthat",
                        "R-markdown",
                        "R-rmarkdown",
                        "R-haven",
                        "R-roxygen2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-MatchIt"
                    ]
                }
            ]
        },
        {
            "name": "R-ordbetareg",
            "portdir": "R/R-ordbetareg",
            "version": "0.7.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/saudiwin/ordbetareg_pack",
            "description": "Understand and describe Bayesian models and posterior distributions",
            "long_description": "Understand and describe Bayesian models and posterior distributions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-transformr",
                        "R-dplyr",
                        "R-CRAN-recommended",
                        "R-gganimate",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-brms"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-marginaleffects",
                        "R-modelsummary",
                        "R-glmmTMB",
                        "R-gt",
                        "R-bayestestR",
                        "R-collapse",
                        "R-stringr",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-haven",
                        "R-Hmisc",
                        "R-ggthemes",
                        "R-mice"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bayestestR"
                    ]
                }
            ]
        },
        {
            "name": "R-orders",
            "portdir": "R/R-orders",
            "version": "0.1.8",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=orders",
            "description": "Sampling from k-th order statistics of new families of distributions",
            "long_description": "Sampling from k-th order statistics of new families of distributions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-actuar",
                        "R-gamlss.dist",
                        "R-Newdistns",
                        "R-CRAN-recommended",
                        "R-VGAM"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-ordgam",
            "portdir": "R/R-ordgam",
            "version": "0.9.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ordgam",
            "description": "Additive model for ordinal data using Laplace p-splines",
            "long_description": "Additive model for ordinal data using Laplace p-splines",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-sn",
                        "R-marqLevAlg",
                        "R-cubicBsplines",
                        "R-CRAN-recommended",
                        "R-numDeriv",
                        "R-ucminf"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-ordinal",
            "portdir": "R/R-ordinal",
            "version": "2023.12-4.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/runehaubo/ordinal",
            "description": "Regression models for ordinal data",
            "long_description": "Regression models for ordinal data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-numDeriv",
                        "R-ucminf"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xtable",
                        "R-testthat",
                        "R-lme4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-crch",
                        "R-jomo",
                        "R-projpred",
                        "R-RcmdrPlugin.MPAStats",
                        "R-MXM",
                        "R-serp"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-performance",
                        "R-broom",
                        "R-buildmer",
                        "R-effects",
                        "R-car",
                        "R-nonnest2",
                        "R-margins",
                        "R-memisc",
                        "R-prediction",
                        "R-broom.mixed",
                        "R-texreg",
                        "R-AICcmodavg",
                        "R-tramME",
                        "R-ggeffects",
                        "R-insight",
                        "R-emmeans",
                        "R-tram",
                        "R-MuMIn"
                    ]
                }
            ]
        },
        {
            "name": "R-ordinalNet",
            "portdir": "R/R-ordinalNet",
            "version": "2.12",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ordinalNet",
            "description": "Penalized ordinal regression",
            "long_description": "Penalized ordinal regression",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-VGAM",
                        "R-rms",
                        "R-glmnet",
                        "R-penalized",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-CondCopulas"
                    ]
                }
            ]
        },
        {
            "name": "R-ore",
            "portdir": "R/R-ore",
            "version": "1.7.4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jonclayden/ore",
            "description": "R interface to the Onigmo regular expression library",
            "long_description": "R interface to the Onigmo regular expression library",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rex",
                        "R-covr",
                        "R-tinytest",
                        "R-crayon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-reportr"
                    ]
                }
            ]
        },
        {
            "name": "R-orf",
            "portdir": "R/R-orf",
            "version": "0.1.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=orf",
            "description": "Ordered Random Forests",
            "long_description": "Ordered Random Forests",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-ranger",
                        "R-xtable"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ocf"
                    ]
                }
            ]
        },
        {
            "name": "R-origami",
            "portdir": "R/R-origami",
            "version": "1.0.7",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tlverse.org/origami",
            "description": "Generalized framework for cross-validation",
            "long_description": "Generalized framework for cross-validation",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-data.table",
                        "R-future",
                        "R-future.apply",
                        "R-listenv",
                        "R-CRAN-recommended",
                        "R-abind",
                        "R-assertthat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-stringr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-forecast",
                        "R-randomForest",
                        "R-glmnet"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-sl3",
                        "R-cvCovEst",
                        "R-hal9001",
                        "R-lmtp"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tmle3"
                    ]
                }
            ]
        },
        {
            "name": "R-orthoDr",
            "portdir": "R/R-orthoDr",
            "version": "0.6.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/teazrq/orthoDr",
            "description": "Semi-parametric dimension reduction models using orthogonality-constrained optimization",
            "long_description": "Semi-parametric dimension reduction models using orthogonality-constrained optimization",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-pracma",
                        "R-rgl",
                        "R-dr",
                        "libgcc",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "R-plot3D",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-orthopolynom",
            "portdir": "R/R-orthopolynom",
            "version": "1.0-6.1",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=orthopolynom",
            "description": "Collection of functions for orthogonal and orthonormal polynomials",
            "long_description": "Collection of functions for orthogonal and orthonormal polynomials",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-polynom",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-PDQutils",
                        "R-basefun",
                        "R-BayesGOF",
                        "R-nlsem",
                        "R-sadists",
                        "R-mosaicCalc",
                        "R-gaussquad",
                        "R-mpoly"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-MCMCglmm",
                        "R-sommer"
                    ]
                }
            ]
        },
        {
            "name": "R-osqp",
            "portdir": "R/R-osqp",
            "version": "0.6.3.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://osqp.org",
            "description": "Quadratic programming solver using the OSQP library",
            "long_description": "Provides bindings to the OSQP solver. The OSQP solver is a numerical optimization package for solving convex quadratic programs, written in C and based on the alternating direction method of multipliers.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "cmake",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-R6",
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-slam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ROI.plugin.osqp",
                        "R-CVXR"
                    ]
                }
            ]
        },
        {
            "name": "R-outliertree",
            "portdir": "R/R-outliertree",
            "version": "1.10.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://outliertree.readthedocs.io",
            "description": "Explainable outlier detection through decision tree conditioning",
            "long_description": "Explainable outlier detection through decision tree conditioning",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-Rcereal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-data.table",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-kableExtra"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-isotree"
                    ]
                }
            ]
        },
        {
            "name": "R-packagefinder",
            "portdir": "R/R-packagefinder",
            "version": "0.3.5",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.zuckarelli.de/packagefinder/tutorial.html",
            "description": "Search for R packages on CRAN, either directly from the R console or with an RStudio add-in",
            "long_description": "Search for R packages on CRAN, either directly from the R console or with an RStudio add-in",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-clipr",
                        "R-tidyr",
                        "R-lubridate",
                        "R-shiny",
                        "R-shinyjs",
                        "R-httr",
                        "R-jsonlite",
                        "R-formattable",
                        "R-pander",
                        "R-shinybusy",
                        "R-reactable",
                        "R-textutils",
                        "R-CRAN-recommended",
                        "R-htmlTable",
                        "R-crayon"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-packcircles",
            "portdir": "R/R-packcircles",
            "version": "0.3.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=packcircles",
            "description": "Algorithms to find arrangements of non-overlapping circles",
            "long_description": "Algorithms to find arrangements of non-overlapping circles",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggiraph",
                        "R-ggplot2",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-lpSolve"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-packrat",
            "portdir": "R/R-packrat",
            "version": "0.9.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rstudio.github.io/packrat",
            "description": "Dependency management system for R",
            "long_description": "Dependency management system for R",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-rmarkdown",
                        "R-devtools",
                        "R-httr",
                        "R-mockery",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rsconnect"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-jetpack",
                        "R-renv"
                    ]
                }
            ]
        },
        {
            "name": "R-pacs",
            "portdir": "R/R-pacs",
            "version": "0.6.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://polkas.github.io/pacs",
            "description": "Supplementary R packages utils",
            "long_description": "Supplementary R packages utils",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringi",
                        "R-xml2",
                        "R-memoise",
                        "R-CRAN-recommended",
                        "R-curl",
                        "R-jsonlite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-remotes",
                        "R-withr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-mockery",
                        "R-renv",
                        "R-pkgsearch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-padr",
            "portdir": "R/R-padr",
            "version": "0.6.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://edwinth.github.io/padr",
            "description": "Quickly get date–time data ready for analysis",
            "long_description": "Quickly get date–time data ready for analysis",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-lubridate",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-data.table",
                        "R-lazyeval",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-fHMM",
                        "R-timetk"
                    ]
                }
            ]
        },
        {
            "name": "R-pak",
            "portdir": "R/R-pak",
            "version": "0.8.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pak.r-lib.org",
            "description": "Another approach to package installation",
            "long_description": "Another approach to package installation",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-curl",
                        "R-jsonlite",
                        "R-ps",
                        "R-desc",
                        "R-glue",
                        "R-withr",
                        "R-processx",
                        "R-callr",
                        "R-pkgbuild",
                        "R-testthat",
                        "R-gitcreds",
                        "R-rstudioapi",
                        "R-covr",
                        "R-mockery",
                        "R-pingr",
                        "R-filelock",
                        "R-pkgcache",
                        "R-pkgsearch",
                        "R-pkgdepends",
                        "R-cli"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-dockerfiler"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-pkgdepends",
                        "R-pkgload",
                        "R-xfun",
                        "R-renv"
                    ]
                }
            ]
        },
        {
            "name": "R-palm",
            "portdir": "R/R-palm",
            "version": "1.1.5",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=palm",
            "description": "Functions to fit point process models using the Palm likelihood",
            "long_description": "Functions to fit point process models using the Palm likelihood",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-gsl",
                        "R-minqa",
                        "R-mvtnorm",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-pammtools",
            "portdir": "R/R-pammtools",
            "version": "0.5.93",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://adibender.github.io/pammtools",
            "description": "Piece-wise exponential additive mixed modeling tools for survival analysis",
            "long_description": "Piece-wise exponential additive mixed modeling tools for survival analysis",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rlang",
                        "R-mvtnorm",
                        "R-vctrs",
                        "R-tibble",
                        "R-checkmate",
                        "R-dplyr",
                        "R-purrr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-Formula",
                        "R-pec",
                        "R-CRAN-recommended",
                        "R-lazyeval",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-robber",
                        "R-relsurv"
                    ]
                }
            ]
        },
        {
            "name": "R-panelsummary",
            "portdir": "R/R-panelsummary",
            "version": "0.1.2.1",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://michaeltopper1.github.io/panelsummary",
            "description": "Create publication-ready regression tables with panels",
            "long_description": "Create publication-ready regression tables with panels",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-tidyselect",
                        "R-kableExtra",
                        "R-fixest",
                        "R-modelsummary",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-stringr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-parameters",
                        "R-performance",
                        "R-tibble",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-gt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-parallelDist",
            "portdir": "R/R-parallelDist",
            "version": "0.2.6",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alexeckert/parallelDist",
            "description": "Parallel distance matrix computation using multiple threads",
            "long_description": "Parallel distance matrix computation using multiple threads",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppParallel",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-proxy",
                        "R-ggplot2",
                        "R-testthat",
                        "R-dtw",
                        "R-RcppXPtrUtils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-diffudist"
                    ]
                }
            ]
        },
        {
            "name": "R-parallelMap",
            "portdir": "R/R-parallelMap",
            "version": "1.5.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://parallelmap.mlr-org.com",
            "description": "Unified interface to parallelization back-ends",
            "long_description": "Unified interface to parallelization back-ends",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-BBmisc",
                        "R-CRAN-recommended",
                        "R-checkmate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-batchtools",
                        "R-data.table",
                        "R-testthat",
                        "R-snow",
                        "R-Rmpi",
                        "R-BatchJobs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mlrMBO",
                        "R-mlr"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-modelStudio",
                        "R-batchtools"
                    ]
                }
            ]
        },
        {
            "name": "R-parallelpam",
            "portdir": "R/R-parallelpam",
            "version": "1.4.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=parallelpam",
            "description": "Parallel partitioning-around-medoids (PAM) for big sets of data",
            "long_description": "Parallel partitioning-around-medoids (PAM) for big sets of data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-memuse",
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-params",
            "portdir": "R/R-params",
            "version": "0.7.3",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=params",
            "description": "Interface to simplify organizing parameters used in a package via external configuration files.",
            "long_description": "Interface to simplify organizing parameters used in a package via external configuration files.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-readr",
                        "R-whisker",
                        "R-RcppTOML",
                        "R-CRAN-recommended",
                        "R-glue",
                        "R-purrr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-utf8",
                        "R-knitr",
                        "R-testthat",
                        "R-openxlsx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-paropt",
            "portdir": "R/R-paropt",
            "version": "0.3.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=paropt",
            "description": "Parameter optimizing of ODE systems",
            "long_description": "Parameter optimizing of ODE systems",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rlang",
                        "R-RcppThread",
                        "R-ast2ast",
                        "R-dfdr",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-deSolve",
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-parsec",
            "portdir": "R/R-parsec",
            "version": "1.2.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=parsec",
            "description": "Partial orders in socio-economics",
            "long_description": "Partial orders in socio-economics",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-igraph",
                        "R-netrankr",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-parsnip",
            "portdir": "R/R-parsnip",
            "version": "1.2.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://parsnip.tidymodels.org",
            "description": "Common API to modeling and analysis functions",
            "long_description": "Common API to modeling and analysis functions",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-glue",
                        "R-lifecycle",
                        "R-vctrs",
                        "R-pillar",
                        "R-tibble",
                        "R-withr",
                        "R-dplyr",
                        "R-generics",
                        "R-prettyunits",
                        "R-purrr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-globals",
                        "R-hardhat",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-rlang",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sparklyr",
                        "R-remotes",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-ggrepel",
                        "R-modeldata",
                        "R-prodlim",
                        "R-kernlab",
                        "R-ranger",
                        "R-bench",
                        "R-dials",
                        "R-kknn",
                        "R-xgboost",
                        "R-xrf",
                        "R-LiblineaR",
                        "R-earth",
                        "R-sda",
                        "R-C50",
                        "R-baguette"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-modeltime",
                        "R-censored",
                        "R-multilevelmod",
                        "R-LorenzRegression",
                        "R-stacks",
                        "R-tidyclust",
                        "R-tidymodels",
                        "R-discrim",
                        "R-SSLR",
                        "R-tune",
                        "R-workflows",
                        "R-workflowsets",
                        "R-bayesian",
                        "R-bonsai",
                        "R-tidyAML",
                        "R-tidydann",
                        "R-poissonreg",
                        "R-finetune",
                        "R-rules",
                        "R-baguette"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-gtsummary",
                        "R-insight",
                        "R-sparklyr",
                        "R-vetiver",
                        "R-ggeffects",
                        "R-infer",
                        "R-mmrm",
                        "R-probably",
                        "R-recipes",
                        "R-effectsize",
                        "R-tidyposterior",
                        "R-timetk"
                    ]
                }
            ]
        },
        {
            "name": "R-partitions",
            "portdir": "R/R-partitions",
            "version": "1.10-7",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RobinHankin/partitions",
            "description": "Additive partitions of integers",
            "long_description": "Additive partitions of integers",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-polynom",
                        "R-mathjaxr",
                        "R-sets",
                        "R-CRAN-recommended",
                        "R-gmp",
                        "R-Rdpack"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MM",
                        "R-LongMemoryTS",
                        "R-robber",
                        "R-binGroup",
                        "R-DoE.base",
                        "R-syt",
                        "R-qspray",
                        "R-spray",
                        "R-stokes",
                        "R-binGroup2",
                        "R-clifford",
                        "R-BMT",
                        "R-freealg",
                        "R-hyper2",
                        "R-jack",
                        "R-mpoly",
                        "R-mvp",
                        "R-permutations"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RcppAlgos",
                        "R-ZVCV",
                        "R-copula"
                    ]
                }
            ]
        },
        {
            "name": "R-patrick",
            "portdir": "R/R-patrick",
            "version": "0.2.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/patrick",
            "description": "Parameterized unit testing",
            "long_description": "Parameterized unit testing",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-purrr",
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-testthat",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bayesplay",
                        "R-lintr",
                        "R-mombf"
                    ]
                }
            ]
        },
        {
            "name": "R-pbdMPI",
            "portdir": "R/R-pbdMPI",
            "version": "0.5-2",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snoweye/pbdMPI",
            "description": "Interface to MPI",
            "long_description": "Interface to MPI",
            "active": true,
            "categories": [
                "science",
                "parallel",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-default",
                        "R-float",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-kazaam",
                        "R-pbdSLAP"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RNetCDF"
                    ]
                }
            ]
        },
        {
            "name": "R-pbdSLAP",
            "portdir": "R/R-pbdSLAP",
            "version": "0.3-7",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snoweye/pbdSLAP",
            "description": "ScaLAPACK/PBLAS/BLACS/LAPACK library for use with pbdR",
            "long_description": "ScaLAPACK/PBLAS/BLACS/LAPACK library for use with pbdR",
            "active": true,
            "categories": [
                "science",
                "math",
                "parallel",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc",
                        "libgcc14",
                        "mpich-default",
                        "R-pbdMPI"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-pbdZMQ",
            "portdir": "R/R-pbdZMQ",
            "version": "0.3-13",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snoweye/pbdZMQ",
            "description": "Interface to ZeroMQ",
            "long_description": "Interface to ZeroMQ",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zmq",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-IRkernel"
                    ]
                }
            ]
        },
        {
            "name": "R-pbivnorm",
            "portdir": "R/R-pbivnorm",
            "version": "0.6.0",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=pbivnorm",
            "description": "Vectorized bivariate normal CDF",
            "long_description": "Provides a vectorized R function for calculating probabilities from a standard bivariate normal CDF.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-DiceOptim",
                        "R-GPareto",
                        "R-KrigInv",
                        "R-lavaan",
                        "R-mvord",
                        "R-semTools"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sirt",
                        "R-pbv"
                    ]
                }
            ]
        },
        {
            "name": "R-pbkrtest",
            "portdir": "R/R-pbkrtest",
            "version": "0.5.3",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://people.math.aau.dk/~sorenh/software/pbkrtest",
            "description": "Parametric Bootstrap, Kenward–Roger and Satterthwaite based methods for test in mixed models",
            "long_description": "Parametric Bootstrap, Kenward–Roger and Satterthwaite based methods for test in mixed models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lme4",
                        "R-broom",
                        "R-doBy",
                        "R-CRAN-recommended",
                        "R-numDeriv",
                        "R-dplyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-r2glmm",
                        "R-MedianaDesigner",
                        "R-car",
                        "R-afex"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-buildmer",
                        "R-effects",
                        "R-jtools",
                        "R-lavaSearch2",
                        "R-lme4",
                        "R-lmerTest",
                        "R-broom.mixed",
                        "R-insight",
                        "R-emmeans",
                        "R-doBy"
                    ]
                }
            ]
        }
    ]
}