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

{
    "name": "R-arulesViz",
    "portdir": "R/R-arulesViz",
    "version": "1.5.3",
    "license": "GPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mhahsler/arulesViz",
    "description": "Visualize association rules and frequent item sets",
    "long_description": "Visualize association rules and frequent item sets",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-tidyr",
                "R-ggplot2",
                "R-DT",
                "R-igraph",
                "R-visNetwork",
                "R-scatterplot3d",
                "R-plotly",
                "R-vcd",
                "R-seriation",
                "R-ggraph",
                "R-arules",
                "R-CRAN-recommended",
                "R-tibble",
                "R-dplyr"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-shiny",
                "R-shinythemes",
                "R-htmlwidgets",
                "R-tidygraph",
                "R-graph",
                "R-Rgraphviz"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-fdm2id"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-arules"
            ]
        }
    ]
}