GET /api/v1/ports/R-workflowsets/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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": 2558
        }
    ],
    "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"
            ]
        }
    ]
}