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

{
    "name": "R-paradox",
    "portdir": "R/R-paradox",
    "version": "1.0.1",
    "license": "LGPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://paradox.mlr-org.com",
    "description": "Define and work with parameter spaces for complex algorithms",
    "long_description": "Define and work with parameter spaces for complex algorithms",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-data.table",
                "R-checkmate",
                "R-mlr3misc",
                "R-CRAN-recommended",
                "R-R6",
                "R-backports"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-e1071",
                "R-knitr",
                "R-testthat",
                "R-lhs",
                "R-spacefillr",
                "R-mlr3learners"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-mlr3tuning",
                "R-bbotk",
                "R-mlr3learners",
                "R-mlr3",
                "R-mlr3mbo",
                "R-mlr3pipelines",
                "R-mlr3resampling"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-mlr3misc"
            ]
        }
    ]
}