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

{
    "count": 49697,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=52",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=50",
    "results": [
        {
            "name": "R-xpectr",
            "portdir": "R/R-xpectr",
            "version": "0.4.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ludvigolsen/xpectr",
            "description": "Generate expectations for R-testthat unit testing",
            "long_description": "Generate expectations for R-testthat unit testing",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lifecycle",
                        "R-plyr",
                        "R-tibble",
                        "R-withr",
                        "R-checkmate",
                        "R-clipr",
                        "R-dplyr",
                        "R-testthat",
                        "R-rstudioapi",
                        "R-CRAN-recommended",
                        "R-fansi",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-data.table",
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-groupdata2",
                        "R-cvms",
                        "R-rearrr"
                    ]
                }
            ]
        },
        {
            "name": "rxp",
            "portdir": "textproc/rxp",
            "version": "1.4.8",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cogsci.ed.ac.uk/~richard/rxp.html",
            "description": "Validating XML parser written in C.",
            "long_description": "RXP is a validating XML parser written in C. The current version of RXP supports XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-xopen",
            "portdir": "R/R-xopen",
            "version": "1.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-lib.github.io/xopen",
            "description": "Open system files, URLs, anything",
            "long_description": "Open system files, URLs, anything",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-processx",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-ps"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rcmdcheck"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mark"
                    ]
                }
            ]
        },
        {
            "name": "R-xoi",
            "portdir": "R/R-xoi",
            "version": "0.72",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kbroman/xoi",
            "description": "Tools for analyzing crossover interference",
            "long_description": "Tools for analyzing crossover interference",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-qtl",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-devtools",
                        "R-roxygen2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-xmlr",
            "portdir": "R/R-xmlr",
            "version": "0.2.0.9001",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Alipsa/xmlr",
            "description": "Read, write and work with XML data",
            "long_description": "Read, write and work with XML data",
            "active": true,
            "categories": [
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xml2",
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-lintr"
                    ]
                }
            ]
        },
        {
            "name": "R-xmlconvert",
            "portdir": "R/R-xmlconvert",
            "version": "0.1.2",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=xmlconvert",
            "description": "Convert XML documents to R dataframes and dataframes to XML documents",
            "long_description": "Convert XML documents to R dataframes and dataframes to XML documents",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tibble",
                        "R-lubridate",
                        "R-httr",
                        "R-xml2",
                        "R-CRAN-recommended",
                        "R-readr",
                        "R-stringr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-XML2R",
            "portdir": "R/R-XML2R",
            "version": "0.0.8",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=XML2R",
            "description": "Easier XML data collection",
            "long_description": "R-XML2R is a framework that reduces the effort required to transform XML content into number of tables while preserving parent–child relationships.",
            "active": true,
            "categories": [
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-XML",
                        "R-plyr",
                        "R-CRAN-recommended",
                        "R-httr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-xml2",
            "portdir": "R/R-xml2",
            "version": "1.3.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xml2.r-lib.org",
            "description": "Bindings to libxml2",
            "long_description": "The xml2 package is a binding to libxml2, making it easy to work with HTML and XML from R. The API is somewhat inspired by jQuery.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mockery",
                        "R-curl",
                        "R-magrittr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-httr",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-dataverse",
                        "R-quanteda",
                        "R-officer",
                        "R-rorcid",
                        "R-huxtable",
                        "R-sarsop",
                        "R-crew.cluster",
                        "R-ParallelLogger",
                        "R-handlr",
                        "R-apsimx",
                        "R-tm",
                        "R-foghorn",
                        "R-gridtext",
                        "R-kanjistat",
                        "R-BayesSUR",
                        "R-Ryacas0",
                        "R-RefManageR",
                        "R-OAIHarvester",
                        "R-distill",
                        "R-jstor",
                        "R-kableExtra",
                        "R-chatAI4R",
                        "R-coalitions",
                        "R-aws.s3",
                        "R-petrinetR",
                        "R-rversions",
                        "R-rvest",
                        "R-xmlconvert",
                        "R-readtext",
                        "R-flextable",
                        "R-reqres",
                        "R-tidyRSS",
                        "R-biomaRt",
                        "R-tidyverse",
                        "R-tinkr",
                        "R-libbib",
                        "R-lintr",
                        "R-emayili",
                        "R-pzfx",
                        "R-gt",
                        "R-scholar",
                        "R-BiocPkgTools",
                        "R-ipumsr",
                        "R-vdiffr",
                        "R-officedown",
                        "R-pacs",
                        "R-rvg",
                        "R-sjtable2df",
                        "R-pkgdown",
                        "R-gdalraster",
                        "R-Ecfun",
                        "R-mRpostman",
                        "R-pdfetch",
                        "R-sparklyr",
                        "R-spelling",
                        "R-roxygen2",
                        "R-mschart",
                        "R-meta",
                        "R-urlchecker",
                        "R-xslt"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xfun",
                        "R-DBI",
                        "R-testthat",
                        "R-mmrm",
                        "R-cloudfs",
                        "R-RSQLite",
                        "R-RMixtCompIO",
                        "R-dials",
                        "R-manynet",
                        "R-rmarkdown",
                        "R-tarchetypes",
                        "R-ggplot2",
                        "R-covr",
                        "R-htmlTable",
                        "R-pins",
                        "R-treeio",
                        "R-tune",
                        "R-webfakes",
                        "R-prt",
                        "R-fastcpd",
                        "R-waldo",
                        "R-exams",
                        "R-quantmod",
                        "R-httptest2",
                        "R-ape",
                        "R-isoband",
                        "R-gtExtras",
                        "R-rsample",
                        "R-xmlparsedata",
                        "R-commonmark",
                        "R-mmcif",
                        "R-selectr",
                        "R-recipes",
                        "R-crosstable",
                        "R-readr",
                        "R-downlit",
                        "R-httr2",
                        "R-webmockr",
                        "R-easystats",
                        "R-r2rtf",
                        "R-rco",
                        "R-geomtextpath",
                        "R-httptest",
                        "R-httr",
                        "R-oeli",
                        "R-pagedown",
                        "R-RMixtComp",
                        "R-RMixtCompUtilities",
                        "R-discrim",
                        "R-matrixprofiler",
                        "R-assertive.types",
                        "R-svglite",
                        "R-units",
                        "R-vctrs",
                        "R-vroom",
                        "R-repurrrsive",
                        "R-tidymodels",
                        "R-ggiraph",
                        "R-fImport",
                        "R-rtables",
                        "R-rdflib",
                        "R-rio",
                        "R-bookdown"
                    ]
                }
            ]
        },
        {
            "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": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RCurl",
                        "R-bitops"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-BoolNet",
                        "R-KEGGgraph",
                        "R-rlist",
                        "R-qdapTools",
                        "R-grImport",
                        "R-gridSVG",
                        "R-comato",
                        "R-rsdmx",
                        "R-semPlot",
                        "R-CodeDepends",
                        "R-restfulr",
                        "R-AnnotationForge",
                        "R-rattle",
                        "R-rtracklayer",
                        "R-hkex.api",
                        "R-dplR",
                        "R-XML2R",
                        "R-annotate",
                        "R-pdfetch",
                        "R-mlr",
                        "R-Gmisc",
                        "R-OpenML",
                        "R-grImport2",
                        "R-mldr",
                        "R-biocViews",
                        "R-biomartr",
                        "R-biomaRt",
                        "R-pmml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RBGL",
                        "R-graph",
                        "R-Rgraphviz",
                        "R-Renext",
                        "R-RCurl",
                        "R-selectr",
                        "R-async",
                        "R-terra",
                        "R-frbs",
                        "R-arules",
                        "R-partykit",
                        "R-pacman",
                        "R-htmlTable",
                        "R-rgeos",
                        "R-svUnit",
                        "R-io",
                        "R-causaleffect",
                        "R-RUnit"
                    ]
                }
            ]
        },
        {
            "name": "R-xmeta",
            "portdir": "R/R-xmeta",
            "version": "1.3.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=xmeta",
            "description": "Toolbox for multivariate meta-analysis",
            "long_description": "Toolbox for multivariate meta-analysis",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-metafor",
                        "R-glmmML",
                        "R-aod",
                        "R-numDeriv",
                        "R-CRAN-recommended",
                        "R-mvmeta",
                        "R-plotrix"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-xLLiM",
            "portdir": "R/R-xLLiM",
            "version": "2.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=xLLiM",
            "description": "High-dimensional locally-linear mapping",
            "long_description": "High-dimensional locally-linear mapping",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-progress",
                        "R-igraph",
                        "R-randomForest",
                        "R-corpcor",
                        "R-glmnet",
                        "R-abind",
                        "R-capushe",
                        "R-CRAN-recommended",
                        "R-mixOmics",
                        "R-mda",
                        "R-e1071"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-xgboost",
            "portdir": "R/R-xgboost",
            "version": "1.7.8.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=xgboost",
            "description": "Extreme Gradient Boosting",
            "long_description": "Extreme Gradient Boosting",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "cmake",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-data.table",
                        "R-jsonlite",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-lintr",
                        "R-DiagrammeR",
                        "R-vcd",
                        "R-Ckmeans.1d.dp",
                        "R-float",
                        "R-titanic",
                        "R-crayon",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-igraph",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mixgb",
                        "R-cpfa",
                        "R-PriceIndices",
                        "R-xrf",
                        "R-dblr",
                        "R-twang",
                        "R-irboost",
                        "R-TSCI",
                        "R-LTFHPlus",
                        "R-audrex",
                        "R-EIX",
                        "R-shapviz",
                        "R-modeltime"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-vetiver",
                        "R-bigsnpr",
                        "R-mlflow",
                        "R-targeted",
                        "R-rBayesianOptimization",
                        "R-modelStudio",
                        "R-mlr3learners",
                        "R-cornet",
                        "R-nlpred",
                        "R-parsnip",
                        "R-pmml",
                        "R-tune",
                        "R-FLAME",
                        "R-fastshap",
                        "R-explore",
                        "R-Boruta",
                        "R-tmle3"
                    ]
                }
            ]
        },
        {
            "name": "R-xfun",
            "portdir": "R/R-xfun",
            "version": "0.49",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://yihui.org/xfun",
            "description": "Miscellaneous R functions",
            "long_description": "Miscellaneous R functions",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-jsonlite",
                        "R-mime",
                        "R-remotes",
                        "R-xml2",
                        "R-yaml",
                        "R-commonmark",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-tinytex",
                        "R-rstudioapi",
                        "R-pak",
                        "R-renv",
                        "R-testit",
                        "R-rhub",
                        "R-qs",
                        "R-magick",
                        "R-litedown",
                        "R-curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ftExtra",
                        "R-knitr",
                        "R-litedown",
                        "R-rmarkdown",
                        "R-leaflet",
                        "R-emayili",
                        "R-highr",
                        "R-tinytex",
                        "R-bookdown",
                        "R-servr",
                        "R-tufte",
                        "R-rticles",
                        "R-xaringan",
                        "R-pagedown",
                        "R-markdown",
                        "R-distill",
                        "R-rebib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-plasso",
                        "R-quarto",
                        "R-shinymeta",
                        "R-glmnet",
                        "R-islasso",
                        "R-multiview"
                    ]
                }
            ]
        },
        {
            "name": "R-xdcclarge",
            "portdir": "R/R-xdcclarge",
            "version": "0.1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=xdcclarge",
            "description": "Estimating a (c)DCC-GARCH model in large dimensions",
            "long_description": "Estimating a (c)DCC-GARCH model in large dimensions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppArmadillo",
                        "R-nlshrink",
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rugarch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-xaringan",
            "portdir": "R/R-xaringan",
            "version": "0.30",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yihui/xaringan",
            "description": "Presentation ninja",
            "long_description": "Create HTML5 slides with R markdown and the JavaScript library remark.js.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-servr",
                        "R-CRAN-recommended",
                        "R-xfun",
                        "R-htmltools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-jsonlite",
                        "R-rstudioapi",
                        "R-testit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rx",
            "portdir": "sysutils/rx",
            "version": "1.5",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/rx/rx.html",
            "description": "Replacement for the GNU regex library",
            "long_description": "A fast replacement for the GNU regex library.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wwntests",
            "portdir": "R/R-wwntests",
            "version": "1.1.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/veritasmih/wwntests",
            "description": "Hypothesis tests for functional time series",
            "long_description": "Hypothesis tests for functional time series",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ftsa",
                        "R-sde",
                        "R-CRAN-recommended",
                        "R-fda",
                        "R-rainbow"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-CompQuadForm",
                        "R-rmarkdown",
                        "R-tensorA"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-WWGbook",
            "portdir": "R/R-WWGbook",
            "version": "1.0.2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=WWGbook",
            "description": "Functions and datasets for WWGbook",
            "long_description": "Functions and datasets for WWGbook",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-nlmeU",
                        "R-robustvarComp"
                    ]
                }
            ]
        },
        {
            "name": "R-WSGeometry",
            "portdir": "R/R-WSGeometry",
            "version": "1.2.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=WSGeometry",
            "description": "Geometric tools based on balanced/unbalanced optimal transport",
            "long_description": "Geometric tools based on balanced/unbalanced optimal transport",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-expm",
                        "R-RSpectra",
                        "R-lpSolve",
                        "R-plot3D",
                        "libgcc",
                        "R-imager",
                        "R-CRAN-recommended",
                        "R-transport",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wsbackfit",
            "portdir": "R/R-wsbackfit",
            "version": "1.0-5",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wsbackfit",
            "description": "Weighted smooth backfitting for structured models",
            "long_description": "Weighted smooth backfitting for structured models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wrswoR",
            "portdir": "R/R-wrswoR",
            "version": "1.1.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://krlmlr.github.io/wrswoR",
            "description": "Weighted random sampling without replacement",
            "long_description": "Weighted random sampling without replacement",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "R-logging"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-mvgam"
                    ]
                }
            ]
        },
        {
            "name": "R-WRS2",
            "portdir": "R/R-WRS2",
            "version": "1.1-6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=WRS2",
            "description": "Collection of robust statistical methods",
            "long_description": "Collection of robust statistical methods",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-reshape",
                        "R-CRAN-recommended",
                        "R-plyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mediation",
                        "R-colorspace",
                        "R-ggplot2",
                        "R-knitr",
                        "R-car",
                        "R-GGally"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-statsExpressions"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-correlation"
                    ]
                }
            ]
        },
        {
            "name": "R-WriteXLS",
            "portdir": "R/R-WriteXLS",
            "version": "6.7.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/marcschwartz/WriteXLS",
            "description": "Cross-platform Perl-based R function to create Excel 2003/2007 files",
            "long_description": "Cross-platform Perl-based R function to create Excel 2003/2007 files",
            "active": true,
            "categories": [
                "science",
                "office",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5",
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-enrichR"
                    ]
                }
            ]
        },
        {
            "name": "R-writexl",
            "portdir": "R/R-writexl",
            "version": "1.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.ropensci.org/writexl",
            "description": "Export data frames to Excel xlsx format",
            "long_description": "Portable, light-weight data frame to xlsx exporter for R.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-readxl",
                        "R-testthat",
                        "R-spelling",
                        "R-nycflights13",
                        "R-bit64"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-quitte",
                        "R-mschart",
                        "R-rnmamod",
                        "R-rio"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-meta",
                        "R-misty",
                        "R-cloudfs"
                    ]
                }
            ]
        },
        {
            "name": "R-wrapr",
            "portdir": "R/R-wrapr",
            "version": "2.1.0",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://winvector.github.io/wrapr",
            "description": "Wrap R for Sweet R Code",
            "long_description": "Wrap R tools for debugging and parametric programming.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rmarkdown",
                        "R-tinytest",
                        "R-R.rsp",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppDynProg",
                        "R-cdata",
                        "R-rqdatatable",
                        "R-rquery"
                    ]
                }
            ]
        },
        {
            "name": "R-wrappr",
            "portdir": "R/R-wrappr",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wrappr",
            "description": "Helper functions to easily add functionality to functions",
            "long_description": "Helper functions to easily add functionality to functions",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wrangle",
            "portdir": "R/R-wrangle",
            "version": "0.6.4",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bergsmat/wrangle",
            "description": "Systematic data-wrangling idiom",
            "long_description": "Supports systematic scrutiny, modification and integration of data.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-tidyr",
                        "R-magrittr",
                        "R-CRAN-recommended",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wqs",
            "portdir": "R/R-wqs",
            "version": "0.0.1",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wqs",
            "description": "Weighted quantile sum regression",
            "long_description": "Weighted quantile sum regression",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-glm2",
                        "R-Rsolnp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-miWQS"
                    ]
                }
            ]
        },
        {
            "name": "R-WPKDE",
            "portdir": "R/R-WPKDE",
            "version": "0.1",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=WPKDE",
            "description": "Weighted Piece-wise Kernel Density Estimation",
            "long_description": "Weighted Piece-wise Kernel Density Estimation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mvtnorm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-workflowsets",
            "portdir": "R/R-workflowsets",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://workflowsets.tidymodels.org",
            "description": "Create a collection of tidymodels workflows",
            "long_description": "Create a collection of tidymodels workflows",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-glue",
                        "R-lifecycle",
                        "R-vctrs",
                        "R-pillar",
                        "R-tibble",
                        "R-withr",
                        "R-dplyr",
                        "R-generics",
                        "R-prettyunits",
                        "R-purrr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-hardhat",
                        "R-parsnip",
                        "R-rsample",
                        "R-tune",
                        "R-workflows",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-spelling",
                        "R-modeldata",
                        "R-recipes",
                        "R-yardstick",
                        "R-dials",
                        "R-kknn",
                        "R-tidyclust",
                        "R-finetune"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tidyAML",
                        "R-tidymodels",
                        "R-tidyposterior"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-stacks"
                    ]
                }
            ]
        },
        {
            "name": "R-workflows",
            "portdir": "R/R-workflows",
            "version": "1.1.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://workflows.tidymodels.org",
            "description": "Modelling workflows",
            "long_description": "Modelling workflows",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-glue",
                        "R-lifecycle",
                        "R-vctrs",
                        "R-generics",
                        "R-tidyselect",
                        "R-hardhat",
                        "R-modelenv",
                        "R-parsnip",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-magrittr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-modeldata",
                        "R-butcher",
                        "R-recipes",
                        "R-dials"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-stacks",
                        "R-tidyAML",
                        "R-finetune",
                        "R-tidymodels",
                        "R-workflowsets",
                        "R-tune",
                        "R-modeltime",
                        "R-probably"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-vetiver",
                        "R-tidyclust",
                        "R-recipes",
                        "R-bayesian",
                        "R-tidydann",
                        "R-timetk",
                        "R-gtsummary"
                    ]
                }
            ]
        },
        {
            "name": "R-wordcloud2",
            "portdir": "R/R-wordcloud2",
            "version": "0.2.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wordcloud2",
            "description": "Create word clouds by an htmlwidget",
            "long_description": "Create word clouds by an htmlwidget",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-base64enc",
                        "R-htmlwidgets"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-shiny",
                        "R-rmarkdown",
                        "R-webshot"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wordcloud",
            "portdir": "R/R-wordcloud",
            "version": "2.6",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wordcloud",
            "description": "Word clouds",
            "long_description": "Word clouds",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-RColorBrewer"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-slam",
                        "R-tm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RNewsflow",
                        "R-networktools",
                        "R-shinyr",
                        "R-GNAR",
                        "R-smacof"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidyjson",
                        "R-stm",
                        "R-textmineR"
                    ]
                }
            ]
        },
        {
            "name": "R-wooldridge",
            "portdir": "R/R-wooldridge",
            "version": "1.4-3",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://justinmshea.github.io/wooldridge",
            "description": "115 Data sets from Introductory Econometrics: A Modern Approach (7th ed.)",
            "long_description": "115 Data sets from Introductory Econometrics: A Modern Approach (7th ed.)",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-zoo",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-tinytest",
                        "R-stargazer",
                        "R-xts"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-Ecdat"
                    ]
                }
            ]
        },
        {
            "name": "R-WoodburyMatrix",
            "portdir": "R/R-WoodburyMatrix",
            "version": "0.0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mbertolacci.github.io/WoodburyMatrix",
            "description": "Fast matrix operations via the Woodbury matrix identity",
            "long_description": "Fast matrix operations via the Woodbury matrix identity",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-lintr",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-womblR",
            "portdir": "R/R-womblR",
            "version": "1.0.5",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=womblR",
            "description": "Spatiotemporal boundary detection model for areal unit data",
            "long_description": "Spatiotemporal boundary detection model for areal unit data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-mvtnorm",
                        "R-msm",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-coda",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-classInt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-spBFA"
                    ]
                }
            ]
        },
        {
            "name": "R-WLogit",
            "portdir": "R/R-WLogit",
            "version": "2.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=WLogit",
            "description": "Variable selection in high-dimensional logistic regression models using a whitening approach",
            "long_description": "Variable selection in high-dimensional logistic regression models using a whitening approach",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-corpcor",
                        "R-glmnet",
                        "R-cvCovEst",
                        "R-genlasso",
                        "R-CRAN-recommended",
                        "R-tibble",
                        "R-ggplot2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wkutils",
            "portdir": "R/R-wkutils",
            "version": "0.1.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://paleolimbot.github.io/wkutils",
            "description": "Utilities for well-known geometry vectors",
            "long_description": "Utilities for well-known geometry vectors",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tibble",
                        "R-wk",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-vctrs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-wkb",
            "portdir": "R/R-wkb",
            "version": "0.4-0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ianmcook/wkb",
            "description": "Convert between spatial objects and well-known binary geometry",
            "long_description": "Convert between spatial objects and well-known binary geometry",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-sp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-rgeoda"
                    ]
                }
            ]
        },
        {
            "name": "R-wk",
            "portdir": "R/R-wk",
            "version": "0.9.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://paleolimbot.github.io/wk",
            "description": "Lightweight well-known geometry parsing",
            "long_description": "R-wk provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R",
                "geometry"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tibble",
                        "R-testthat",
                        "R-readr",
                        "R-sf",
                        "R-vctrs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-geos",
                        "R-s2",
                        "R-fasterize",
                        "R-PROJ",
                        "R-wkutils"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-bigrquery",
                        "R-sf"
                    ]
                }
            ]
        },
        {
            "name": "R-withr",
            "portdir": "R/R-withr",
            "version": "3.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://withr.r-lib.org",
            "description": "Methods for temporarily modifying global state",
            "long_description": "A set of functions to run code with safely and temporarily modified global state, withr makes working with the global state, i.e. side effects, less error-prone.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-DBI",
                        "R-callr",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-RSQLite",
                        "R-rlang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ggridges",
                        "R-ggstance",
                        "R-usedthese",
                        "R-covr",
                        "R-rcmdcheck",
                        "R-ggdist",
                        "R-ggforce",
                        "R-sccore",
                        "R-ggraph",
                        "R-cmdstanr",
                        "R-multilevelmod",
                        "R-gratia",
                        "R-googledrive",
                        "R-ijtiff",
                        "R-discrim",
                        "R-vsp",
                        "R-jsontools",
                        "R-webdriver",
                        "R-shinytest",
                        "R-lpjmlkit",
                        "R-googlesheets4",
                        "R-GDPuc",
                        "R-forcats",
                        "R-baguette",
                        "R-biomartr",
                        "R-pkgmaker",
                        "R-rtweet",
                        "R-rvest",
                        "R-anyLib",
                        "R-dials",
                        "R-batchtools",
                        "R-workflowsets",
                        "R-vroom",
                        "R-yardstick",
                        "R-xpectr",
                        "R-shiny",
                        "R-FSA",
                        "R-gms",
                        "R-pkgload",
                        "R-parsnip",
                        "R-reporter",
                        "R-tatoo",
                        "R-rgudhi",
                        "R-mixvlmc",
                        "R-tune",
                        "R-themis",
                        "R-exampletestr",
                        "R-tidyselect",
                        "R-roxygen2",
                        "R-attachment",
                        "R-parsermd",
                        "R-sparklyr",
                        "R-RPostgres",
                        "R-DescTools",
                        "R-recipes",
                        "R-reprex",
                        "R-mockr",
                        "R-jagstargets",
                        "R-gargle",
                        "R-cyclocomp",
                        "R-tarchetypes",
                        "R-styler",
                        "R-logr",
                        "R-sharp",
                        "R-probably",
                        "R-SSN2",
                        "R-proffer",
                        "R-profile",
                        "R-mlr3pipelines",
                        "R-fake",
                        "R-pkgdown",
                        "R-ggimage",
                        "R-ggrepel",
                        "R-statsExpressions",
                        "R-reticulate",
                        "R-dbplyr",
                        "R-ggplot2",
                        "R-bundle",
                        "R-downlit",
                        "R-devtools",
                        "R-vetiver",
                        "R-httr2",
                        "R-precrec",
                        "R-tidybayes",
                        "R-fdacluster",
                        "R-mlflow",
                        "R-usethis",
                        "R-pins",
                        "R-L1centrality",
                        "R-DBItest",
                        "R-caret",
                        "R-testthat",
                        "R-fmesher"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-debugme",
                        "R-desc",
                        "R-minty",
                        "R-glue",
                        "R-vcr",
                        "R-altdoc",
                        "R-easystats",
                        "R-nanoarrow",
                        "R-constructive",
                        "R-sass",
                        "R-kanjistat",
                        "R-rlang",
                        "R-performance",
                        "R-pkgbuild",
                        "R-ps",
                        "R-jetpack",
                        "R-distill",
                        "R-TSCI",
                        "R-odbc",
                        "R-cpp11eigen",
                        "R-DiagrammeR",
                        "R-tglkmeans",
                        "R-truncnormbayes",
                        "R-adbi",
                        "R-anabel",
                        "R-askgpt",
                        "R-tikzDevice",
                        "R-vctrs",
                        "R-zip",
                        "R-collapse",
                        "R-chk",
                        "R-dm",
                        "R-remotes",
                        "R-rhub",
                        "R-tfruns",
                        "R-tinkr",
                        "R-lifecycle",
                        "R-lintr",
                        "R-IRdisplay",
                        "R-readODS",
                        "R-gt",
                        "R-gtsummary",
                        "R-multilevelcoda",
                        "R-rtables",
                        "R-vdiffr",
                        "R-adbcdrivermanager",
                        "R-pak",
                        "R-mmrm",
                        "R-pacs",
                        "R-BiocManager",
                        "R-extras",
                        "R-golem",
                        "R-rio",
                        "R-datefixR",
                        "R-multinma",
                        "R-here",
                        "R-rprojroot",
                        "R-utf8",
                        "R-formatters",
                        "R-pkgcache",
                        "R-pkgdepends",
                        "R-bookdown",
                        "R-evaluate",
                        "R-hdf5r.Extra",
                        "R-StanHeaders",
                        "R-igraph",
                        "R-cloudfs",
                        "R-polyMatrix",
                        "R-cardx",
                        "R-cpp11armadillo",
                        "R-ggeffects",
                        "R-RSQLite",
                        "R-cards",
                        "R-cpp11",
                        "R-duckdb",
                        "R-insight",
                        "R-pillar",
                        "R-tibble",
                        "R-MGMM",
                        "R-baizer",
                        "R-RDP",
                        "R-magclass",
                        "R-mark",
                        "R-mcmcr",
                        "R-ggsurvfit",
                        "R-bslib",
                        "R-PublicationBias",
                        "R-thematic",
                        "R-flextable",
                        "R-mockthat",
                        "R-fusen",
                        "R-FSelectorRcpp",
                        "R-hutilscpp",
                        "R-multidplyr",
                        "R-bench",
                        "R-rmarkdown",
                        "R-bigrquery",
                        "R-armadillo",
                        "R-crayon",
                        "R-ooplah",
                        "R-brmsmargins",
                        "R-pandoc",
                        "R-dockerfiler",
                        "R-RMariaDB",
                        "R-generics",
                        "R-ggExtra",
                        "R-ggthemes",
                        "R-gh",
                        "R-gitcreds",
                        "R-gmailr",
                        "R-clock",
                        "R-cli",
                        "R-ipumsr",
                        "R-pkgsearch",
                        "R-dplyr",
                        "R-quarto",
                        "R-arrow",
                        "R-tufte",
                        "R-fdasrvf",
                        "R-webfakes",
                        "R-ergm",
                        "R-riingo",
                        "R-rkeops",
                        "R-prettycode",
                        "R-progress",
                        "R-prt",
                        "R-bsicons",
                        "R-instantiate",
                        "R-waldo",
                        "R-callr",
                        "R-cereal",
                        "R-foghorn",
                        "R-htmltools",
                        "R-gptstudio",
                        "R-grafzahl",
                        "R-rsample",
                        "R-keyring",
                        "R-config",
                        "R-conflicted",
                        "R-rticles",
                        "R-whoami",
                        "R-parsedate",
                        "R-datawizard",
                        "R-duckplyr",
                        "R-rsconnect",
                        "R-scribe",
                        "R-oskeyring",
                        "R-skimr",
                        "R-gibasa",
                        "R-crosstable",
                        "R-fs",
                        "R-processx",
                        "R-rappdirs",
                        "R-shiny.i18n",
                        "R-shiny.semantic",
                        "R-readr",
                        "R-readxl",
                        "R-data.validator"
                    ]
                }
            ]
        },
        {
            "name": "R-winch",
            "portdir": "R/R-winch",
            "version": "0.1.1.9000",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-prof.github.io/winch",
            "description": "Portable native and joint stack traces",
            "long_description": "Portable native and joint stack traces",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-procmaps",
                        "R-CRAN-recommended",
                        "R-lifecycle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-RSQLite",
                        "R-magrittr",
                        "R-rlang",
                        "R-DBI",
                        "R-vctrs",
                        "R-purrr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-rlang"
                    ]
                }
            ]
        },
        {
            "name": "R-wildmeta",
            "portdir": "R/R-wildmeta",
            "version": "0.3.2",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://meghapsimatrix.github.io/wildmeta/index.html",
            "description": "Cluster wild bootstrapping for meta-analysis",
            "long_description": "Cluster wild bootstrapping for meta-analysis",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-sandwich",
                        "R-robumeta",
                        "R-metafor",
                        "R-clubSandwich"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-covr",
                        "R-mockery",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-future",
                        "R-future.apply",
                        "R-parallelly",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-WienR",
            "portdir": "R/R-WienR",
            "version": "0.3-15",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=WienR",
            "description": "Derivatives of the first-passage time density and cumulative distribution function, and random sampling from the (truncated) first-passage time distribution",
            "long_description": "Derivatives of the first-passage time density and cumulative distribution function, and random sampling from the (truncated) first-passage time distribution",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-widgetTools",
            "portdir": "R/R-widgetTools",
            "version": "1.82.0",
            "license": "LGPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bioconductor.org/packages/widgetTools",
            "description": "Create an interactive tcltk widget",
            "long_description": "This packages contains tools to support the construction of tcltk widgets.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Biobase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tkWidgets"
                    ]
                }
            ]
        },
        {
            "name": "R-widgetframe",
            "portdir": "R/R-widgetframe",
            "version": "0.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bhaskarvk.github.io/widgetframe",
            "description": "Htmlwidgets in responsive iframes",
            "long_description": "Htmlwidgets in responsive iframes",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-purrr",
                        "R-CRAN-recommended",
                        "R-magrittr",
                        "R-htmlwidgets",
                        "R-htmltools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-sf"
                    ]
                }
            ]
        },
        {
            "name": "R-widals",
            "portdir": "R/R-widals",
            "version": "0.6.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=widals",
            "description": "Weighting by Inverse Distance with Adaptive Least Squares",
            "long_description": "Weighting by Inverse Distance with Adaptive Least Squares",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-snowfall",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-SSsimple"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-whoami",
            "portdir": "R/R-whoami",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/r-lib/whoami",
            "description": "Username, full name, e-mail address, GitHub username of the current user",
            "long_description": "Username, full name, e-mail address, GitHub username of the current user",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-jsonlite",
                        "R-httr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-withr",
                        "R-testthat",
                        "R-covr",
                        "R-mockery"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rhub"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-cli",
                        "R-pkgsearch",
                        "R-fritools",
                        "R-lgr",
                        "R-pkgKitten",
                        "R-desc"
                    ]
                }
            ]
        },
        {
            "name": "R-whisker",
            "portdir": "R/R-whisker",
            "version": "0.4.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=whisker",
            "description": "Mustache for R, logicless templating",
            "long_description": "Mustache for R, logicless templating",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-markdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-pins",
                        "R-fauxpas",
                        "R-params",
                        "R-pkgdown",
                        "R-googleAnalyticsR",
                        "R-charlatan",
                        "R-usethis",
                        "R-distill",
                        "R-rebib",
                        "R-tfruns"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rsample",
                        "R-enrichwith"
                    ]
                }
            ]
        }
    ]
}