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

{
    "name": "R-explore",
    "portdir": "R/R-explore",
    "version": "1.3.3",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rolkra.github.io/explore",
    "description": "Exploratory data analysis simplified",
    "long_description": "Exploratory data analysis simplified",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-rlang",
                "R-stringr",
                "R-tibble",
                "R-dplyr",
                "R-ggplot2",
                "R-gridExtra",
                "R-shiny",
                "R-DT",
                "R-rmarkdown",
                "R-forcats",
                "R-plotly",
                "R-rpart.plot",
                "R-CRAN-recommended",
                "R-palmerpenguins",
                "R-cli",
                "R-magrittr"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-knitr",
                "R-testthat",
                "R-randomForest",
                "R-xgboost"
            ]
        }
    ],
    "depends_on": []
}