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

{
    "name": "R-foghorn",
    "portdir": "R/R-foghorn",
    "version": "1.6.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fmichonneau.github.io/foghorn",
    "description": "R package to summarize CRAN check results in the Terminal",
    "long_description": "R package to summarize CRAN check results in the Terminal",
    "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-rlang",
                "R-xml2",
                "R-tibble",
                "R-rvest",
                "R-httr2",
                "R-CRAN-recommended",
                "R-cli",
                "R-curl"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-withr",
                "R-dplyr",
                "R-progress",
                "R-knitr",
                "R-testthat",
                "R-rmarkdown",
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "R-devtools"
            ]
        }
    ]
}