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

{
    "name": "R-quantities",
    "portdir": "R/R-quantities",
    "version": "0.2.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://r-quantities.github.io/quantities",
    "description": "Quantity calculus for R vectors",
    "long_description": "Quantity calculus for R vectors",
    "active": true,
    "categories": [
        "science",
        "math",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-Rcpp",
                "R-CRAN-recommended",
                "R-units",
                "R-errors"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-testthat",
                "R-rmarkdown",
                "R-vdiffr",
                "R-vctrs",
                "R-pillar",
                "R-dplyr",
                "R-tidyr",
                "R-ggplot2",
                "R-knitr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "R-constants"
            ]
        }
    ]
}