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

{
    "count": 51960,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=960",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=958",
    "results": [
        {
            "name": "R-RcppEigenAD",
            "portdir": "R/R-RcppEigenAD",
            "version": "1.0.0",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppEigenAD",
            "description": "Compiles C++ code using Rcpp, Eigen and CppAD to produce first and second order partial derivatives",
            "long_description": "Compiles C++ code using Rcpp, Eigen and CppAD to produce first and second order partial derivatives",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-memoise",
                        "R-readr",
                        "R-BH",
                        "R-functional",
                        "R-CRAN-recommended",
                        "R-Rdpack",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppEnsmallen",
            "portdir": "R/R-RcppEnsmallen",
            "version": "0.2.22.1.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/coatless-rpkg/rcppensmallen",
            "description": "Rcpp integration for the Ensmallen templated C++ mathematical optimization library",
            "long_description": "Rcpp integration for the Ensmallen templated C++ mathematical optimization library",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mlpack",
                        "R-sparsevb"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppExamples",
            "portdir": "R/R-RcppExamples",
            "version": "0.1.9",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.examples.html",
            "description": "Examples using Rcpp to interface R and C++",
            "long_description": "Examples using Rcpp to interface R and C++",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppFarmHash",
            "portdir": "R/R-RcppFarmHash",
            "version": "0.0.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.farmhash.html",
            "description": "Interface to the Google FarmHash family of hash functions",
            "long_description": "Interface to the Google FarmHash family of hash functions",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppInt64",
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-bit64"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppFastAD",
            "portdir": "R/R-RcppFastAD",
            "version": "0.0.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eddelbuettel/rcppfastad",
            "description": "Rcpp bindings to FastAD auto-differentiation",
            "long_description": "Rcpp bindings to FastAD auto-differentiation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppFastFloat",
            "portdir": "R/R-RcppFastFloat",
            "version": "0.0.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.fastfloat.html",
            "description": "Rcpp bindings for the fast_float header-only library for number parsing",
            "long_description": "Rcpp bindings for the fast_float header-only library for number parsing",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppGetconf",
            "portdir": "R/R-RcppGetconf",
            "version": "0.0.3",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.html",
            "description": "Rcpp interface for querying system configuration variables",
            "long_description": "Rcpp interface for querying system configuration variables",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppGreedySetCover",
            "portdir": "R/R-RcppGreedySetCover",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppGreedySetCover",
            "description": "Fast implementation of the greedy algorithm for the set cover problem using Rcpp",
            "long_description": "Fast implementation of the greedy algorithm for the set cover problem using Rcpp",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-data.table",
                        "R-BH",
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppGSL",
            "portdir": "R/R-RcppGSL",
            "version": "0.3.13",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.gsl.html",
            "description": "Rcpp integration for GNU GSL vectors and matrices",
            "long_description": "Rcpp integration for GNU GSL vectors and matrices",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "gsl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-QF",
                        "R-RcppZiggurat",
                        "R-coga",
                        "R-diseq",
                        "R-libstable4u",
                        "R-libstableR",
                        "R-mashr",
                        "R-mixture",
                        "R-mvabund",
                        "R-qfratio"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppHMM",
            "portdir": "R/R-RcppHMM",
            "version": "1.2.2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppHMM",
            "description": "Rcpp Hidden Markov Model",
            "long_description": "Rcpp Hidden Markov Model",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc",
                        "libgcc14",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppHNSW",
            "portdir": "R/R-RcppHNSW",
            "version": "0.6.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jlmelville/rcpphnsw",
            "description": "Rcpp bindings for the approximate nearest neighbors library hnswlib",
            "long_description": "Rcpp bindings for the approximate nearest neighbors library hnswlib",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-covr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-BiocNeighbors",
                        "R-Seurat"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-uwot"
                    ]
                }
            ]
        },
        {
            "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-RcppInt64",
            "portdir": "R/R-RcppInt64",
            "version": "0.0.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eddelbuettel/rcppint64",
            "description": "Rcpp-based helper functions to pass Int64 values between R and C++",
            "long_description": "Rcpp-based helper functions to pass Int64 values between R and C++",
            "active": true,
            "categories": [
                "devel",
                "science",
                "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-bit64",
                        "R-tinytest",
                        "R-nanotime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppFarmHash",
                        "R-gdalraster",
                        "R-tiledb"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppJagger",
            "portdir": "R/R-RcppJagger",
            "version": "0.0.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://shusei-e.github.io/RcppJagger",
            "description": "R Wrapper for Jagger, a morphological analyzer",
            "long_description": "R Wrapper for Jagger, a morphological analyzer",
            "active": true,
            "categories": [
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-purrr",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tibble",
                        "R-dplyr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppMagicEnum",
            "portdir": "R/R-RcppMagicEnum",
            "version": "0.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eddelbuettel/rcppmagicenum",
            "description": "Rcpp Bindings to Magic Enum C++ enum support",
            "long_description": "Rcpp Bindings to Magic Enum C++ enum support",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppMeCab",
            "portdir": "R/R-RcppMeCab",
            "version": "0.0.1.3-2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/junhewk/RcppMeCab",
            "description": "Rcpp wrapper for mecab library",
            "long_description": "Rcpp wrapper for mecab library",
            "active": true,
            "categories": [
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "mecab",
                        "R-RcppParallel",
                        "R-BH"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-spelling"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppML",
            "portdir": "R/R-RcppML",
            "version": "0.3.7",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppML",
            "description": "Rcpp Machine Learning library",
            "long_description": "Fast machine learning algorithms including matrix factorization and divisive clustering for large sparse and dense matrices.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppEigen"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-flashier"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppMsgPack",
            "portdir": "R/R-RcppMsgPack",
            "version": "0.2.3",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppMsgPack",
            "description": "MsgPack C++ header files and interface functions for R",
            "long_description": "MsgPack C++ header files and interface functions for R",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-microbenchmark"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppRedis"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppNumerical",
            "portdir": "R/R-RcppNumerical",
            "version": "0.6-0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppNumerical",
            "description": "Rcpp integration for numerical computing libraries",
            "long_description": "Rcpp integration for numerical computing libraries",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppEigen"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mvtnorm",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-prettydoc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-BVSNLP",
                        "R-BayesPPD",
                        "R-MedianaDesigner",
                        "R-OwenQ",
                        "R-apeglm",
                        "R-boodist",
                        "R-fido",
                        "R-gbeta",
                        "R-vennLasso",
                        "R-ztpln"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppParallel",
            "portdir": "R/R-RcppParallel",
            "version": "5.1.9",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rcppcore.github.io/RcppParallel",
            "description": "High level functions for parallel programming with Rcpp",
            "long_description": "High level functions for parallel programming with Rcpp",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "onetbb",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-RUnit",
                        "R-Rcpp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-zoid",
                        "R-BayesSenMC",
                        "R-CNVRG",
                        "R-FlexReg",
                        "R-LMMELSM",
                        "R-NNS",
                        "R-OpenMx",
                        "R-PAGFL",
                        "R-walker",
                        "R-BGVAR",
                        "R-RBesT",
                        "R-RcppMeCab",
                        "R-Rfast",
                        "R-Rfast2",
                        "R-Rlgt",
                        "R-RoBTT",
                        "R-StanHeaders",
                        "R-autoFRK",
                        "R-baggr",
                        "R-bayes4psy",
                        "R-bayesGAM",
                        "R-bayesbr",
                        "R-bayesdfa",
                        "R-bayesforecast",
                        "R-beanz",
                        "R-bistablehistory",
                        "R-blavaan",
                        "R-bmgarch",
                        "R-bmlm",
                        "R-bootUR",
                        "R-bsynth",
                        "R-bws",
                        "R-coconots",
                        "R-crctStepdown",
                        "R-ctsem",
                        "R-densEstBayes",
                        "R-diseq",
                        "R-dtwclust",
                        "R-ebTobit",
                        "R-fcirt",
                        "R-gaston",
                        "R-geostan",
                        "R-gibasa",
                        "R-glmmPen",
                        "R-glmmrBase",
                        "R-hbamr",
                        "R-hpa",
                        "R-hsstan",
                        "R-jfa",
                        "R-lamW",
                        "R-lessSEM",
                        "R-lgpr",
                        "R-markovchain",
                        "R-matrixprofiler",
                        "R-measr",
                        "R-metaBMA",
                        "R-milr",
                        "R-multinma",
                        "R-multipleDL",
                        "R-nbfar",
                        "R-parallelDist",
                        "R-pcFactorStan",
                        "R-pema",
                        "R-phacking",
                        "R-prophet",
                        "R-publipha",
                        "R-qs2",
                        "R-rPref",
                        "R-rater",
                        "R-rbmi",
                        "R-re2r",
                        "R-rmBayes",
                        "R-rmdcev",
                        "R-rmsb",
                        "R-roll",
                        "R-rstan",
                        "R-rstanarm",
                        "R-rstanemax",
                        "R-rstantools",
                        "R-sentometrics",
                        "R-stan4bart",
                        "R-stringfish",
                        "R-surveil",
                        "R-survstan",
                        "R-tglkmeans",
                        "R-thurstonianIRT",
                        "R-tmbstan",
                        "R-trialr",
                        "R-truncnormbayes",
                        "R-tsnet"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-PosteriorBootstrap",
                        "R-brms.mmrm"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppProgress",
            "portdir": "R/R-RcppProgress",
            "version": "0.4.2",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppProgress",
            "description": "Interruptible progress bar with OpenMP support for C++ in R packages",
            "long_description": "Interruptible progress bar with OpenMP support for C++ in R 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"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-uwot",
                        "R-BGVAR",
                        "R-FLORAL",
                        "R-MCMCprecision",
                        "R-MatchIt",
                        "R-BGGM",
                        "R-RNewsflow",
                        "R-RUVIIIC",
                        "R-RcppCensSpatial",
                        "R-SequenceSpikeSlab",
                        "R-Seurat",
                        "R-bayesPO",
                        "R-bayesianVARs",
                        "R-baygel",
                        "R-benchr",
                        "R-bgms",
                        "R-bliss",
                        "R-bsvars",
                        "R-bvhar",
                        "R-desla",
                        "R-disclapmix",
                        "R-eyelinkReader",
                        "R-geometry",
                        "R-glmmrOptim",
                        "R-harmony",
                        "R-hibayes",
                        "R-kgrams",
                        "R-lddmm",
                        "R-matrixprofiler",
                        "R-mixedClust",
                        "R-mvrsquared",
                        "R-ordinalClust",
                        "R-pompp",
                        "R-sccore",
                        "R-sentopics",
                        "R-sommer",
                        "R-textmineR",
                        "R-tidylda"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-MatchIt"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppQuantuccia",
            "portdir": "R/R-RcppQuantuccia",
            "version": "0.1.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.quantuccia.html",
            "description": "R bindings to the calendaring functionality of QuantLib",
            "long_description": "R bindings to the calendaring functionality of QuantLib",
            "active": true,
            "categories": [
                "science",
                "finance",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-BH",
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppRedis",
            "portdir": "R/R-RcppRedis",
            "version": "0.2.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.redis.html",
            "description": "MsgPack C++ header files and interface functions for R",
            "long_description": "MsgPack C++ header files and interface functions for R",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RApiSerialize",
                        "R-RcppMsgPack",
                        "R-CRAN-recommended",
                        "hiredis",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppRoll",
            "portdir": "R/R-RcppRoll",
            "version": "0.3.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppRoll",
            "description": "Efficient rolling/windowed operations",
            "long_description": "Efficient rolling/windowed operations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-zoo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tsfeatures",
                        "R-ICtest",
                        "R-IDF",
                        "R-TSS.RESTREND",
                        "R-autoTS",
                        "R-exdex",
                        "R-fastTS",
                        "R-ICSClust",
                        "R-sentometrics"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-recipes"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppSimdJson",
            "portdir": "R/R-RcppSimdJson",
            "version": "0.1.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eddelbuettel/rcppsimdjson",
            "description": "Rcpp bindings for the simdjson header-only library for JSON parsing",
            "long_description": "Rcpp bindings for the simdjson header-only library for JSON parsing",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest",
                        "R-bit64"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ichimoku",
                        "R-td"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppSMC",
            "portdir": "R/R-RcppSMC",
            "version": "0.2.7",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.smc.html",
            "description": "Rcpp bindings for Sequential Monte Carlo",
            "long_description": "Rcpp bindings for Sequential Monte Carlo",
            "active": true,
            "categories": [
                "science",
                "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-FKF",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-pkgKitten"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppSpdlog",
            "portdir": "R/R-RcppSpdlog",
            "version": "0.0.19",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.spdlog.html",
            "description": "R and C++ interfaces to spdlog C++ header library for logging",
            "long_description": "R and C++ interfaces to spdlog C++ header library for logging",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-simplermarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-spdl"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidyCpp"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppStreams",
            "portdir": "R/R-RcppStreams",
            "version": "0.1.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.streams.html",
            "description": "Rcpp integration of the Streamulus DSEL for stream processing",
            "long_description": "Rcpp integration of the Streamulus DSEL for stream processing",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-BH",
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppThread",
            "portdir": "R/R-RcppThread",
            "version": "2.1.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tnagler/RcppThread",
            "description": "R-friendly threading in C++",
            "long_description": "R-friendly threading in C++",
            "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-Rcpp",
                        "R-testthat",
                        "R-R.rsp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bootUR",
                        "R-dtwclust",
                        "R-matrixprofiler",
                        "R-mvrsquared",
                        "R-paropt",
                        "R-rEDM",
                        "R-rvinecopulib",
                        "R-samc",
                        "R-svines",
                        "R-tidylda",
                        "R-vinereg"
                    ]
                }
            ]
        },
        {
            "name": "R-rcpptimer",
            "portdir": "R/R-rcpptimer",
            "version": "1.2.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rcpptimer.berrisch.biz",
            "description": "Rcpp tic-toc timer with OpenMP support",
            "long_description": "Rcpp tic-toc timer with OpenMP support",
            "active": true,
            "categories": [
                "devel",
                "science",
                "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": [
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppTN",
            "portdir": "R/R-RcppTN",
            "version": "0.2-2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppTN",
            "description": "Rcpp-based truncated normal distribution RNG and family",
            "long_description": "Rcpp-based truncated normal distribution RNG and family",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bsvars"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppTOML",
            "portdir": "R/R-RcppTOML",
            "version": "0.2.2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppTOML",
            "description": "Rcpp bindings to parser for TOML",
            "long_description": "Rcpp bindings to parser for TOML",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-params",
                        "R-reticulate"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppUUID",
            "portdir": "R/R-RcppUUID",
            "version": "1.1.1",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://artemklevtsov.gitlab.io/rcppuuid",
            "description": "Generate Universally Unique Identificators",
            "long_description": "Generate Universally Unique Identificators",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-uuid",
                        "R-tinytest",
                        "R-microbenchmark"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppXPtrUtils",
            "portdir": "R/R-RcppXPtrUtils",
            "version": "0.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Enchufa2/RcppXPtrUtils",
            "description": "XPtr add-ons for Rcpp",
            "long_description": "XPtr add-ons for Rcpp",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-inline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-wdnet"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ast2ast",
                        "R-parallelDist",
                        "R-r2sundials"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppXts",
            "portdir": "R/R-RcppXts",
            "version": "0.0.6",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppXts",
            "description": "Interface the xts API via Rcpp",
            "long_description": "Interface the xts API via Rcpp",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-xts",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RcppZiggurat",
            "portdir": "R/R-RcppZiggurat",
            "version": "0.1.6",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rcpp.gsl.html",
            "description": "Rcpp integration of different Ziggurat normal RNG implementations",
            "long_description": "Rcpp integration of different Ziggurat normal RNG implementations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppGSL",
                        "R-CRAN-recommended",
                        "gsl",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-rbenchmark",
                        "R-microbenchmark",
                        "R-pinp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Rfast",
                        "R-SuppDists",
                        "R-fido",
                        "R-regda"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-benchmarkme"
                    ]
                }
            ]
        },
        {
            "name": "R-Rcsdp",
            "portdir": "R/R-Rcsdp",
            "version": "0.1.57.5",
            "license": "CPL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=Rcsdp",
            "description": "R interface to the CSDP Semidefinite Programming Library",
            "long_description": "R interface to the CSDP Semidefinite Programming Library",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-fungible"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-psych"
                    ]
                }
            ]
        },
        {
            "name": "R-RCurl",
            "portdir": "R/R-RCurl",
            "version": "1.98-1.16",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RCurl",
            "description": "General network client interface for R",
            "long_description": "General network client interface for R",
            "active": true,
            "categories": [
                "devel",
                "net",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "R-bitops",
                        "R-CRAN-recommended",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-XML"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-umx",
                        "R-ChemmineR",
                        "R-coalitions",
                        "R-fds",
                        "R-gptr",
                        "R-hkex.api",
                        "R-iCARH",
                        "R-lgpr",
                        "R-qdapTools",
                        "R-restfulr",
                        "R-rtracklayer",
                        "R-streamR",
                        "R-AnnotationForge",
                        "R-EBImage",
                        "R-GenomicFeatures",
                        "R-KEGGgraph",
                        "R-ROAuth",
                        "R-archivist",
                        "R-biocViews",
                        "R-biomartr"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-CodeDepends",
                        "R-rsconnect",
                        "R-exams",
                        "R-HilbertCurve",
                        "R-markdown",
                        "R-mosaic",
                        "R-RgoogleMaps",
                        "R-XML",
                        "R-trajectories",
                        "R-sparklyr",
                        "R-latex2exp"
                    ]
                }
            ]
        },
        {
            "name": "R-rda",
            "portdir": "R/R-rda",
            "version": "1.2-1",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rda",
            "description": "Shrunken centroids regularized discriminant analysis",
            "long_description": "Provides functions implementing the shrunken centroids regularized discriminant analysis for classification purpose in high-dimensional data.",
            "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-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-cpfa"
                    ]
                }
            ]
        },
        {
            "name": "R-rdd",
            "portdir": "R/R-rdd",
            "version": "0.57",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rdd",
            "description": "Regression discontinuity estimation",
            "long_description": "Regression discontinuity estimation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lmtest",
                        "R-AER",
                        "R-sandwich",
                        "R-CRAN-recommended",
                        "R-Formula"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-grf"
                    ]
                }
            ]
        },
        {
            "name": "R-rddensity",
            "portdir": "R/R-rddensity",
            "version": "2.5",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rddensity",
            "description": "Manipulation testing based on density discontinuity",
            "long_description": "Manipulation testing based on density discontinuity",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-lpdensity",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rDEA",
            "portdir": "R/R-rDEA",
            "version": "1.2-8",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rDEA",
            "description": "Robust Data Envelopment Analysis (DEA) for R",
            "long_description": "Robust Data Envelopment Analysis (DEA) for R",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-maxLik",
                        "R-slam",
                        "R-truncreg",
                        "R-CRAN-recommended",
                        "glpk",
                        "R-truncnorm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-R.devices",
            "portdir": "R/R-R.devices",
            "version": "2.17.2",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=R.devices",
            "description": "Unified handling of graphics devices",
            "long_description": "Unified handling of graphics devices",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-R.oo",
                        "R-CRAN-recommended",
                        "R-base64enc",
                        "R-R.utils",
                        "R-R.methodsS3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-digest",
                        "R-Cairo",
                        "R-R.rsp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-PSCBS",
                        "R-R.rsp",
                        "R-matrixStats"
                    ]
                }
            ]
        },
        {
            "name": "R-rdflib",
            "portdir": "R/R-rdflib",
            "version": "0.2.9",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.ropensci.org/rdflib",
            "description": "Tools to manipulate and query semantic data",
            "long_description": "Tools to manipulate and query semantic data",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tidyr",
                        "R-readr",
                        "R-redland",
                        "R-CRAN-recommended",
                        "R-stringi",
                        "R-dplyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-DT",
                        "R-rmarkdown",
                        "R-httr",
                        "R-covr",
                        "R-jqr",
                        "R-spelling",
                        "R-repurrrsive",
                        "R-nycflights13",
                        "R-jsonlite",
                        "R-magrittr",
                        "R-xml2",
                        "R-tibble",
                        "R-purrr",
                        "R-knitr",
                        "R-lubridate",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RDieHarder",
            "portdir": "R/R-RDieHarder",
            "version": "0.2.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eddelbuettel/rdieharder",
            "description": "R interface to the DieHarder RNG test-suite",
            "long_description": "R interface to the DieHarder RNG test-suite",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsl",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Rdimtools",
            "portdir": "R/R-Rdimtools",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kisungyou.com/Rdimtools",
            "description": "Dimension reduction and estimation methods",
            "long_description": "Dimension reduction and estimation methods",
            "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-RcppDist",
                        "R-Rdpack",
                        "R-RSpectra",
                        "R-CVXR",
                        "R-maotai",
                        "R-ADMM",
                        "R-RcppDE",
                        "R-mclustcomp",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-RANN",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Riemann",
                        "R-T4cluster"
                    ]
                }
            ]
        },
        {
            "name": "R-rdist",
            "portdir": "R/R-rdist",
            "version": "0.0.5",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://blasern.github.io/rdist",
            "description": "Common framework for calculating distance matrices",
            "long_description": "Common framework for calculating distance matrices",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-GRNNs",
                        "R-crqa"
                    ]
                }
            ]
        },
        {
            "name": "R-Rdistance",
            "portdir": "R/R-Rdistance",
            "version": "3.0.0",
            "license": "GPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=Rdistance",
            "description": "Distance-sampling analyses for density and abundance estimation",
            "long_description": "Distance-sampling analyses for density and abundance estimation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-crayon",
                        "R-units"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-devtools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rdmulti",
            "portdir": "R/R-rdmulti",
            "version": "1.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rdmulti",
            "description": "Analysis of RD designs with multiple cutoffs or scores",
            "long_description": "Analysis of RD designs with multiple cutoffs or scores",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-rdrobust",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RDP",
            "portdir": "R/R-RDP",
            "version": "0.3.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RDP",
            "description": "Ramer–Douglas–Peucker algorithm",
            "long_description": "Ramer–Douglas–Peucker algorithm",
            "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-withr",
                        "R-testthat",
                        "R-zeallot"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}