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

{
    "name": "R-shinyalert",
    "portdir": "R/R-shinyalert",
    "version": "3.0.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://daattali.com/shiny/shinyalert-demo",
    "description": "Easily create pretty pop-up messages (modals) in Shiny",
    "long_description": "Easily create pretty pop-up messages (modals) in Shiny",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-knitr",
                "R-shiny",
                "R-uuid",
                "R-htmltools"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-colourpicker",
                "R-shinydisconnect"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "R-bayesbr"
            ]
        }
    ]
}