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

{
    "name": "R-yardstick",
    "portdir": "R/R-yardstick",
    "version": "1.3.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://yardstick.tidymodels.org",
    "description": "Tidy characterizations of model performance",
    "long_description": "Tidy tools for quantifying how well model fits to a data set such as confusion matrices, class probability curve summaries and regression metrics.",
    "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-lifecycle",
                "R-vctrs",
                "R-tibble",
                "R-withr",
                "R-dplyr",
                "R-generics",
                "R-tidyselect",
                "R-hardhat",
                "R-CRAN-recommended",
                "R-cli",
                "R-rlang"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-crayon",
                "R-tidyr",
                "R-ggplot2",
                "R-knitr",
                "R-testthat",
                "R-rmarkdown",
                "R-covr",
                "R-probably"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-fastTS",
                "R-diceR",
                "R-tune",
                "R-probably",
                "R-vip",
                "R-tidymodels",
                "R-modeltime",
                "R-tidyfit"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-vetiver",
                "R-stacks",
                "R-baguette",
                "R-finetune",
                "R-tidydann",
                "R-garma",
                "R-tidyposterior",
                "R-timetk",
                "R-workflowsets"
            ]
        }
    ]
}