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

{
    "count": 51978,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=292",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=290",
    "results": [
        {
            "name": "R-powerindexR",
            "portdir": "R/R-powerindexR",
            "version": "1.6",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=powerindexR",
            "description": "Measure the power in voting systems",
            "long_description": "Measure the power in voting systems",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-orthogonalsplinebasis",
            "portdir": "R/R-orthogonalsplinebasis",
            "version": "0.1.7",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/halpo/obsplines",
            "description": "Orthogonal b-splines",
            "long_description": "Orthogonal b-splines",
            "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-spelling"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Renvlp"
                    ]
                }
            ]
        },
        {
            "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-mutoss",
            "portdir": "R/R-mutoss",
            "version": "0.1-13",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=mutoss",
            "description": "Unified multiple testing procedures",
            "long_description": "Unified multiple testing procedures",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-multcomp",
                        "R-CRAN-recommended",
                        "R-mvtnorm",
                        "R-multtest",
                        "R-plotrix"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-fdrtool",
                        "R-qvalue"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-inops",
            "portdir": "R/R-inops",
            "version": "0.0.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/moodymudskipper/inops",
            "description": "Infix operators for detection, subsetting and replacement",
            "long_description": "Infix operators to detect, subset and replace the elements matched by a given condition. The functions have several variants of operator types, including subsets, ranges, regular expressions and others. Implemented operators work on vectors, matrices and lists.",
            "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-purrr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-nycflights13",
                        "R-dplyr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-huge",
            "portdir": "R/R-huge",
            "version": "1.3.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=huge",
            "description": "High-Dimensional Undirected Graph Estimation",
            "long_description": "High-Dimensional Undirected Graph Estimation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-igraph",
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "R-RcppEigen"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-HeteroGGM",
                        "R-UNPaC",
                        "R-fake"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-qgraph",
                        "R-BDgraph",
                        "R-stm",
                        "R-CTD",
                        "R-pcalg"
                    ]
                }
            ]
        },
        {
            "name": "R-glmmPen",
            "portdir": "R/R-glmmPen",
            "version": "1.5.4.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=glmmPen",
            "description": "High-dimensional penalized generalized linear mixed models (pGLMM)",
            "long_description": "High-dimensional penalized generalized linear mixed models (pGLMM)",
            "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-RcppArmadillo",
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-mvtnorm",
                        "R-rstantools",
                        "R-stringr",
                        "R-reshape2",
                        "R-ggplot2",
                        "R-rstan",
                        "R-lme4",
                        "R-coxme",
                        "R-ncvreg",
                        "R-bigmemory",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-gapminder",
            "portdir": "R/R-gapminder",
            "version": "1.0.0",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jennybc/gapminder",
            "description": "Data from Gapminder.org",
            "long_description": "Data from Gapminder.org",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rmarkdown",
                        "R-dplyr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-av",
                        "R-fic",
                        "R-ggcharts",
                        "R-highcharter",
                        "R-magick",
                        "R-margins",
                        "R-shiny.semantic",
                        "R-tibbletime",
                        "R-trelliscopejs",
                        "R-unjoin"
                    ]
                }
            ]
        },
        {
            "name": "R-devEMF",
            "portdir": "R/R-devEMF",
            "version": "4.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/plfjohnson/devEMF",
            "description": "EMF Graphics Output Device",
            "long_description": "EMF Graphics Output Device",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MedianaDesigner"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-officer",
                        "R-reporter"
                    ]
                }
            ]
        },
        {
            "name": "R-dat",
            "portdir": "R/R-dat",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=dat",
            "description": "Tools for data manipulation",
            "long_description": "An implementation of common higher order functions with syntactic sugar for anonymous function.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-progress",
                        "R-Formula",
                        "R-aoos",
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tibble",
                        "R-dplyr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-rbenchmark",
                        "R-lintr",
                        "R-nycflights13"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-crosstable",
            "portdir": "R/R-crosstable",
            "version": "0.7.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://danchaltiel.github.io/crosstable",
            "description": "Crosstables for descriptive analyses",
            "long_description": "Crosstables for descriptive analyses",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-purrr",
                        "R-tidyr",
                        "R-forcats",
                        "R-officer",
                        "R-flextable",
                        "R-CRAN-recommended",
                        "R-checkmate",
                        "R-dplyr",
                        "R-cli",
                        "R-rlang",
                        "R-glue",
                        "R-lifecycle",
                        "R-stringr",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Hmisc",
                        "R-openxlsx",
                        "R-gmodels",
                        "R-gt",
                        "R-expss",
                        "R-sloop",
                        "R-jsonlite",
                        "R-stringi",
                        "R-systemfonts",
                        "R-xml2",
                        "R-crayon",
                        "R-digest",
                        "R-withr",
                        "R-hms",
                        "R-tidyselect",
                        "R-callr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-waldo",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-brlrmr",
            "portdir": "R/R-brlrmr",
            "version": "0.1.7",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=brlrmr",
            "description": "Bias reduction with missing binary response",
            "long_description": "Bias reduction with missing binary response",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-profileModel",
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "R-brglm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-bigmemory.sri",
            "portdir": "R/R-bigmemory.sri",
            "version": "0.1.8",
            "license": "(Apache-2 or LGPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=bigmemory.sri",
            "description": "Shared-resource interface for the bigmemory and synchronicity packages",
            "long_description": "Shared-resource interface for the bigmemory and synchronicity packages",
            "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-bigmemory"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bigmemory",
                        "R-synchronicity"
                    ]
                }
            ]
        },
        {
            "name": "R-bigmemory",
            "portdir": "R/R-bigmemory",
            "version": "4.6.4",
            "license": "(Apache-2 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.bigmemory.org",
            "description": "Manage massive matrices with shared memory and memory-mapped files",
            "long_description": "Manage massive matrices with shared memory and memory-mapped files",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-uuid",
                        "R-bigmemory.sri",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-remotes",
                        "R-testthat",
                        "R-biganalytics",
                        "R-bigtabulate"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-xrnet",
                        "R-kangar00",
                        "R-sgd",
                        "R-MXM",
                        "R-bigalgebra",
                        "R-biganalytics",
                        "R-bigstep",
                        "R-bigtabulate",
                        "R-fastglm",
                        "R-glmmPen",
                        "R-hibayes"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-NMF",
                        "R-bigmemory.sri",
                        "R-bigstatsr"
                    ]
                }
            ]
        },
        {
            "name": "R-bigalgebra",
            "portdir": "R/R-bigalgebra",
            "version": "1.1.2",
            "license": "(Apache-2 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fbertran.github.io/bigalgebra",
            "description": "BLAS/LAPACK routines for native R matrices and big.matrix objects",
            "long_description": "BLAS/LAPACK routines for native R matrices and big.matrix objects",
            "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-bigmemory",
                        "R-CRAN-recommended",
                        "libgcc",
                        "libgcc14",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-aoos",
            "portdir": "R/R-aoos",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wahani.github.io/aoos",
            "description": "Another Object Orientation System",
            "long_description": "Another Object Orientation System",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-magrittr",
                        "R-roxygen2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-R6",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-rbenchmark"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-dat"
                    ]
                }
            ]
        },
        {
            "name": "R-TFisher",
            "portdir": "R/R-TFisher",
            "version": "0.2.0",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=TFisher",
            "description": "Optimal thresholding Fisher’s p-value combination method",
            "long_description": "Optimal thresholding Fisher’s p-value combination method",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-mvtnorm",
                        "R-sn",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Rgbp",
            "portdir": "R/R-Rgbp",
            "version": "1.1.4",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=Rgbp",
            "description": "Hierarchical modelling and frequency method checking on overdispersed Gaussian, Poisson and Binomial data",
            "long_description": "Hierarchical modelling and frequency method checking on overdispersed Gaussian, Poisson and Binomial data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-mnormt",
                        "R-sn",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppHungarian",
            "portdir": "R/R-RcppHungarian",
            "version": "0.3",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppHungarian",
            "description": "Solve minimum cost bipartite matching problems",
            "long_description": "Solve minimum cost bipartite matching problems",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Ternary",
                        "R-sentopics"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidyclust"
                    ]
                }
            ]
        },
        {
            "name": "R-ISOcodes",
            "portdir": "R/R-ISOcodes",
            "version": "2024.02.12",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ISOcodes",
            "description": "Select ISO Codes",
            "long_description": "Select ISO Codes",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-stopwords"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-spacetime"
                    ]
                }
            ]
        },
        {
            "name": "R-AnnotationForge",
            "portdir": "R/R-AnnotationForge",
            "version": "1.46.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bioconductor.org/packages/AnnotationForge",
            "description": "Tools for building SQLite-based annotation data packages",
            "long_description": "Tools for building SQLite-based annotation data packages",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-XML",
                        "R-BiocGenerics",
                        "R-RSQLite",
                        "R-Biobase",
                        "R-DBI",
                        "R-AnnotationDbi",
                        "R-CRAN-recommended",
                        "R-S4Vectors",
                        "R-RCurl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-AnnotationDbi",
            "portdir": "R/R-AnnotationDbi",
            "version": "1.66.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bioconductor.org/packages/AnnotationDbi",
            "description": "Manipulation of SQLite-based annotations in Bioconductor",
            "long_description": "Manipulation of SQLite-based annotations in Bioconductor",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RSQLite",
                        "R-Biobase",
                        "R-S4Vectors",
                        "R-DBI",
                        "R-KEGGREST",
                        "R-CRAN-recommended",
                        "R-IRanges",
                        "R-BiocGenerics"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-AnnotationForge",
                        "R-AnnotationHub",
                        "R-BioNet",
                        "R-GenomicFeatures",
                        "R-MeSHDbi",
                        "R-VariantAnnotation",
                        "R-annotate",
                        "R-biomaRt",
                        "R-genefilter",
                        "R-graphite"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-edgeR",
                        "R-systemPipeR"
                    ]
                }
            ]
        },
        {
            "name": "R-zoid",
            "portdir": "R/R-zoid",
            "version": "1.3.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://noaa-nwfsc.github.io/zoid",
            "description": "Bayesian Zero-and-One Inflated Dirichlet regression modelling",
            "long_description": "Bayesian Zero-and-One Inflated Dirichlet regression modelling",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-gtools",
                        "R-rstantools",
                        "R-rstan",
                        "R-compositions",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-volesti",
            "portdir": "R/R-volesti",
            "version": "1.1.2-8",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=volesti",
            "description": "Volume approximation and sampling of convex polytopes",
            "long_description": "Volume approximation and sampling of convex polytopes",
            "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-RcppEigen",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-varian",
            "portdir": "R/R-varian",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=varian",
            "description": "R package for variability analysis",
            "long_description": "R package for variability analysis",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rstan",
                        "R-Formula",
                        "R-CRAN-recommended",
                        "R-ggplot2",
                        "R-gridExtra"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-symengine",
            "portdir": "R/R-symengine",
            "version": "0.2.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/symengine/symengine.R",
            "description": "Interface to the SymEngine library",
            "long_description": "Interface to the SymEngine library",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "symengine",
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "cmake",
                        "gmp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-crayon",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-pracma",
                        "R-odeintr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-set6",
            "portdir": "R/R-set6",
            "version": "0.2.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xoopR.github.io/set6",
            "description": "R6 object-oriented interface for mathematical sets",
            "long_description": "R6 object-oriented interface for mathematical sets",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-checkmate",
                        "R-ooplah",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-devtools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rater",
            "portdir": "R/R-rater",
            "version": "1.3.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jeffreypullin.github.io/rater",
            "description": "Statistical models of repeated categorical rating data",
            "long_description": "Statistical models of repeated categorical rating data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-rlang",
                        "R-rstantools",
                        "R-loo",
                        "R-ggplot2",
                        "R-rstan",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-coda",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rPref",
            "portdir": "R/R-rPref",
            "version": "1.4.0",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.p-roocks.de/rpref",
            "description": "Routines to select and visualize the maxima for a given strict partial order",
            "long_description": "Routines to select and visualize the maxima for a given strict partial order",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lazyeval",
                        "R-dplyr",
                        "R-igraph",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-RcppParallel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-graph",
                        "R-Rgraphviz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-petrinetR",
            "portdir": "R/R-petrinetR",
            "version": "0.3.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=petrinetR",
            "description": "Building, visualizing, exporting and replaying Petri nets",
            "long_description": "Building, visualizing, exporting and replaying Petri nets",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-purrr",
                        "R-DiagrammeR",
                        "R-xml2",
                        "R-CRAN-recommended",
                        "R-visNetwork",
                        "R-lifecycle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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-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-llogistic",
            "portdir": "R/R-llogistic",
            "version": "1.0.3",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=llogistic",
            "description": "L-logistic distribution",
            "long_description": "L-logistic 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"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-llbayesireg"
                    ]
                }
            ]
        },
        {
            "name": "R-llbayesireg",
            "portdir": "R/R-llbayesireg",
            "version": "1.0.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=llbayesireg",
            "description": "L-logistic Bayesian regression",
            "long_description": "L-logistic Bayesian regression",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-coda",
                        "R-ggplot2",
                        "R-rstan",
                        "R-Rcpp",
                        "R-llogistic",
                        "R-CRAN-recommended",
                        "R-MCMCpack",
                        "R-StanHeaders"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-hBayesDM",
            "portdir": "R/R-hBayesDM",
            "version": "1.2.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=hBayesDM",
            "description": "Fit an array of decision-making tasks with computational models in a hierarchical Bayesian framework using Stan",
            "long_description": "Fit an array of decision-making tasks with computational models in a hierarchical Bayesian framework using Stan",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-StanHeaders",
                        "R-data.table",
                        "R-loo",
                        "R-ggplot2",
                        "R-rstan",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-ggip",
            "portdir": "R/R-ggip",
            "version": "0.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://davidchall.github.io/ggip",
            "description": "Data visualization for IP addresses and networks",
            "long_description": "Data visualization for IP addresses and networks",
            "active": true,
            "categories": [
                "net",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rlang",
                        "R-vctrs",
                        "R-dplyr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-ipaddress",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-fastDummies",
            "portdir": "R/R-fastDummies",
            "version": "1.7.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jacobkap.github.io/fastDummies",
            "description": "Fast creation of dummy (binary) columns and rows from categorical variables",
            "long_description": "Fast creation of dummy (binary) columns and rows from categorical variables",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tibble",
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-stringr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-spelling"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-spooky",
                        "R-MplusAutomation",
                        "R-Seurat",
                        "R-TSCI",
                        "R-cbcTools",
                        "R-drf",
                        "R-jenga",
                        "R-GenMarkov",
                        "R-naive",
                        "R-nlive",
                        "R-segen"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-logitr"
                    ]
                }
            ]
        },
        {
            "name": "R-energy",
            "portdir": "R/R-energy",
            "version": "1.7-12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mariarizzo.github.io/energy/index.html",
            "description": "Multivariate inference via the energy of data",
            "long_description": "Multivariate inference via the energy of data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-gsl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-CompQuadForm",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-nda",
                        "R-semidist",
                        "R-Compositional",
                        "R-TDAkit",
                        "R-EDMeasure",
                        "R-MXM",
                        "R-itdr",
                        "R-metrica"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tourr",
                        "R-compositions",
                        "R-correlation"
                    ]
                }
            ]
        },
        {
            "name": "R-dictionar6",
            "portdir": "R/R-dictionar6",
            "version": "0.1.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xoopR.github.io/dictionar6",
            "description": "R6 dictionary interface",
            "long_description": "R6 dictionary interface",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ooplah",
                        "R-CRAN-recommended",
                        "R-R6"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-compositions",
            "portdir": "R/R-compositions",
            "version": "2.0-8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.stat.boogaart.de/compositions",
            "description": "Compositional data analysis",
            "long_description": "Compositional data analysis",
            "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-robustbase",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-bayesm",
                        "R-tensorA"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-combinat",
                        "R-rgl",
                        "R-energy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-multilevelcoda",
                        "R-zoid"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-emmeans"
                    ]
                }
            ]
        },
        {
            "name": "R-bistablehistory",
            "portdir": "R/R-bistablehistory",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://alexander-pastukhov.github.io/bistablehistory",
            "description": "Cumulative history analysis for bistable perception time series",
            "long_description": "Cumulative history analysis for bistable perception time series",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-magrittr",
                        "R-rlang",
                        "R-glue",
                        "R-rstantools",
                        "R-tibble",
                        "R-dplyr",
                        "R-loo",
                        "R-purrr",
                        "R-tidyr",
                        "R-rstan",
                        "R-future",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-beanz",
            "portdir": "R/R-beanz",
            "version": "3.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=beanz",
            "description": "Bayesian analysis of heterogeneous treatment effect",
            "long_description": "Bayesian analysis of heterogeneous treatment effect",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-rstantools",
                        "R-loo",
                        "R-rstan",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-shiny",
                        "R-shinythemes",
                        "R-testthat",
                        "R-DT",
                        "R-rmarkdown",
                        "R-pander"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-bayesZIB",
            "portdir": "R/R-bayesZIB",
            "version": "0.0.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=bayesZIB",
            "description": "Bayesian zero-inflated Bernoulli regression model",
            "long_description": "Bayesian zero-inflated Bernoulli regression model",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-StanHeaders",
                        "R-rstantools",
                        "R-BH",
                        "R-rstan",
                        "R-CRAN-recommended",
                        "R-ggplot2",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-bayesGAM",
            "portdir": "R/R-bayesGAM",
            "version": "0.0.2",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=bayesGAM",
            "description": "Multivariate response generalized additive models using Hamiltonian Monte Carlo",
            "long_description": "Multivariate response generalized additive models using Hamiltonian Monte Carlo",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-rstantools",
                        "R-loo",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-rstan",
                        "R-bayesplot",
                        "R-geometry",
                        "R-mlbench",
                        "R-corrplot",
                        "R-SemiPar",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-TSCI",
            "portdir": "R/R-TSCI",
            "version": "3.0.4",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=TSCI",
            "description": "Tools for causal inference with possibly invalid instrumental variables",
            "long_description": "Tools for causal inference with possibly invalid instrumental variables",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-xgboost",
                        "R-CRAN-recommended",
                        "R-Rfast",
                        "R-fastDummies",
                        "R-ranger"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-withr",
                        "R-testthat",
                        "R-fda"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-SemiPar",
            "portdir": "R/R-SemiPar",
            "version": "1.0-4.2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=SemiPar",
            "description": "Semiparametic regression",
            "long_description": "Semiparametic 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"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bayesGAM"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-cgam",
                        "R-expectreg"
                    ]
                }
            ]
        },
        {
            "name": "R-PriorGen",
            "portdir": "R/R-PriorGen",
            "version": "2.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=PriorGen",
            "description": "Generate prior distributions for proportions",
            "long_description": "Translates beliefs into prior information in the form of Beta and Gamma distributions. It can be used for the generation of priors on the prevalence of disease and the sensitivity/specificity of diagnostic tests and any other binomial experiment.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-nleqslv",
                        "R-rootSolve"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-spelling"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-MSCMT",
            "portdir": "R/R-MSCMT",
            "version": "1.4.0",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=MSCMT",
            "description": "Multivariate Synthetic Control Method using Time series",
            "long_description": "Multivariate Synthetic Control Method using Time series",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "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-CRAN-recommended",
                        "R-ggplot2",
                        "R-Rdpack",
                        "R-lpSolve",
                        "R-Rglpk",
                        "R-lpSolveAPI"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-NMOF",
                        "R-cmaes",
                        "R-soma",
                        "R-LowRankQP",
                        "R-Rmalschains",
                        "R-Synth",
                        "R-reshape",
                        "R-knitr",
                        "R-nloptr",
                        "R-rmarkdown",
                        "R-DEoptimR",
                        "R-GA",
                        "R-pso",
                        "R-kernlab",
                        "R-rgenoud",
                        "R-GenSA",
                        "R-DEoptim"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-LMMELSM",
            "portdir": "R/R-LMMELSM",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=LMMELSM",
            "description": "Latent Multivariate Mixed Effects Location Scale Models",
            "long_description": "Latent Multivariate Mixed Effects Location Scale Models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-rstantools",
                        "R-loo",
                        "R-rstan",
                        "R-Formula",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-JMbayes",
            "portdir": "R/R-JMbayes",
            "version": "0.8-85",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=JMbayes",
            "description": "Joint modelling of longitudinal and time-to-event data under a Bayesian approach",
            "long_description": "Joint modelling of longitudinal and time-to-event data under a Bayesian approach",
            "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-RcppArmadillo",
                        "R-xtable",
                        "R-rstan",
                        "R-shiny",
                        "R-Hmisc",
                        "libgcc",
                        "R-foreach",
                        "R-jagsUI",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "R-doParallel",
                        "jags",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}