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

{
    "count": 52456,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=333",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=331",
    "results": [
        {
            "name": "R-ggExtra",
            "portdir": "R/R-ggExtra",
            "version": "0.10.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://deanattali.com/ggExtra",
            "description": "Add marginal histograms to ggplot2, and more ggplot2 enhancements",
            "long_description": "Add marginal histograms to ggplot2, and more ggplot2 enhancements",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-scales",
                        "R-shiny",
                        "R-shinyjs",
                        "R-colourpicker",
                        "R-miniUI",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-gtable"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-withr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-devtools",
                        "R-rstudioapi",
                        "R-vdiffr",
                        "R-svglite",
                        "R-fontquiver"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-SHELF",
                        "R-bayefdr",
                        "R-calibmsm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-relliptical",
                        "R-rmcorr"
                    ]
                }
            ]
        },
        {
            "name": "R-geometries",
            "portdir": "R/R-geometries",
            "version": "0.2.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dcooley.github.io/geometries",
            "description": "R package for creating and manipulating geometric data structures",
            "long_description": "R package for creating and manipulating geometric data structures",
            "active": true,
            "categories": [
                "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-knitr",
                        "R-rmarkdown",
                        "R-covr",
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-sfheaders"
                    ]
                }
            ]
        },
        {
            "name": "R-formattable",
            "portdir": "R/R-formattable",
            "version": "0.2.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://renkun-ken.github.io/formattable",
            "description": "Create formattable data structures",
            "long_description": "Create formattable data structures",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-htmlwidgets",
                        "R-rmarkdown",
                        "R-CRAN-recommended",
                        "R-htmltools",
                        "R-knitr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-shiny",
                        "R-testthat",
                        "R-DT",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-packagefinder"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-pillar",
                        "R-sparkline",
                        "R-tibble"
                    ]
                }
            ]
        },
        {
            "name": "R-foreach",
            "portdir": "R/R-foreach",
            "version": "1.5.2",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=foreach",
            "description": "Provides foreach looping construct",
            "long_description": "Provides foreach looping construct",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-iterators"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-doMC",
                        "R-doParallel",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-randomForest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-xrnet",
                        "R-BVSNLP",
                        "R-BayesBinMix",
                        "R-plasso",
                        "R-pomdp",
                        "R-psborrow",
                        "R-psgp",
                        "R-qfa",
                        "R-rBayesianOptimization",
                        "R-randomLCA",
                        "R-regRSM",
                        "R-regda",
                        "R-riskRegression",
                        "R-rmfanova",
                        "R-robmixglm",
                        "R-robustBLME",
                        "R-robustrao",
                        "R-rpm",
                        "R-segMGarch",
                        "R-sensitivity",
                        "R-sentometrics",
                        "R-seriation",
                        "R-simtrial",
                        "R-skewMLRM",
                        "R-smacof",
                        "R-sphunif",
                        "R-stacks",
                        "R-statGraph",
                        "R-sts",
                        "R-survstan",
                        "R-tclust",
                        "R-telefit",
                        "R-text2map",
                        "R-tidyclust",
                        "R-tmle3",
                        "R-truh",
                        "R-tsDyn",
                        "R-tune",
                        "R-vennLasso",
                        "R-vip",
                        "R-ADMM",
                        "R-CVglasso",
                        "R-CenBAR",
                        "R-CoTiMA",
                        "R-ComplexHeatmap",
                        "R-Compositional",
                        "R-CopulaCenR",
                        "R-CovTools",
                        "R-CptNonPar",
                        "R-Directional",
                        "R-EstimDiagnostics",
                        "R-ExprNet",
                        "R-FAVAR",
                        "R-FLORAL",
                        "R-FSelectorRcpp",
                        "R-FuzzyClass",
                        "R-GA",
                        "R-GPM",
                        "R-GaussianHMM1d",
                        "R-HIMA",
                        "R-HMMcopula",
                        "R-JMbayes",
                        "R-KScorrect",
                        "R-LMMstar",
                        "R-LOMAR",
                        "R-LorenzRegression",
                        "R-MXM",
                        "R-MedianaDesigner",
                        "R-Morpho",
                        "R-NCA",
                        "R-NMF",
                        "R-NNS",
                        "R-ODRF",
                        "R-PLMIX",
                        "R-PNAR",
                        "R-PUlasso",
                        "R-PWEXP",
                        "R-ParetoPosStable",
                        "R-RGMM",
                        "R-RMSDp",
                        "R-RMTL",
                        "R-RMixtCompIO",
                        "R-RSC",
                        "R-ReIns",
                        "R-RprobitB",
                        "R-SSLR",
                        "R-SparseMDC",
                        "R-TAG",
                        "R-TSP",
                        "R-TempStable",
                        "R-TraMineRextras",
                        "R-WeightedCluster",
                        "R-abn",
                        "R-aihuman",
                        "R-autostsm",
                        "R-bayesreg",
                        "R-benchmarkme",
                        "R-biganalytics",
                        "R-bigergm",
                        "R-bigparallelr",
                        "R-bigsnpr",
                        "R-bigstatsr",
                        "R-bisque",
                        "R-blackbox",
                        "R-bst",
                        "R-bvhar",
                        "R-caret",
                        "R-cauchypca",
                        "R-cbl",
                        "R-cdmTools",
                        "R-clogitLasso",
                        "R-cpfa",
                        "R-cv",
                        "R-dCovTS",
                        "R-dcanr",
                        "R-deepgp",
                        "R-doFuture",
                        "R-doMC",
                        "R-doMPI",
                        "R-doParallel",
                        "R-doRNG",
                        "R-doRedis",
                        "R-doSNOW",
                        "R-dtwclust",
                        "R-eNchange",
                        "R-eicm",
                        "R-evinf",
                        "R-fDMA",
                        "R-fHMM",
                        "R-fabMix",
                        "R-fastshap",
                        "R-fda.usc",
                        "R-fdaSP",
                        "R-fdasrvf",
                        "R-flintyR",
                        "R-fnets",
                        "R-funData",
                        "R-gam",
                        "R-gamCopula",
                        "R-gambin",
                        "R-gamlss.foreach",
                        "R-gamlss.ggplots",
                        "R-gamreg",
                        "R-genlogis",
                        "R-glmm",
                        "R-glmnet",
                        "R-glmtrans",
                        "R-gofCopula",
                        "R-gratis",
                        "R-gsynth",
                        "R-iIneq",
                        "R-iZID",
                        "R-icenReg",
                        "R-inctools",
                        "R-influential",
                        "R-ino",
                        "R-intamap",
                        "R-iprior",
                        "R-ivDiag",
                        "R-joineRML",
                        "R-kcpRS",
                        "R-kernelshap",
                        "R-kernhaz",
                        "R-lfmm",
                        "R-localgauss",
                        "R-logiBin",
                        "R-lpirfs",
                        "R-lpjmlkit",
                        "R-lqmix",
                        "R-marqLevAlg",
                        "R-merTools",
                        "R-metaplus",
                        "R-mimi",
                        "R-missForest",
                        "R-missMDA",
                        "R-misspi",
                        "R-mnet",
                        "R-modeltime",
                        "R-mpath",
                        "R-multiApply",
                        "R-multilevelcoda",
                        "R-multinomialLogitMix",
                        "R-mvhtests",
                        "R-nebula",
                        "R-nestedcv",
                        "R-nlstac",
                        "R-npcs",
                        "R-opdisDownsampling",
                        "R-otrimle",
                        "R-pchc",
                        "R-pdp",
                        "R-pec",
                        "R-perms"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-BayesFactor",
                        "R-BiocParallel",
                        "R-NPflow",
                        "R-dplR",
                        "R-CircSpaceTime",
                        "R-drtmle",
                        "R-progressr",
                        "R-projpred",
                        "R-strucchangeRcpp",
                        "R-lavaSearch2",
                        "R-RBesT",
                        "R-DEoptim",
                        "R-DiceKriging",
                        "R-eyetrackingR",
                        "R-legion",
                        "R-greybox",
                        "R-strucchange",
                        "R-smooth",
                        "R-spaMM",
                        "R-Rlgt",
                        "R-msm",
                        "R-GMCM",
                        "R-clustermq",
                        "R-rSPDE",
                        "R-robustbase",
                        "R-simsalapar",
                        "R-mcgf",
                        "R-fxregime",
                        "R-plyr",
                        "R-iterators",
                        "R-iterors",
                        "R-MHD",
                        "R-arrangements",
                        "R-iterpc",
                        "R-batchtools",
                        "R-itertools",
                        "R-sparklyr",
                        "R-pre"
                    ]
                }
            ]
        },
        {
            "name": "R-egg",
            "portdir": "R/R-egg",
            "version": "0.4.5",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=egg",
            "description": "Miscellaneous functions to help customise ggplot2 objects",
            "long_description": "Miscellaneous functions to help customise ggplot2 objects",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-CRAN-recommended",
                        "R-gtable"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-png",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-baycn",
                        "R-heatmaply"
                    ]
                }
            ]
        },
        {
            "name": "R-doParallel",
            "portdir": "R/R-doParallel",
            "version": "1.0.17",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=doParallel",
            "description": "Foreach parallel adaptor for the parallel package",
            "long_description": "Foreach parallel adaptor for the parallel package",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-iterators",
                        "R-foreach"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RUnit",
                        "R-caret",
                        "R-mlbench"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-oosse",
                        "R-BMTAR",
                        "R-BVSNLP",
                        "R-BayesBinMix",
                        "R-mpath",
                        "R-multiApply",
                        "R-multinomialLogitMix",
                        "R-mvhtests",
                        "R-nestedcv",
                        "R-ADMM",
                        "R-opdisDownsampling",
                        "R-otrimle",
                        "R-pchc",
                        "R-perms",
                        "R-plasso",
                        "R-psborrow",
                        "R-psgp",
                        "R-qfa",
                        "R-qgam",
                        "R-randomLCA",
                        "R-regRSM",
                        "R-regda",
                        "R-riskRegression",
                        "R-rmfanova",
                        "R-robmixglm",
                        "R-robustBLME",
                        "R-robustrao",
                        "R-sdPrior",
                        "R-segMGarch",
                        "R-skewMLRM",
                        "R-smacof",
                        "R-sparsevar",
                        "R-statGraph",
                        "R-sts",
                        "R-tclust",
                        "R-text2map",
                        "R-truh",
                        "R-CVglasso",
                        "R-CoTiMA",
                        "R-ComplexHeatmap",
                        "R-Compositional",
                        "R-CovTools",
                        "R-CptNonPar",
                        "R-Directional",
                        "R-ExprNet",
                        "R-FAVAR",
                        "R-FLORAL",
                        "R-FuzzyClass",
                        "R-GPM",
                        "R-GaussianHMM1d",
                        "R-HIMA",
                        "R-HMMcopula",
                        "R-JMbayes",
                        "R-KScorrect",
                        "R-LMMstar",
                        "R-LOMAR",
                        "R-LorenzRegression",
                        "R-MXM",
                        "R-MedianaDesigner",
                        "R-Morpho",
                        "R-NCA",
                        "R-NMF",
                        "R-NNS",
                        "R-ODRF",
                        "R-PNAR",
                        "R-PUlasso",
                        "R-ParetoPosStable",
                        "R-RGMM",
                        "R-RMSDp",
                        "R-RMTL",
                        "R-RMixtCompIO",
                        "R-RSC",
                        "R-ReIns",
                        "R-SparseMDC",
                        "R-TempStable",
                        "R-TraMineRextras",
                        "R-abn",
                        "R-aihuman",
                        "R-bayesreg",
                        "R-benchmarkme",
                        "R-bigparallelr",
                        "R-bst",
                        "R-cauchypca",
                        "R-cpfa",
                        "R-cv",
                        "R-dCovTS",
                        "R-deepgp",
                        "R-eNchange",
                        "R-evinf",
                        "R-fDMA",
                        "R-fabMix",
                        "R-fda.usc",
                        "R-fdaSP",
                        "R-fdasrvf",
                        "R-flintyR",
                        "R-fnets",
                        "R-gamCopula",
                        "R-gambin",
                        "R-gamlss.foreach",
                        "R-gamreg",
                        "R-genlogis",
                        "R-glmm",
                        "R-glmtrans",
                        "R-gsynth",
                        "R-iIneq",
                        "R-iZID",
                        "R-inctools",
                        "R-influential",
                        "R-intamap",
                        "R-ivDiag",
                        "R-joineRML",
                        "R-kcpRS",
                        "R-kernhaz",
                        "R-lavaSearch2",
                        "R-lcmm",
                        "R-logiBin",
                        "R-lpirfs",
                        "R-lpjmlkit",
                        "R-lqmix",
                        "R-marqLevAlg",
                        "R-metaplus",
                        "R-mimi",
                        "R-missMDA",
                        "R-misspi",
                        "R-mnet",
                        "R-modeltime"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-BiocParallel",
                        "R-glmnetUtils",
                        "R-CircSpaceTime",
                        "R-PLMIX",
                        "R-plyr",
                        "R-greybox",
                        "R-doRNG",
                        "R-dtwclust",
                        "R-DiceKriging",
                        "R-pomdp",
                        "R-EstimDiagnostics",
                        "R-pre",
                        "R-projpred",
                        "R-mcgf",
                        "R-FSelectorRcpp",
                        "R-seriation",
                        "R-GA",
                        "R-Rlgt",
                        "R-SSLR",
                        "R-robustbase",
                        "R-TSP",
                        "R-missForest",
                        "R-simsalapar",
                        "R-pROC",
                        "R-foreach",
                        "R-batchtools",
                        "R-smooth",
                        "R-kyotil",
                        "R-rSPDE",
                        "R-xrnet",
                        "R-legion",
                        "R-msm",
                        "R-NPflow"
                    ]
                }
            ]
        },
        {
            "name": "R-doMC",
            "portdir": "R/R-doMC",
            "version": "1.3.8",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=doMC",
            "description": "Foreach parallel adaptor for parallel",
            "long_description": "Foreach parallel adaptor for parallel",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-foreach",
                        "R-CRAN-recommended",
                        "R-iterators"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RUnit"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-BayesFactor",
                        "R-eyetrackingR",
                        "R-foreach",
                        "R-greybox",
                        "R-legion",
                        "R-smooth",
                        "R-transreg"
                    ]
                }
            ]
        },
        {
            "name": "R-compare",
            "portdir": "R/R-compare",
            "version": "0.2-6",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=compare",
            "description": "Comparing objects for differences",
            "long_description": "Comparing objects for differences",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-acebayes"
                    ]
                }
            ]
        },
        {
            "name": "R-Rdpack",
            "portdir": "R/R-Rdpack",
            "version": "2.6.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://geobosh.github.io/Rdpack",
            "description": "Update and manipulate Rd documentation objects",
            "long_description": "Update and manipulate Rd documentation objects",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rbibutils",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rprojroot",
                        "R-testthat",
                        "R-rstudioapi",
                        "R-gbRd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-zcurve",
                        "R-AssetCorr",
                        "R-BBcor",
                        "R-BGGM",
                        "R-BayesMallows",
                        "R-BayesMultiMode",
                        "R-BayesProject",
                        "R-BayesRGMM",
                        "R-BayesTools",
                        "R-Bayesrel",
                        "R-BlockCov",
                        "R-CIfinder",
                        "R-CMAPSS",
                        "R-Ckmeans.1d.dp",
                        "R-CovTools",
                        "R-DAAG",
                        "R-DPtree",
                        "R-DiscreteDists",
                        "R-FitDynMix",
                        "R-FuzzyClass",
                        "R-HMMEsolver",
                        "R-HOasso",
                        "R-LNPar",
                        "R-LSTS",
                        "R-MSCMT",
                        "R-POSetR",
                        "R-PublicationBias",
                        "R-ROptSpace",
                        "R-RcppBessel",
                        "R-RcppCensSpatial",
                        "R-RcppEigenAD",
                        "R-Rdimtools",
                        "R-RiemBase",
                        "R-Riemann",
                        "R-Rlinsolve",
                        "R-RoBMA",
                        "R-RoBSA",
                        "R-RoBTT",
                        "R-RprobitB",
                        "R-SHT",
                        "R-StableEstim",
                        "R-StempCens",
                        "R-T4cluster",
                        "R-TDAkit",
                        "R-WALS",
                        "R-accessibility",
                        "R-anomaly",
                        "R-bartBMA",
                        "R-bellreg",
                        "R-bfast",
                        "R-bgms",
                        "R-binGroup",
                        "R-binGroup2",
                        "R-bmgarch",
                        "R-boot.pval",
                        "R-bsitar",
                        "R-cjbart",
                        "R-clustAnalytics",
                        "R-cpd",
                        "R-cpop",
                        "R-crops",
                        "R-ctsfeatures",
                        "R-cvCovEst",
                        "R-cvar",
                        "R-ADMM",
                        "R-desla",
                        "R-dfidx",
                        "R-dsfa",
                        "R-dstabledist",
                        "R-ebreg",
                        "R-ergm",
                        "R-ergm.count",
                        "R-ergm.multi",
                        "R-ergm.rank",
                        "R-evinf",
                        "R-fake",
                        "R-fdaSP",
                        "R-feisr",
                        "R-gap",
                        "R-gbutils",
                        "R-hhsmm",
                        "R-hopit",
                        "R-hyper2",
                        "R-idefix",
                        "R-isqg",
                        "R-kDGLM",
                        "R-kgrams",
                        "R-lawstat",
                        "R-ldt",
                        "R-lpcde",
                        "R-lqmix",
                        "R-mHMMbayes",
                        "R-maotai",
                        "R-mclustcomp",
                        "R-mcompanion",
                        "R-mcunit",
                        "R-metabias",
                        "R-mhurdle",
                        "R-mlogit",
                        "R-mmrm",
                        "R-multibiasmeta",
                        "R-multinma",
                        "R-nlpred",
                        "R-oosse",
                        "R-partitions",
                        "R-pcts",
                        "R-perms",
                        "R-phacking",
                        "R-plm",
                        "R-psica",
                        "R-reformulas",
                        "R-relliptical",
                        "R-remaCor",
                        "R-rgudhi",
                        "R-rkeops",
                        "R-robustmatrix",
                        "R-rqPen",
                        "R-sarima",
                        "R-sharp",
                        "R-sl3",
                        "R-snfa",
                        "R-statpsych",
                        "R-survstan",
                        "R-truncnormbayes",
                        "R-tsdistributions",
                        "R-vcmeta"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R-dCUR"
                    ]
                }
            ]
        },
        {
            "name": "R-xmlparsedata",
            "portdir": "R/R-xmlparsedata",
            "version": "1.0.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/r-lib/xmlparsedata",
            "description": "Parse data of R code as an XML tree",
            "long_description": "Parse data of R code as an XML tree",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xml2",
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-lintr"
                    ]
                }
            ]
        },
        {
            "name": "R-stringdist",
            "portdir": "R/R-stringdist",
            "version": "0.9.14",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/markvanderloo/stringdist",
            "description": "String distance functions for R",
            "long_description": "String distance functions for R",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-reclin2",
                        "R-deductive",
                        "R-BiocCheck",
                        "R-fuzzyjoin",
                        "R-blink"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sjmisc",
                        "R-lavaanExtra",
                        "R-rlist"
                    ]
                }
            ]
        },
        {
            "name": "R-rlist",
            "portdir": "R/R-rlist",
            "version": "0.4.6.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rlist",
            "description": "Toolbox for non-tabular data manipulation",
            "long_description": "Toolbox for non-tabular data manipulation",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-yaml",
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-XML",
                        "R-jsonlite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-stringdist"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-GroupBN",
                        "R-SmCCNet",
                        "R-ardl.nardl",
                        "R-gWQS",
                        "R-highcharter",
                        "R-miWQS"
                    ]
                }
            ]
        },
        {
            "name": "R-rjson",
            "portdir": "R/R-rjson",
            "version": "0.2.23",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alexcb/rjson",
            "description": "JSON for R",
            "long_description": "Converts R object into JSON objects and vice-versa.",
            "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-ChemmineR",
                        "R-GetoptLong",
                        "R-JuliaCall",
                        "R-MendelianRandomization",
                        "R-agena.ai",
                        "R-enrichR",
                        "R-highcharter",
                        "R-restfulr",
                        "R-simplermarkdown",
                        "R-streamR"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-systemPipeR",
                        "R-trajectories"
                    ]
                }
            ]
        },
        {
            "name": "R-renv",
            "portdir": "R/R-renv",
            "version": "1.0.11",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rstudio.github.io/renv",
            "description": "Project environments",
            "long_description": "A dependency management toolkit for R. Using renv, you can create and manage project-local R libraries, save the state of these libraries to a lockfile and later restore your library as required.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-cli",
                        "R-cpp11",
                        "R-jsonlite",
                        "R-remotes",
                        "R-yaml",
                        "R-knitr",
                        "R-shiny",
                        "R-testthat",
                        "R-waldo",
                        "R-miniUI",
                        "R-rmarkdown",
                        "R-devtools",
                        "R-gitcreds",
                        "R-rstudioapi",
                        "R-covr",
                        "R-uuid",
                        "R-pak",
                        "R-reticulate",
                        "R-BiocManager",
                        "R-packrat",
                        "R-modules",
                        "R-webfakes",
                        "R-R6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rsconnect",
                        "R-rworkflows",
                        "R-softbib",
                        "R-starter",
                        "R-jetpack",
                        "R-deps"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xfun",
                        "R-attachment",
                        "R-golem",
                        "R-pacs",
                        "R-weakARMA",
                        "R-SimDesign"
                    ]
                }
            ]
        },
        {
            "name": "R-registry",
            "portdir": "R/R-registry",
            "version": "0.5-1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=registry",
            "description": "Infrastructure for R package registries",
            "long_description": "Infrastructure for R package registries",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-NMF",
                        "R-ROI",
                        "R-pkgmaker",
                        "R-seriation"
                    ]
                }
            ]
        },
        {
            "name": "R-rapidjsonr",
            "portdir": "R/R-rapidjsonr",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rapidjsonr",
            "description": "Rapidjson C++ headers",
            "long_description": "Rapidjson C++ headers",
            "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-bigrquery",
                        "R-jsonify"
                    ]
                }
            ]
        },
        {
            "name": "R-proto",
            "portdir": "R/R-proto",
            "version": "1.0.0",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=proto",
            "description": "Prototype object-based programming",
            "long_description": "Prototype object-based programming",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-emojifont",
                        "R-gsubfn",
                        "R-nls2",
                        "R-sqldf"
                    ]
                }
            ]
        },
        {
            "name": "R-plogr",
            "portdir": "R/R-plogr",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=plogr",
            "description": "R bindings for the plog C++ logging library",
            "long_description": "R bindings for the plog C++ logging library",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Rcpp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RMariaDB",
                        "R-RPostgres",
                        "R-RSQLite",
                        "R-bindrcpp"
                    ]
                }
            ]
        },
        {
            "name": "R-pkgmaker",
            "portdir": "R/R-pkgmaker",
            "version": "0.32.10",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=pkgmaker",
            "description": "Development utilities for R packages",
            "long_description": "Development utilities for R packages",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-withr",
                        "R-registry",
                        "R-CRAN-recommended",
                        "R-assertthat",
                        "R-digest",
                        "R-xtable"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Biobase",
                        "R-RUnit",
                        "R-yaml",
                        "R-knitr",
                        "R-testthat",
                        "R-markdown",
                        "R-rmarkdown",
                        "R-devtools",
                        "R-roxygen2",
                        "R-rbibutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-doRNG"
                    ]
                }
            ]
        },
        {
            "name": "R-pkgcache",
            "portdir": "R/R-pkgcache",
            "version": "2.2.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=pkgcache",
            "description": "Cache CRAN-like metadata and R packages",
            "long_description": "Cache CRAN-like metadata and R packages",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-filelock",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-callr",
                        "R-processx",
                        "R-cli",
                        "R-curl",
                        "R-jsonlite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mockery",
                        "R-pingr",
                        "R-spelling",
                        "R-webfakes",
                        "R-fs",
                        "R-desc",
                        "R-rprojroot",
                        "R-sessioninfo",
                        "R-pillar",
                        "R-withr",
                        "R-zip",
                        "R-testthat",
                        "R-covr",
                        "R-debugme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-pkgdepends"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-pak"
                    ]
                }
            ]
        },
        {
            "name": "R-pins",
            "portdir": "R/R-pins",
            "version": "1.4.0",
            "license": "Apache-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pins.rstudio.com",
            "description": "Pin, discover and share resources",
            "long_description": "Publish data sets, models and other R objects, making it easy to share them across projects and with your colleagues.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lifecycle",
                        "R-digest",
                        "R-tibble",
                        "R-withr",
                        "R-generics",
                        "R-purrr",
                        "R-yaml",
                        "R-rappdirs",
                        "R-httr",
                        "R-whisker",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-glue",
                        "R-rlang",
                        "R-fs",
                        "R-jsonlite",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-qs",
                        "R-webfakes",
                        "R-arrow",
                        "R-googleCloudStorageR",
                        "R-data.table",
                        "R-mime",
                        "R-xml2",
                        "R-zip",
                        "R-knitr",
                        "R-shiny",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-gitcreds",
                        "R-openssl",
                        "R-covr",
                        "R-googledrive",
                        "R-ids",
                        "R-sodium",
                        "R-mockery",
                        "R-archive",
                        "R-filelock",
                        "R-R.utils",
                        "R-rsconnect"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-vetiver"
                    ]
                }
            ]
        },
        {
            "name": "R-pbapply",
            "portdir": "R/R-pbapply",
            "version": "1.7-2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=pbapply",
            "description": "Adding progress bar to *apply functions",
            "long_description": "Adding progress bar to *apply functions",
            "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-shiny",
                        "R-future",
                        "R-future.apply"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mvgam",
                        "R-A3",
                        "R-qgraph",
                        "R-semlbci",
                        "R-sirt",
                        "R-spaMM",
                        "R-IDF",
                        "R-BBcor",
                        "R-varycoef",
                        "R-MRFcov",
                        "R-ResourceSelection",
                        "R-Seurat",
                        "R-SimDesign",
                        "R-SmCCNet",
                        "R-bbreg",
                        "R-blackbox",
                        "R-caretEnsemble",
                        "R-did",
                        "R-BayesFactor",
                        "R-fwb",
                        "R-gmvarkit",
                        "R-BetaPASS",
                        "R-CondCopulas",
                        "R-libbib",
                        "R-manymome",
                        "R-metafor",
                        "R-mirt",
                        "R-mirtCAT",
                        "R-modelbpp"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-zebu",
                        "R-FSelectorRcpp",
                        "R-LMMstar",
                        "R-eyetrackingR",
                        "R-lavaSearch2",
                        "R-leidenAlg",
                        "R-nestedcv",
                        "R-stars",
                        "R-unmarked",
                        "R-sf"
                    ]
                }
            ]
        },
        {
            "name": "R-patrick",
            "portdir": "R/R-patrick",
            "version": "0.2.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/patrick",
            "description": "Parameterized unit testing",
            "long_description": "Parameterized unit testing",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-purrr",
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-testthat",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bayesplay",
                        "R-lintr",
                        "R-mombf"
                    ]
                }
            ]
        },
        {
            "name": "R-parallelMap",
            "portdir": "R/R-parallelMap",
            "version": "1.5.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://parallelmap.mlr-org.com",
            "description": "Unified interface to parallelization back-ends",
            "long_description": "Unified interface to parallelization back-ends",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-BBmisc",
                        "R-CRAN-recommended",
                        "R-checkmate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-batchtools",
                        "R-data.table",
                        "R-testthat",
                        "R-snow",
                        "R-Rmpi",
                        "R-BatchJobs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mlr",
                        "R-mlrMBO"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-batchtools",
                        "R-modelStudio"
                    ]
                }
            ]
        },
        {
            "name": "R-pak",
            "portdir": "R/R-pak",
            "version": "0.8.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pak.r-lib.org",
            "description": "Another approach to package installation",
            "long_description": "Another approach to package installation",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-curl",
                        "R-jsonlite",
                        "R-ps",
                        "R-desc",
                        "R-glue",
                        "R-withr",
                        "R-processx",
                        "R-callr",
                        "R-pkgbuild",
                        "R-testthat",
                        "R-gitcreds",
                        "R-rstudioapi",
                        "R-covr",
                        "R-mockery",
                        "R-pingr",
                        "R-filelock",
                        "R-pkgcache",
                        "R-pkgsearch",
                        "R-pkgdepends",
                        "R-cli"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-dockerfiler"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-pkgdepends",
                        "R-pkgload",
                        "R-renv",
                        "R-xfun"
                    ]
                }
            ]
        },
        {
            "name": "R-mockr",
            "portdir": "R/R-mockr",
            "version": "0.2.1.9021",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://krlmlr.github.io/mockr",
            "description": "Mocking in R",
            "long_description": "Provides a means to mock a package function, i.e., temporarily substitute it for testing.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-withr",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-usethis",
                        "R-covr",
                        "R-fs",
                        "R-knitr",
                        "R-pkgload",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-dm",
                        "R-dosearch",
                        "R-googledrive",
                        "R-gptstudio",
                        "R-rprojroot",
                        "R-stacks",
                        "R-tibble",
                        "R-tidyverse"
                    ]
                }
            ]
        },
        {
            "name": "R-microbenchmark",
            "portdir": "R/R-microbenchmark",
            "version": "1.5.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joshuaulrich/microbenchmark",
            "description": "Infrastructure to accurately measure and compare the execution time of R expressions",
            "long_description": "Infrastructure to accurately measure and compare the execution time of R expressions",
            "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-RUnit",
                        "R-ggplot2",
                        "R-multcomp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-doBy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-BBmisc",
                        "R-DelayedMatrixStats",
                        "R-FSelectorRcpp",
                        "R-GeneralizedWendland",
                        "R-NPflow",
                        "R-PeakSegJoint",
                        "R-PoissonBinomial",
                        "R-R6",
                        "R-RDSsamplesize",
                        "R-RcppAlgos",
                        "R-RcppBessel",
                        "R-RcppBlaze",
                        "R-RcppEigen",
                        "R-RcppMsgPack",
                        "R-RcppUUID",
                        "R-RcppZiggurat",
                        "R-abn",
                        "R-ast2ast",
                        "R-bartcs",
                        "R-bigsnpr",
                        "R-bit",
                        "R-brotli",
                        "R-checkmate",
                        "R-collapse",
                        "R-cv",
                        "R-dbscan",
                        "R-dde",
                        "R-dipsaus",
                        "R-dotCall64",
                        "R-dplyr",
                        "R-dpseg",
                        "R-fastMatMR",
                        "R-fasterize",
                        "R-fritools",
                        "R-fromo",
                        "R-gRain",
                        "R-gRbase",
                        "R-gRc",
                        "R-gsignal",
                        "R-hal9001",
                        "R-hypergeo2",
                        "R-isoband",
                        "R-lbfgsb3c",
                        "R-lotri",
                        "R-marqLevAlg",
                        "R-matrixStats",
                        "R-mmrm",
                        "R-mvnfast",
                        "R-mvp",
                        "R-optimParallel",
                        "R-pROC",
                        "R-pander",
                        "R-parglm",
                        "R-philentropy",
                        "R-polyCub",
                        "R-profmem",
                        "R-rco",
                        "R-re2r",
                        "R-revdbayes",
                        "R-robustlmm",
                        "R-rust",
                        "R-spacesXYZ",
                        "R-sf",
                        "R-this.path"
                    ]
                }
            ]
        },
        {
            "name": "R-lintr",
            "portdir": "R/R-lintr",
            "version": "3.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lintr.r-lib.org",
            "description": "Linter for R code",
            "long_description": "Linter for R code",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-knitr",
                        "R-cyclocomp",
                        "R-xmlparsedata",
                        "R-CRAN-recommended",
                        "R-digest",
                        "R-rex",
                        "R-backports",
                        "R-xml2",
                        "R-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-patrick",
                        "R-tufte",
                        "R-bookdown",
                        "R-data.table",
                        "R-jsonlite",
                        "R-rlang",
                        "R-crayon",
                        "R-tibble",
                        "R-withr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-httr",
                        "R-rstudioapi",
                        "R-mockery"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-DBItest",
                        "R-DepthProc",
                        "R-FSelectorRcpp",
                        "R-PosteriorBootstrap",
                        "R-RSQL",
                        "R-RestRserve",
                        "R-WoodburyMatrix",
                        "R-caretEnsemble",
                        "R-cleaR",
                        "R-clugenr",
                        "R-dashboardthemes",
                        "R-dat",
                        "R-data.validator",
                        "R-devtools",
                        "R-emayili",
                        "R-fixtuRes",
                        "R-fst",
                        "R-fstcore",
                        "R-ggcharts",
                        "R-ggfortify",
                        "R-ggthemes",
                        "R-lifecycle",
                        "R-mlflow",
                        "R-modules",
                        "R-shiny.i18n",
                        "R-shiny.semantic",
                        "R-sjtable2df",
                        "R-xgboost"
                    ]
                }
            ]
        },
        {
            "name": "R-jsonify",
            "portdir": "R/R-jsonify",
            "version": "1.2.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=jsonify",
            "description": "Convert between R objects and JavaScript Object Notation (JSON)",
            "long_description": "Convert between R objects and JavaScript Object Notation (JSON)",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-rapidjsonr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-jqr",
            "portdir": "R/R-jqr",
            "version": "1.3.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.ropensci.org/jqr",
            "description": "Client for jq, a JSON processor",
            "long_description": "Client for jq, a JSON processor",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "jq",
                        "R-lazyeval",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-jsonlite",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-rdflib"
                    ]
                }
            ]
        },
        {
            "name": "R-highcharter",
            "portdir": "R/R-highcharter",
            "version": "0.9.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jkunst.com/highcharter",
            "description": "Wrapper for the Highcharts library",
            "long_description": "Wrapper for the Highcharts library",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-magrittr",
                        "R-rlang",
                        "R-stringr",
                        "R-tibble",
                        "R-xts",
                        "R-zoo",
                        "R-dplyr",
                        "R-htmltools",
                        "R-purrr",
                        "R-tidyr",
                        "R-yaml",
                        "R-lubridate",
                        "R-htmlwidgets",
                        "R-igraph",
                        "R-broom",
                        "R-quantmod",
                        "R-rjson",
                        "R-rlist",
                        "R-CRAN-recommended",
                        "R-assertthat",
                        "R-jsonlite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-shiny",
                        "R-testthat",
                        "R-viridisLite",
                        "R-rmarkdown",
                        "R-httr",
                        "R-covr",
                        "R-forecast",
                        "R-spelling",
                        "R-gapminder"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bayesbr",
                        "R-shinyjqui"
                    ]
                }
            ]
        },
        {
            "name": "R-future.callr",
            "portdir": "R/R-future.callr",
            "version": "0.8.2",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://future.callr.futureverse.org",
            "description": "Future API for parallel processing using callr",
            "long_description": "Future API for parallel processing using callr",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-callr",
                        "R-future"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-future.apply",
                        "R-globals",
                        "R-listenv",
                        "R-markdown",
                        "R-R.rsp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-dipsaus",
                        "R-lazyarray",
                        "R-mlr3",
                        "R-projpred",
                        "R-targets"
                    ]
                }
            ]
        },
        {
            "name": "R-filelock",
            "portdir": "R/R-filelock",
            "version": "1.0.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/r-lib/filelock",
            "description": "Portable file locking",
            "long_description": "Portable file locking",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-callr",
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-pkgdepends",
                        "R-txtq",
                        "R-dir.expiry",
                        "R-gms",
                        "R-keyring",
                        "R-BiocFileCache",
                        "R-parabar",
                        "R-pkgcache"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-pak",
                        "R-pins"
                    ]
                }
            ]
        },
        {
            "name": "R-cyclocomp",
            "portdir": "R/R-cyclocomp",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=cyclocomp",
            "description": "Cyclomatic complexity of R code",
            "long_description": "Cyclomatic complexity of R code",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-desc",
                        "R-withr",
                        "R-callr",
                        "R-CRAN-recommended",
                        "R-remotes",
                        "R-crayon"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-lintr"
                    ]
                }
            ]
        },
        {
            "name": "R-bitops",
            "portdir": "R/R-bitops",
            "version": "1.0-9",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmaechler/R-bitops",
            "description": "Functions for bitwise operations on integer vectors",
            "long_description": "Functions for bitwise operations on integer vectors",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rattle",
                        "R-Rsamtools",
                        "R-ggmap",
                        "R-gt",
                        "R-RCurl",
                        "R-bnstruct",
                        "R-caTools",
                        "R-cherry",
                        "R-geozoo"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-XML",
                        "R-gtExtras",
                        "R-pkgload"
                    ]
                }
            ]
        },
        {
            "name": "R-bigrquery",
            "portdir": "R/R-bigrquery",
            "version": "1.5.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bigrquery.r-dbi.org",
            "description": "Interface to Google BigQuery API",
            "long_description": "Interface to Google BigQuery API",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-cli",
                        "R-cpp11",
                        "R-curl",
                        "R-jsonlite",
                        "R-rlang",
                        "R-DBI",
                        "R-lifecycle",
                        "R-tibble",
                        "R-prettyunits",
                        "R-httr",
                        "R-gargle",
                        "R-rapidjsonr",
                        "R-clock",
                        "R-CRAN-recommended",
                        "R-bit64",
                        "R-brio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-blob",
                        "R-withr",
                        "R-dplyr",
                        "R-hms",
                        "R-testthat",
                        "R-dbplyr",
                        "R-readr",
                        "R-covr",
                        "R-sodium",
                        "R-wk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bigQueryR",
                        "R-sqlhelper"
                    ]
                }
            ]
        },
        {
            "name": "R-ascii",
            "portdir": "R/R-ascii",
            "version": "2.6",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mclements/ascii",
            "description": "Export R objects to several markup languages",
            "long_description": "Export R objects to several markup languages",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-digest",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xtable",
                        "R-knitr",
                        "R-Hmisc",
                        "R-R2HTML"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-R.rsp"
                    ]
                }
            ]
        },
        {
            "name": "R-archive",
            "portdir": "R/R-archive",
            "version": "1.1.10",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://archive.r-lib.org",
            "description": "Multi-format archive and compression support",
            "long_description": "Multi-format archive and compression support",
            "active": true,
            "categories": [
                "devel",
                "science",
                "archivers",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-rlang",
                        "R-glue",
                        "R-tibble",
                        "R-CRAN-recommended",
                        "libarchive",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-pins",
                        "R-vroom"
                    ]
                }
            ]
        },
        {
            "name": "R-XML",
            "portdir": "R/R-XML",
            "version": "3.99-0.17",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.omegahat.net/RSXML",
            "description": "Tools for parsing and generating XML within R and S-Plus",
            "long_description": "Tools for parsing and generating XML within R and S-Plus",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RCurl",
                        "R-bitops"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-pmml",
                        "R-biomaRt",
                        "R-biomartr",
                        "R-comato",
                        "R-dplR",
                        "R-grImport",
                        "R-grImport2",
                        "R-gridSVG",
                        "R-hkex.api",
                        "R-mldr",
                        "R-pdfetch",
                        "R-mlr",
                        "R-qdapTools",
                        "R-rattle",
                        "R-restfulr",
                        "R-rlist",
                        "R-rsdmx",
                        "R-rtracklayer",
                        "R-semPlot",
                        "R-AnnotationForge",
                        "R-BoolNet",
                        "R-CodeDepends",
                        "R-Gmisc",
                        "R-KEGGgraph",
                        "R-OpenML",
                        "R-XML2R",
                        "R-annotate",
                        "R-biocViews"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-terra",
                        "R-htmlTable",
                        "R-causaleffect",
                        "R-io",
                        "R-rgeos",
                        "R-frbs",
                        "R-pacman",
                        "R-RBGL",
                        "R-RCurl",
                        "R-RUnit",
                        "R-Renext",
                        "R-Rgraphviz",
                        "R-partykit",
                        "R-graph",
                        "R-arules",
                        "R-async",
                        "R-svUnit",
                        "R-selectr"
                    ]
                }
            ]
        },
        {
            "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-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-R2HTML",
            "portdir": "R/R-R2HTML",
            "version": "2.3.4",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nalimilan/R2HTML",
            "description": "HTML exportation for R objects",
            "long_description": "HTML exportation for R objects",
            "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-RcmdrPlugin.temis",
                        "R-STAR",
                        "R-umx"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ascii"
                    ]
                }
            ]
        },
        {
            "name": "R-BBmisc",
            "portdir": "R/R-BBmisc",
            "version": "1.13",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=BBmisc",
            "description": "Miscellaneous helper functions",
            "long_description": "Miscellaneous helper functions",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-checkmate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-microbenchmark"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-smoof",
                        "R-BatchJobs",
                        "R-mlr",
                        "R-BlockCov",
                        "R-OpenML",
                        "R-ParamHelpers",
                        "R-delayed",
                        "R-mbsts",
                        "R-mlrMBO",
                        "R-parallelMap",
                        "R-robustbetareg",
                        "R-sl3"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-BiocParallel"
                    ]
                }
            ]
        },
        {
            "name": "taskopen",
            "portdir": "office/taskopen",
            "version": "2.0.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jschlatow/taskopen",
            "description": "Tool for taking notes and open urls with taskwarrior",
            "long_description": "Tool for taking notes and open urls with taskwarrior",
            "active": true,
            "categories": [
                "office"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 648
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "nim",
                        "pandoc",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-smart_open",
            "portdir": "python/py-smart_open",
            "version": "7.5.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/piskvorky/smart_open",
            "description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
            "long_description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2897
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-wheel",
                        "py311-setuptools_scm",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-wrapt",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-gensim",
                        "py311-mp-api",
                        "py311-weasel"
                    ]
                }
            ]
        },
        {
            "name": "madness",
            "portdir": "science/madness",
            "version": "2024.12.06",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m-a-d-n-e-s-s/madness",
            "description": "Multiresolution Adaptive Numerical Environment for Scientific Simulation",
            "long_description": "MADNESS provides a high-level environment for the solution of integral and differential equations in many dimensions using adaptive, fast methods with guaranteed precision based on multi-resolution analysis and novel separated representations.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "gperftools",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python312",
                        "clang-20",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "boost181"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-jsonconversion",
            "portdir": "python/py-jsonconversion",
            "version": "1.1.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/DLR-RM/python-jsonconversion",
            "description": "convert arbitrary Python objects into JSON strings and back",
            "long_description": "This python module helps converting arbitrary Python objects into JSON strings and back. It extends the basic features of the JSONEncoder and JSONDecoder classes provided by the native json package.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 254
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "clang-17",
                        "py311-pdm-backend"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-amazon.ion"
                    ]
                }
            ]
        },
        {
            "name": "py311-amazon.ion",
            "portdir": "python/py-amazon.ion",
            "version": "0.10.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/amazon-ion/ion-python",
            "description": "A Python implementation of Amazon Ion",
            "long_description": "Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations. The text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse. The rich type system provides unambiguous semantics for long-term preservation of data which can survive multiple generations of software evolution.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 254
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-wheel",
                        "py311-pytest-runner",
                        "clang-17",
                        "cmake",
                        "git",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-six",
                        "py311-jsonconversion"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-amazon.ion"
                    ]
                }
            ]
        },
        {
            "name": "octave-coder",
            "portdir": "octave/octave-coder",
            "version": "1.11.1",
            "license": "AGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shsajjadi/OctaveCoder",
            "description": "Octave Coder is a code generator and build system that, given a function name translates the function and all of its dependencies to C++ and builds a .oct shared module.",
            "long_description": "Octave Coder is a code generator and build system that, given a function name translates the function and all of its dependencies to C++ and builds a .oct shared module.",
            "active": true,
            "categories": [
                "science",
                "math",
                "octave"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1549
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "octave"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "so",
            "portdir": "devel/so",
            "version": "0.4.10",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/samtay/so",
            "description": "A terminal interface for Stack Overflow",
            "long_description": "A terminal interface for Stack Overflow",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1075
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}