GET /api/v1/ports/R-kriging/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "R-kriging",
"portdir": "R/R-kriging",
"version": "1.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=kriging",
"description": "Ordinary Kriging",
"long_description": "An implementation of a simple and highly optimized ordinary kriging algorithm to plot geographical data.",
"active": true,
"categories": [
"science",
"gis",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-maps"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-metR"
]
}
]
}