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

{
    "name": "R-RcppExamples",
    "portdir": "R/R-RcppExamples",
    "version": "0.1.9",
    "license": "(GPL-2 or GPL-3)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dirk.eddelbuettel.com/code/rcpp.examples.html",
    "description": "Examples using Rcpp to interface R and C++",
    "long_description": "Examples using Rcpp to interface R and C++",
    "active": true,
    "categories": [
        "devel",
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "R",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-Rcpp",
                "R-CRAN-recommended"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        }
    ],
    "depends_on": []
}