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

{
    "name": "R-debugme",
    "portdir": "R/R-debugme",
    "version": "1.2.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://r-lib.github.io/debugme",
    "description": "Debug R packages",
    "long_description": "Debug R packages",
    "active": true,
    "categories": [
        "devel",
        "science",
        "R"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "R",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-CRAN-recommended",
                "R-crayon"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-mockery",
                "R-R6",
                "R-withr",
                "R-testthat",
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-shinytest",
                "R-webdriver"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-processx",
                "R-matrixprofiler",
                "R-rhub",
                "R-pkgcache",
                "R-pkgdepends",
                "R-pillar",
                "R-DBItest",
                "R-batchtools"
            ]
        }
    ]
}