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

{
    "name": "R-text2map",
    "portdir": "R/R-text2map",
    "version": "0.2.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gitlab.com/culturalcartography/text2map",
    "description": "R tools for text matrices, embeddings and networks",
    "long_description": "R tools for text matrices, embeddings and networks",
    "active": true,
    "categories": [
        "textproc",
        "science",
        "R"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-tibble",
                "R-dplyr",
                "R-igraph",
                "R-doParallel",
                "R-foreach",
                "R-permute",
                "R-qgraph",
                "R-fastmatch",
                "R-kit",
                "R-text2vec",
                "R-rsvd",
                "R-ClusterR",
                "R-CRAN-recommended",
                "R-rlang",
                "R-stringi"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-testthat",
                "R-quanteda",
                "R-tm"
            ]
        }
    ],
    "depends_on": []
}