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

{
    "name": "R-Rssa",
    "portdir": "R/R-Rssa",
    "version": "1.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/asl/rssa",
    "description": "Collection of methods for singular spectrum analysis",
    "long_description": "Collection of methods for singular spectrum analysis",
    "active": true,
    "categories": [
        "science",
        "math",
        "R"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-svd",
                "R-CRAN-recommended",
                "fftw-3",
                "R-forecast"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-irlba",
                "R-testthat",
                "R-RSpectra",
                "R-PRIMME"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-Rfssa"
            ]
        }
    ]
}