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

{
    "name": "R-tweenr",
    "portdir": "R/R-tweenr",
    "version": "2.0.3",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/thomasp85/tweenr",
    "description": "Interpolate data for smooth animations",
    "long_description": "Interpolate data for smooth animations",
    "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-vctrs",
                "R-farver",
                "R-CRAN-recommended",
                "R-cpp11",
                "R-magrittr"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-testthat",
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-gganimate",
                "R-ggforce",
                "R-transformr"
            ]
        }
    ]
}