HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52358,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=257",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=255",
"results": [
{
"name": "R-ICsurv",
"portdir": "R/R-ICsurv",
"version": "1.0.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ICsurv",
"description": "Semi-parametric regression analysis of interval-censored data",
"long_description": "Semi-parametric regression analysis of interval-censored data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-matrixcalc",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ICcalib"
]
}
]
},
{
"name": "R-ICcalib",
"portdir": "R/R-ICcalib",
"version": "1.0.8",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ICcalib",
"description": "Cox model with interval-censored starting time of a covariate",
"long_description": "Cox model with interval-censored starting time of a covariate",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-numDeriv",
"R-fitdistrplus",
"R-icenReg",
"R-Rcpp",
"R-ICsurv",
"R-CRAN-recommended",
"R-msm",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-CopulaCenR",
"portdir": "R/R-CopulaCenR",
"version": "1.2.3",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=CopulaCenR",
"description": "Copula-based regression models for multivariate censored data",
"long_description": "Copula-based regression models for multivariate censored data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-corpcor",
"R-pracma",
"R-copula",
"R-plotly",
"R-caret",
"R-magrittr",
"R-flexsurv",
"R-VineCopula",
"R-copBasic",
"R-CRAN-recommended",
"R-icenReg",
"R-foreach"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "uacme",
"portdir": "security/uacme",
"version": "1.8.0",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ndilieto/uacme",
"description": "ACMEv2 client written in plain C with minimal dependencies",
"long_description": "lightweight client for the RFC8555 ACMEv2 protocol, written in plain C with minimal dependencies (libcurl and OpenSSL).",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "lmkrawiec",
"github": "lmkra",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"pkgconfig",
"asciidoc",
"autoconf",
"automake",
"libtool"
]
},
{
"type": "lib",
"ports": [
"curl",
"openssl"
]
}
],
"depends_on": []
},
{
"name": "R-quantregForest",
"portdir": "R/R-quantregForest",
"version": "1.3-7",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lorismichel/quantregForest",
"description": "Quantile Regression Forests",
"long_description": "Quantile Regression Forests",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc14",
"libgcc",
"R-RColorBrewer",
"R-randomForest"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown",
"R-gss"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-probably",
"R-tidyfit"
]
}
]
},
{
"name": "py311-overrides",
"portdir": "python/py-overrides",
"version": "7.7.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mkorpela/overrides",
"description": "A decorator to automatically detect mismatch when overriding a method",
"long_description": "A decorator to automatically detect mismatch when overriding a method. See http://stackoverflow.com/questions/1167617/in-python-how-do-i-indicate-im-overriding-a-method",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-nose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-jupyter_server"
]
}
]
},
{
"name": "py310-overrides",
"portdir": "python/py-overrides",
"version": "7.7.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mkorpela/overrides",
"description": "A decorator to automatically detect mismatch when overriding a method",
"long_description": "A decorator to automatically detect mismatch when overriding a method. See http://stackoverflow.com/questions/1167617/in-python-how-do-i-indicate-im-overriding-a-method",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-setuptools",
"py310-wheel",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "test",
"ports": [
"py310-nose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-jupyter_server"
]
},
{
"type": "run",
"ports": [
"py310-allennlp"
]
}
]
},
{
"name": "py311-aiosqlite",
"portdir": "python/py-aiosqlite",
"version": "0.21.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/omnilib/aiosqlite",
"description": "asyncio bridge to the standard sqlite3 module",
"long_description": "aiosqlite provides a friendly, async interface to sqlite databases. It replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, plus context managers for automatically closing connections and cursors.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-typing_extensions",
"py311-flit_core",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-aiofiles",
"portdir": "python/py-aiofiles",
"version": "25.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Tinche/aiofiles",
"description": "File support for asyncio.",
"long_description": "File support for asyncio.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-hatch-vcs"
]
}
],
"depends_on": []
},
{
"name": "py311-python-dotenv",
"portdir": "python/py-python-dotenv",
"version": "1.2.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/theskumar/python-dotenv",
"description": "Add .env support to your django/flask apps in development and deployments",
"long_description": "Add .env support to your django/flask apps in development and deployments Reads the key-value pair from .env file and adds them to environment variable. It is great for managing app settings during development and in production using 12-factor principles.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 172
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-click"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-ipython",
"py311-sh"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py311-pydantic_settings"
]
},
{
"type": "lib",
"ports": [
"docker-compose",
"py311-pytest-dotenv"
]
}
]
},
{
"name": "R-sqliteutils",
"portdir": "R/R-sqliteutils",
"version": "0.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=sqliteutils",
"description": "Utility functions for SQLite",
"long_description": "Utility functions for SQLite",
"active": true,
"categories": [
"databases",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-dbplyr",
"R-RSQLite",
"R-CRAN-recommended",
"R-magrittr",
"R-DBI"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-r6methods",
"portdir": "R/R-r6methods",
"version": "0.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=r6methods",
"description": "Add methods to R6 class definition",
"long_description": "Add methods to R6 class definition",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-stringr",
"R-dplyr",
"R-purrr",
"R-shiny",
"R-miniUI",
"R-rstudioapi",
"R-CRAN-recommended",
"R-magrittr",
"R-glue"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-R6",
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-prodest",
"portdir": "R/R-prodest",
"version": "1.0.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=prodest",
"description": "Production function estimation",
"long_description": "Production function estimation",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-AER",
"R-DEoptim",
"R-CRAN-recommended",
"R-dplyr",
"R-Rsolnp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-primefactr",
"portdir": "R/R-primefactr",
"version": "0.1.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=primefactr",
"description": "Use prime factorization for simplifying computations",
"long_description": "Use prime factorization for simplifying computations",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-covr"
]
}
],
"depends_on": []
},
{
"name": "R-polyCub",
"portdir": "R/R-polyCub",
"version": "0.9.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bastistician/polyCub",
"description": "Cubature over polygonal domains",
"long_description": "Cubature over polygonal domains",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-sp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-markdown",
"R-microbenchmark",
"R-sf",
"R-spatstat.geom",
"R-cubature",
"R-mvtnorm",
"R-statmod",
"R-knitr"
]
}
],
"depends_on": []
},
{
"name": "R-nestfs",
"portdir": "R/R-nestfs",
"version": "1.0.3",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mcol/nestfs",
"description": "Cross-validated (nested) forward selection",
"long_description": "Cross-validated (nested) forward selection",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dgof",
"R-CRAN-recommended",
"R-pROC"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-mme",
"portdir": "R/R-mme",
"version": "0.1-6",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=mme",
"description": "Multinomial mixed effects models",
"long_description": "Fit Gaussian multinomial mixed-effects models for small area estimation.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-mblm",
"portdir": "R/R-mblm",
"version": "0.12.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=mblm",
"description": "Median-Based Linear Models",
"long_description": "Median-Based Linear Models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-TSS.RESTREND"
]
}
]
},
{
"name": "R-lorenz",
"portdir": "R/R-lorenz",
"version": "0.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=lorenz",
"description": "Tools for deriving income inequality estimates from grouped income data",
"long_description": "Tools for deriving income inequality estimates from grouped income data",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dineq",
"R-CRAN-recommended",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-logiBin",
"portdir": "R/R-logiBin",
"version": "0.3",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=logiBin",
"description": "Binning variables to use in logistic regression",
"long_description": "Binning variables to use in logistic regression",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-doParallel",
"R-foreach",
"R-partykit",
"R-CRAN-recommended",
"R-data.table",
"R-iterators"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-lmodel2",
"portdir": "R/R-lmodel2",
"version": "1.7-3",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=lmodel2",
"description": "Model II regression",
"long_description": "Model II regression",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ggpmisc",
"R-treeclim"
]
},
{
"type": "test",
"ports": [
"R-broom"
]
}
]
},
{
"name": "R-lassoshooting",
"portdir": "R/R-lassoshooting",
"version": "0.1.5-1.1",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=lassoshooting",
"description": "L1-regularized regression (lasso) solver using the cyclic coordinate descent algorithm",
"long_description": "L1-regularized regression (lasso) solver using the cyclic coordinate descent algorithm",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc14",
"libgcc"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-clogitLasso",
"R-gtop"
]
}
]
},
{
"name": "R-holiglm",
"portdir": "R/R-holiglm",
"version": "1.0.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=holiglm",
"description": "Holistic generalized linear models",
"long_description": "Holistic generalized linear models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-SuppDists",
"R-ROI",
"R-ROI.plugin.ecos",
"R-CRAN-recommended",
"R-checkmate",
"R-slam"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown",
"R-tinytest",
"R-DiagrammeR",
"R-bookdown",
"R-ROI.plugin.scs"
]
}
],
"depends_on": []
},
{
"name": "R-gtop",
"portdir": "R/R-gtop",
"version": "0.2.0",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=gtop",
"description": "Game-Theoretically OPtimal (GTOP) reconciliation method",
"long_description": "Game-Theoretically OPtimal (GTOP) reconciliation method",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-lassoshooting",
"R-quadprog",
"R-CRAN-recommended",
"R-hts"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-dng",
"portdir": "R/R-dng",
"version": "0.2.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=dng",
"description": "Distributions and Gradients",
"long_description": "Distributions and Gradients",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-dineq",
"portdir": "R/R-dineq",
"version": "0.1.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=dineq",
"description": "Decomposition of (income) inequality",
"long_description": "Decomposition of (income) inequality",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Hmisc",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-lorenz"
]
}
]
},
{
"name": "R-clogitLasso",
"portdir": "R/R-clogitLasso",
"version": "1.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=clogitLasso",
"description": "Sparse conditional logistic regression for matched studies",
"long_description": "Sparse conditional logistic regression for matched studies",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-foreach",
"R-lassoshooting",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-bigsplines",
"portdir": "R/R-bigsplines",
"version": "1.1-1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bigsplines",
"description": "Smoothing splines for large samples",
"long_description": "Fits smoothing spline regression models using scalable algorithms designed for large samples.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"libgcc14",
"libgcc",
"R-quadprog",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-autoTS",
"portdir": "R/R-autoTS",
"version": "0.9.11",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=autoTS",
"description": "Automatic model selection and prediction for univariate time series",
"long_description": "Automatic model selection and prediction for univariate time series",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-dplyr",
"R-tidyr",
"R-ggplot2",
"R-lubridate",
"R-shiny",
"R-forecast",
"R-prophet",
"R-plotly",
"R-shinycssloaders",
"R-CRAN-recommended",
"R-RcppRoll",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-stringr",
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-TSS.RESTREND",
"portdir": "R/R-TSS.RESTREND",
"version": "0.3.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=TSS.RESTREND",
"description": "Time Series Segmentation of Residual Trends",
"long_description": "Time Series Segmentation of Residual Trends",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-broom",
"R-strucchange",
"R-bfast",
"R-mblm",
"R-CRAN-recommended",
"R-RcppRoll",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-car",
"R-rgl"
]
}
],
"depends_on": []
},
{
"name": "R-ROI.plugin.scs",
"portdir": "R/R-ROI.plugin.scs",
"version": "1.1-2",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/roigrp/solver/ROI.plugin.scs",
"description": "SCS plug-in for the R Optimization Infrastructure",
"long_description": "SCS plug-in for the R Optimization Infrastructure",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ROI",
"R-slam",
"R-CRAN-recommended",
"R-scs"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-holiglm"
]
}
]
},
{
"name": "R-ROI.plugin.ecos",
"portdir": "R/R-ROI.plugin.ecos",
"version": "1.0-2",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/roigrp/solver/ROI.plugin.ecos",
"description": "ECOS plug-in for the R Optimization Infrastructure",
"long_description": "ECOS plug-in for the R Optimization Infrastructure",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ROI",
"R-slam",
"R-CRAN-recommended",
"R-ECOSolveR"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-holiglm"
]
},
{
"type": "test",
"ports": [
"R-detectseparation"
]
}
]
},
{
"name": "R-NCA",
"portdir": "R/R-NCA",
"version": "4.0.1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.erim.eur.nl/necessary-condition-analysis",
"description": "Necessary Condition Analysis",
"long_description": "Necessary Condition Analysis",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-iterators",
"R-doParallel",
"R-foreach",
"R-quantreg",
"R-gplots",
"R-lpSolve",
"R-plotly",
"R-CRAN-recommended",
"R-truncnorm",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-DstarM",
"portdir": "R/R-DstarM",
"version": "0.4.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=DstarM",
"description": "Analyze two choice reaction time data with the D*M method",
"long_description": "Analyze two choice reaction time data with the D*M method",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-RWiener",
"R-rtdists",
"R-DEoptim",
"R-CRAN-recommended",
"libgcc14",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-DPtree",
"portdir": "R/R-DPtree",
"version": "1.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=DPtree",
"description": "Dirichlet-based Polya Tree",
"long_description": "Contains functions to perform copula estimation by the non-parametric Bayesian method, Dirichlet-based Polya tree.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-MCMCpack",
"R-plyr",
"R-CRAN-recommended",
"R-Rdpack"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-DPP",
"portdir": "R/R-DPP",
"version": "0.1.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=DPP",
"description": "Inference of parameters of normal distributions from a mixture of normals",
"long_description": "This MCMC method takes a data numeric vector (Y) and assigns the elements of Y to a (potentially infinite) number of normal distributions. The individual normal distributions from a mixture of normals can be inferred.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-coda",
"R-CRAN-recommended",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-R.rsp"
]
}
],
"depends_on": []
},
{
"name": "R-BTdecayLasso",
"portdir": "R/R-BTdecayLasso",
"version": "0.1.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BTdecayLasso",
"description": "Bradley–Terry model with exponential time decayed log-likelihood and adaptive lasso",
"long_description": "Bradley–Terry model with exponential time decayed log-likelihood and adaptive lasso",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-optimx",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "socnetv",
"portdir": "science/socnetv",
"version": "3.6",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://socnetv.org/",
"description": "Social Network Visualizer",
"long_description": "Social Network Visualizer (SocNetV) is a cross-platform, user-friendly free graphical software application for social network analysis and visualization.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "szhorvat",
"github": "szhorvat",
"ports_count": 18
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"qt6-qttools",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"qt6-qtbase",
"qt6-qtcharts",
"qt6-qtsvg",
"qt6-qt5compat"
]
}
],
"depends_on": []
},
{
"name": "R-shiny.semantic",
"portdir": "R/R-shiny.semantic",
"version": "0.5.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://appsilon.github.io/shiny.semantic",
"description": "Semantic UI support for Shiny",
"long_description": "Semantic UI support for Shiny",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-purrr",
"R-shiny",
"R-htmlwidgets",
"R-CRAN-recommended",
"R-semantic.assets",
"R-R6",
"R-htmltools",
"R-glue",
"R-jsonlite",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-plotly",
"R-gapminder",
"R-leaflet",
"R-tibble",
"R-withr",
"R-dplyr",
"R-knitr",
"R-testthat",
"R-DT",
"R-markdown",
"R-rmarkdown",
"R-rcmdcheck",
"R-covr",
"R-mockery",
"R-lintr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-data.validator"
]
},
{
"type": "test",
"ports": [
"R-semantic.assets"
]
}
]
},
{
"name": "R-sdwd",
"portdir": "R/R-sdwd",
"version": "1.0.5",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=sdwd",
"description": "Sparse Distance Weighted Discrimination",
"long_description": "Sparse Distance Weighted Discrimination",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc14",
"libgcc"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-scrime",
"portdir": "R/R-scrime",
"version": "1.3.5",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=scrime",
"description": "Analysis of high-dimensional categorical data such as SNP data",
"long_description": "Analysis of high-dimensional categorical data such as SNP data",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-BayesSUR"
]
}
]
},
{
"name": "R-rtape",
"portdir": "R/R-rtape",
"version": "2.2",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mbq.me/rtape",
"description": "Manage and manipulate large collections of R objects stored as tape-like files",
"long_description": "Manage and manipulate large collections of R objects stored as tape-like files",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-ra4bayesmeta",
"portdir": "R/R-ra4bayesmeta",
"version": "1.0-8",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ra4bayesmeta",
"description": "Reference analysis for Bayesian meta-analysis",
"long_description": "Reference analysis for Bayesian meta-analysis",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-bayesmeta",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-piton",
"portdir": "R/R-piton",
"version": "1.0.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=piton",
"description": "Parsing of expression grammars in Rcpp",
"long_description": "Parsing of expression grammars in Rcpp",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-tidyxl"
]
}
]
},
{
"name": "R-perm",
"portdir": "R/R-perm",
"version": "1.0-0.4",
"license": "GPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=perm",
"description": "Exact or asymptotic permutation tests",
"long_description": "Exact or asymptotic permutation tests",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-coin"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-FHtest",
"R-asht",
"R-interval"
]
}
]
},
{
"name": "R-orders",
"portdir": "R/R-orders",
"version": "0.1.8",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=orders",
"description": "Sampling from k-th order statistics of new families of distributions",
"long_description": "Sampling from k-th order statistics of new families of distributions",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-actuar",
"R-gamlss.dist",
"R-Newdistns",
"R-CRAN-recommended",
"R-VGAM"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-libbib",
"portdir": "R/R-libbib",
"version": "1.6.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=libbib",
"description": "Various utilities for library science/assessment and cataloging",
"long_description": "Various utilities for library science/assessment and cataloging",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-xml2",
"R-stringr",
"R-pbapply",
"R-CRAN-recommended",
"R-curl",
"R-data.table"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-magrittr",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-assertr"
]
}
],
"depends_on": []
},
{
"name": "R-lessSEM",
"portdir": "R/R-lessSEM",
"version": "1.5.5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jhorzek.github.io/lessSEM",
"description": "Non-smooth regularization for structural equation models",
"long_description": "Non-smooth regularization for structural equation models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-RcppParallel",
"R-rlang",
"R-mvtnorm",
"R-numDeriv",
"R-stringr",
"R-tidyr",
"R-ggplot2",
"R-lavaan",
"R-CRAN-recommended",
"libgcc14",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown",
"R-Rsolnp",
"R-plotly"
]
}
],
"depends_on": []
},
{
"name": "R-interval",
"portdir": "R/R-interval",
"version": "1.1-1.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=interval",
"description": "Weighted logrank tests and NPMLE for interval-censored data",
"long_description": "Weighted logrank tests and NPMLE for interval-censored data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-Icens",
"R-perm",
"R-CRAN-recommended",
"R-MLEcens"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-coin"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-DCchoice",
"R-FHtest"
]
},
{
"type": "test",
"ports": [
"R-ReIns"
]
}
]
},
{
"name": "R-gamlss.mx",
"portdir": "R/R-gamlss.mx",
"version": "6.0-1",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=gamlss.mx",
"description": "Fit mixture distributions with GAMLSS",
"long_description": "Fit mixture distributions with GAMLSS",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-gamlss",
"R-gamlss.dist",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
}
]
}