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

{
    "name": "R-transformr",
    "portdir": "R/R-transformr",
    "version": "0.1.5",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/thomasp85/transformr",
    "description": "Polygon and path transformations",
    "long_description": "Polygon and path transformations",
    "active": true,
    "categories": [
        "science",
        "R",
        "geometry"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-vctrs",
                "R-tweenr",
                "R-lpSolve",
                "R-sf",
                "R-CRAN-recommended",
                "R-cpp11",
                "R-rlang"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-magrittr",
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-gganimate",
                "R-ordbetareg"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-tidybayes"
            ]
        }
    ]
}