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

{
    "name": "R-tglkmeans",
    "portdir": "R/R-tglkmeans",
    "version": "0.5.5",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://tanaylab.github.io/tglkmeans",
    "description": "Efficient implementation of k-means++ algorithm",
    "long_description": "Efficient implementation of k-means++ algorithm",
    "active": true,
    "categories": [
        "science",
        "math",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-cli",
                "R-magrittr",
                "R-plyr",
                "R-tibble",
                "R-dplyr",
                "R-purrr",
                "R-ggplot2",
                "R-future",
                "R-doRNG",
                "R-doFuture",
                "R-tgstat",
                "R-CRAN-recommended",
                "R-Rcpp",
                "R-RcppParallel"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-rlang",
                "R-withr",
                "R-knitr",
                "R-testthat",
                "R-rmarkdown",
                "R-covr"
            ]
        }
    ],
    "depends_on": []
}