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

{
    "name": "R-C50",
    "portdir": "R/R-C50",
    "version": "0.1.8",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://topepo.github.io/C5.0",
    "description": "C5.0 decision trees and rule-based models",
    "long_description": "C5.0 decision trees and rule-based models",
    "active": true,
    "categories": [
        "science",
        "math",
        "R"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-CRAN-recommended",
                "R-partykit",
                "R-Cubist"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-knitr",
                "R-testthat",
                "R-rmarkdown",
                "R-covr",
                "R-modeldata"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-imbalance",
                "R-noisemodel",
                "R-baguette"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-tidyrules",
                "R-tune",
                "R-rules",
                "R-plotmo",
                "R-SSLR",
                "R-parsnip"
            ]
        }
    ]
}