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

{
    "name": "R-RQuantLib",
    "portdir": "R/R-RQuantLib",
    "version": "0.4.24",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dirk.eddelbuettel.com/code/rquantlib.html",
    "description": "R interface to the QuantLib library",
    "long_description": "R interface to the QuantLib library",
    "active": true,
    "categories": [
        "science",
        "finance",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-Rcpp",
                "R-CRAN-recommended",
                "QuantLib",
                "R-zoo",
                "boost181"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-shiny",
                "R-tinytest",
                "R-rgl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "R-bizdays",
                "R-rtsdata"
            ]
        }
    ]
}