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

{
    "name": "R-inline",
    "portdir": "R/R-inline",
    "version": "0.3.20",
    "license": "LGPL",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dirk.eddelbuettel.com/code/inline.html",
    "description": "Functions to inline C, C++, Fortran function calls",
    "long_description": "Functions to inline C, C++, Fortran function calls from R.",
    "active": true,
    "categories": [
        "devel",
        "science",
        "R"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2560
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "R",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-CRAN-recommended"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-Rcpp",
                "R-tinytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-rtkore",
                "R-pfr",
                "R-slasso",
                "R-rstan",
                "R-BMA",
                "R-cxxfunplus"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-RcppDE",
                "R-Rcpp",
                "R-Rmalschains",
                "R-dlib",
                "R-lolog",
                "R-RcppEigen",
                "R-RcppXPtrUtils"
            ]
        }
    ]
}