GET /api/v1/ports/R-mockr/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "R-mockr",
"portdir": "R/R-mockr",
"version": "0.2.1.9021",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://krlmlr.github.io/mockr",
"description": "Mocking in R",
"long_description": "Provides a means to mock a package function, i.e., temporarily substitute it for testing.",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-withr",
"R-rlang"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-usethis",
"R-covr",
"R-fs",
"R-knitr",
"R-pkgload",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-dosearch",
"R-tibble",
"R-googledrive",
"R-gptstudio",
"R-stacks",
"R-dm",
"R-tidyverse",
"R-rprojroot"
]
}
]
}