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

{
    "name": "R-brio",
    "portdir": "R/R-brio",
    "version": "1.1.5",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://brio.r-lib.org",
    "description": "Basic R input–output",
    "long_description": "Functions to handle basic input–output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.",
    "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-testthat",
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-testthat",
                "R-downlit",
                "R-bigrquery"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-tibble",
                "R-dm",
                "R-duckplyr",
                "R-cpp11"
            ]
        }
    ]
}