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

{
    "name": "R-reporter",
    "portdir": "R/R-reporter",
    "version": "1.4.4",
    "license": "public-domain",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://reporter.r-sassy.org",
    "description": "Functions to create regulatory-style statistical reports",
    "long_description": "Functions to create regulatory-style statistical reports",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-common",
                "R-fmtr",
                "R-CRAN-recommended",
                "R-jpeg",
                "R-zip",
                "R-withr",
                "R-stringi",
                "R-crayon",
                "R-glue"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-devEMF",
                "R-survminer",
                "R-libr",
                "R-logr",
                "R-magrittr",
                "R-dplyr",
                "R-tidyr",
                "R-ggplot2",
                "R-gridExtra",
                "R-knitr",
                "R-testthat",
                "R-rmarkdown",
                "R-readr",
                "R-covr",
                "R-patchwork"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-procs",
                "R-sassy"
            ]
        }
    ]
}