HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50475,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=712",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=710",
"results": [
{
"name": "bsd-games",
"portdir": "games/bsd-games",
"version": "3.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bsd-games.sourceforge.net",
"description": "Classic text mode games from UNIX folklore",
"long_description": "Classic text mode games from UNIX folklore",
"active": true,
"categories": [
"games"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 82
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "blink",
"portdir": "emulators/blink",
"version": "1.1.0",
"license": "ISC",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/jart/blink",
"description": "tiniest x86-64-linux emulator",
"long_description": "blink is a virtual machine that runs x86-64-linux programs on different operating systems and hardware architectures. It's designed to do the same thing as the qemu-x86_64 command, except that it is smaller, runs on any POSIX platform, runs 2x faster than qemu-x86_64 on some benchmarks, and is also faster at running ephemeral programs such as compilers.",
"active": true,
"categories": [
"emulators"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py311-automat",
"portdir": "python/py-automat",
"version": "25.4.16",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/glyph/automat",
"description": "A library for concise, idiomatic Python expression of finite-state automata",
"long_description": "Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-hatchling",
"py311-setuptools_scm",
"clang-18",
"py311-hatch-vcs",
"py311-build",
"py311-installer",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-setuptools"
]
},
{
"type": "run",
"ports": [
"py311-six",
"py311-attrs"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-pytest-benchmark",
"py311-twisted",
"py311-graphviz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-twisted"
]
}
]
},
{
"name": "py311-constantly",
"portdir": "python/py-constantly",
"version": "23.10.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/twisted/constantly",
"description": "A library that provides symbolic constant support",
"long_description": "A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"clang-18",
"py311-wheel",
"py311-versioneer"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-twisted"
]
}
]
},
{
"name": "py311-cssselect",
"portdir": "python/py-cssselect",
"version": "1.2.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/scrapy/cssselect",
"description": "cssselect parses CSS3 Selectors and translates them to XPath 1.0",
"long_description": "cssselect parses CSS3 Selectors and translates them to XPath 1.0. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-hypothesis",
"py311-pytest",
"py311-pytest-asyncio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-readability-lxml",
"py311-scrapy",
"py311-parsel",
"py311-leather",
"py311-urlwatch",
"py311-agate"
]
},
{
"type": "run",
"ports": [
"py311-pyquery"
]
}
]
},
{
"name": "py311-dispatcher",
"portdir": "python/py-dispatcher",
"version": "2.0.7",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/PyDispatcher",
"description": "python dispatcher mechanism for creating event models",
"long_description": "PyDispatcher provides the Python programmer with a multiple-producer-multiple-consumer signal-registration and routing infrastructure for use in multiple contexts.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "dh",
"github": "donkopotamus",
"ports_count": 10
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy"
]
}
]
},
{
"name": "py311-hyperlink",
"portdir": "python/py-hyperlink",
"version": "21.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-hyper/hyperlink",
"description": "A pure-Python implementation of immutable URLs",
"long_description": "Hyperlink is a pure-Python package and requires nothing but Python.",
"active": true,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-idna"
]
},
{
"type": "test",
"ports": [
"py311-hypothesis",
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-twisted",
"py311-treq"
]
}
]
},
{
"name": "py311-incremental",
"portdir": "python/py-incremental",
"version": "24.7.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/twisted/incremental",
"description": "A small library that versions your Python projects",
"long_description": "Incremental is a small library that versions your Python projects.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-18",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-click",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-twisted",
"py311-treq"
]
}
]
},
{
"name": "py311-itemadapter",
"portdir": "python/py-itemadapter",
"version": "0.12.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/itemadapter",
"description": "Common interface for data container classes",
"long_description": "The `ItemAdapter` class is a wrapper for data container objects, providing a common interface to handle objects of different types in an uniform manner, regardless of their underlying implementation.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-hatchling",
"py311-build",
"py311-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-scrapy",
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy",
"py311-itemloaders"
]
}
]
},
{
"name": "py311-itemloaders",
"portdir": "python/py-itemloaders",
"version": "1.3.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/itemloaders",
"description": "Base library for scrapy's ItemLoader",
"long_description": "Base library for scrapy's ItemLoader",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-jmespath",
"py311-itemadapter",
"py311-parsel",
"py311-w3lib"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-scrapy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy"
]
}
]
},
{
"name": "py311-m2r",
"portdir": "python/py-m2r",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/miyakogi/m2r",
"description": "Converts a markdown file including reStructuredText (rst) markups to a valid rst format",
"long_description": "M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"clang-18",
"py311-wheel",
"py311-setuptools",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-mistune",
"py311-docutils",
"py311-setuptools"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-mock",
"py311-pygments"
]
}
],
"depends_on": []
},
{
"name": "py311-parsel",
"portdir": "python/py-parsel",
"version": "1.10.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/scrapy/parsel/",
"description": "Extract data from HTML and XML using XPath and CSS selectors",
"long_description": "Extract data from HTML and XML using XPath and CSS selectors",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-pytest-runner",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-psutil",
"py311-lxml",
"py311-jmespath",
"py311-cssselect",
"py311-w3lib"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy",
"py311-itemloaders"
]
}
]
},
{
"name": "py311-protego",
"portdir": "python/py-protego",
"version": "0.5.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/Protego",
"description": "Protego is a pure-Python `robots.txt` parser with support for modern conventions.",
"long_description": "Protego is a pure-Python `robots.txt` parser with support for modern conventions.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy"
]
}
]
},
{
"name": "py311-pyhamcrest",
"portdir": "python/py-pyhamcrest",
"version": "2.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hamcrest/PyHamcrest",
"description": "Hamcrest framework for matcher objects",
"long_description": "Hamcrest framework for matcher objects",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"clang-18",
"py311-hatchling",
"py311-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-twisted"
]
}
]
},
{
"name": "py311-queuelib",
"portdir": "python/py-queuelib",
"version": "1.8.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/queuelib",
"description": "Collection of persistent (disk-based) queues",
"long_description": "Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib goals are speed and simplicity. It was originally part of the `Scrapy framework`_ and stripped out on its own library.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-hatchling"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy"
]
}
]
},
{
"name": "py311-scrapy",
"portdir": "python/py-scrapy",
"version": "2.13.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://scrapy.org/",
"description": "A high-level Web Crawling and Web Scraping framework",
"long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"py311-openssl",
"py311-service_identity",
"py311-tldextract",
"py311-defusedxml",
"py311-cssselect",
"py311-dispatcher",
"py311-itemadapter",
"py311-itemloaders",
"py311-parsel",
"py311-protego",
"py311-queuelib",
"py311-twisted",
"py311-w3lib",
"python311",
"py311-typing_extensions",
"py311-zopeinterface",
"py311-lxml",
"py311-cryptography"
]
},
{
"type": "run",
"ports": [
"scrapy_select"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-Pillow",
"py311-pexpect",
"py311-tldextract",
"py311-pytest-asyncio",
"py311-botocore",
"py311-jmespath",
"py311-sybil",
"py311-testfixtures"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-itemadapter",
"py311-itemloaders"
]
}
]
},
{
"name": "py311-sybil",
"portdir": "python/py-sybil",
"version": "9.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/simplistix/sybil",
"description": "Automated testing for the examples in your documentation.",
"long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-testfixtures",
"py311-scrapy"
]
}
]
},
{
"name": "py311-testfixtures",
"portdir": "python/py-testfixtures",
"version": "10.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/testfixtures/",
"description": "A collection of helpers and mock objects for tests",
"long_description": "A collection of helpers and mock objects for tests",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-service_identity",
"py311-sybil",
"py311-twisted",
"py311-zope-component"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-scrapy",
"py311-openid"
]
}
]
},
{
"name": "py311-twisted",
"portdir": "python/py-twisted",
"version": "24.11.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.twistedmatrix.com/",
"description": "An event-based Python framework for internet applications",
"long_description": "Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.",
"active": true,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
},
{
"name": "olv.bonnet",
"github": "",
"ports_count": 12
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-hatchling",
"py311-hatch-fancy-pypi-readme"
]
},
{
"type": "lib",
"ports": [
"py311-bcrypt",
"py311-automat",
"py311-constantly",
"python311",
"py311-incremental",
"py311-hyperlink",
"py311-setuptools",
"py311-typing_extensions",
"py311-attrs",
"py311-zopeinterface"
]
},
{
"type": "run",
"ports": [
"py311-pyhamcrest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy",
"py311-klein",
"py311-treq"
]
},
{
"type": "run",
"ports": [
"py311-autobahn"
]
},
{
"type": "test",
"ports": [
"py311-testfixtures",
"py311-automat"
]
}
]
},
{
"name": "py311-w3lib",
"portdir": "python/py-w3lib",
"version": "2.1.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/scrapy/w3lib",
"description": "Library of web-related functions",
"long_description": "Library of web-related functions",
"active": true,
"categories": [
"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-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-scrapy",
"py311-itemloaders",
"py311-parsel"
]
}
]
},
{
"name": "eigenmath",
"portdir": "math/eigenmath",
"version": "2024.06.20",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://georgeweigt.github.io",
"description": "Symbolic math app",
"long_description": "Symbolic math app",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "R-AdequacyModel",
"portdir": "R/R-AdequacyModel",
"version": "2.0.0",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AdequacyModel",
"description": "Adequacy of probabilistic models and general purpose optimization",
"long_description": "Adequacy of probabilistic models and general purpose optimization",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-Newdistns",
"R-NovelDistns",
"R-BGFD"
]
}
]
},
{
"name": "R-Amelia",
"portdir": "R/R-Amelia",
"version": "1.8.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gking.harvard.edu/amelia",
"description": "Program for missing data",
"long_description": "Program for missing data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"libgcc13",
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown",
"R-broom"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bmemLavaan"
]
},
{
"type": "test",
"ports": [
"R-merTools",
"R-mitml",
"R-betaMC",
"R-semTools",
"R-semmcci",
"R-modelsummary",
"R-manymome"
]
}
]
},
{
"name": "R-Brobdingnag",
"portdir": "R/R-Brobdingnag",
"version": "1.2-9",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/RobinHankin/Brobdingnag",
"description": "Very large numbers in R",
"long_description": "Very large numbers in R",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-funpca",
"R-eBsc",
"R-gmvarkit",
"R-bridgesampling",
"R-BMTAR"
]
}
]
},
{
"name": "R-DBI",
"portdir": "R/R-DBI",
"version": "1.2.3.9027",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dbi.r-dbi.org",
"description": "A database interface (DBI) definition for communication between R and RDBMSs",
"long_description": "A database interface (DBI) definition for communication between R and RDBMSs",
"active": true,
"categories": [
"databases",
"science",
"R"
],
"maintainers": [
{
"name": "kirill",
"github": "krlmlr",
"ports_count": 2
},
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-rprojroot",
"R-blob",
"R-dplyr",
"R-hms",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-dbplyr",
"R-downlit",
"R-covr",
"R-RSQLite",
"R-RMariaDB",
"R-DBItest",
"R-magrittr",
"R-xml2",
"R-glue"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-duckdbfs",
"R-RSQLite",
"R-SQLDataFrame",
"R-duckdb",
"R-VariantAnnotation",
"R-RSQL",
"R-SQL",
"R-jsontools",
"R-odbc",
"R-easydb",
"R-adbi",
"R-annotate",
"R-dm",
"R-repana",
"R-GenomicFeatures",
"R-RPostgres",
"R-BatchJobs",
"R-BiocFileCache",
"R-archivist",
"R-sf",
"R-DBItest",
"R-ChemmineR",
"R-RPostgreSQL",
"R-apsimx",
"R-mitools",
"R-bigrquery",
"R-RMariaDB",
"R-metrica",
"R-filehashSQLite",
"R-pool",
"R-dbx",
"R-RMySQL",
"R-virtuoso",
"R-duckplyr",
"R-sparklyr",
"R-sqlHelpers",
"R-sqldf",
"R-sqlhelper",
"R-sqliter",
"R-sqliteutils",
"R-biglm",
"R-dblog",
"R-dbplyr",
"R-censobr",
"R-AnnotationDbi",
"R-AnnotationForge",
"R-DECIPHER"
]
},
{
"type": "test",
"ports": [
"R-UCSC.utils",
"R-pillar",
"R-winch",
"R-R6P",
"R-rqdatatable",
"R-knitr",
"R-rquery",
"R-withr",
"R-caroline",
"R-dm",
"R-ipumsr",
"R-dplyr",
"R-arrow",
"R-rgdal",
"R-survey",
"R-glue",
"R-quantmod",
"R-cdata"
]
}
]
},
{
"name": "R-Newdistns",
"portdir": "R/R-Newdistns",
"version": "2.1",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=Newdistns",
"description": "Computes PDF, CDF, quantile, random numbers and measures of inference for 19 general families of distributions.",
"long_description": "Computes PDF, CDF, quantile, random numbers and measures of inference for 19 general families of distributions.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-AdequacyModel",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-orders"
]
}
]
},
{
"name": "R-SQUAREM",
"portdir": "R/R-SQUAREM",
"version": "2021.1",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=SQUAREM",
"description": "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms",
"long_description": "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ashr",
"R-GNE",
"R-codalm",
"R-lava"
]
}
]
},
{
"name": "R-anytime",
"portdir": "R/R-anytime",
"version": "0.3.10",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://dirk.eddelbuettel.com/code/anytime.html",
"description": "Anything to POSIXct or Date Converter",
"long_description": "Anything to POSIXct or Date Converter",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-BH",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tinytest",
"R-gettz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-tsibble",
"R-rtsdata",
"R-tidyRSS",
"R-timetk",
"R-shinyWidgets",
"R-tsbox"
]
}
]
},
{
"name": "R-ape",
"portdir": "R/R-ape",
"version": "5.8-1",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ape-package.ird.fr",
"description": "Analyses of phylogenetics and evolution",
"long_description": "Analyses of phylogenetics and evolution",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libgcc13",
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-digest"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-xml2",
"R-igraph",
"R-expm",
"R-gee",
"R-phangorn"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-FD",
"R-PVR",
"R-adegenet",
"R-alakazam",
"R-phyr",
"R-phylopath",
"R-vcfR",
"R-MCMCglmm",
"R-tidytree",
"R-apex",
"R-phangorn",
"R-BAMMtools",
"R-ggtree",
"R-distory",
"R-treeio",
"R-DHARMa",
"R-phylolm",
"R-caper",
"R-indelmiss",
"R-rr2"
]
},
{
"type": "test",
"ports": [
"R-ggimage",
"R-igraph",
"R-clue",
"R-brms",
"R-Seurat",
"R-tidygraph",
"R-netdiffuseR",
"R-fido"
]
}
]
},
{
"name": "R-arrApply",
"portdir": "R/R-arrApply",
"version": "2.2",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=arrApply",
"description": "Apply a function to a margin of an array",
"long_description": "Apply a function to a margin of an array",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bspline"
]
}
]
},
{
"name": "R-askpass",
"portdir": "R/R-askpass",
"version": "1.2.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/r-lib/askpass",
"description": "Safe password entry for R, Git and SSH",
"long_description": "Safe password entry for R, Git and SSH",
"active": true,
"categories": [
"net",
"science",
"security",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-sys",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-gert",
"R-keyring",
"R-easydb",
"R-ssh",
"R-qpdf",
"R-credentials",
"R-gpg",
"R-openssl"
]
},
{
"type": "test",
"ports": [
"R-rtweet",
"R-httr2",
"R-oskeyring"
]
}
]
},
{
"name": "R-astsa",
"portdir": "R/R-astsa",
"version": "2.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dsstoffer.github.io",
"description": "Applied Statistical Time Series Analysis",
"long_description": "Applied Statistical Time Series Analysis",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-tswge",
"R-ctsfeatures",
"R-bayesforecast",
"R-ForeCA"
]
},
{
"type": "test",
"ports": [
"R-VLMC"
]
}
]
},
{
"name": "R-base64url",
"portdir": "R/R-base64url",
"version": "1.4",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=base64url",
"description": "Fast and URL-safe Base64 encoder/decoder",
"long_description": "Fast and URL-safe Base64 encoder/decoder",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-backports",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-batchtools",
"R-txtq",
"R-drake",
"R-targets",
"R-safer"
]
}
]
},
{
"name": "R-bayesQR",
"portdir": "R/R-bayesQR",
"version": "2.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bayesQR",
"description": "Bayesian Quantile Regression",
"long_description": "Bayesian Quantile Regression using the asymmetric Laplace distribution, both continuous as well as binary dependent variables are supported.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16",
"gcc13"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-bayestestR"
]
}
]
},
{
"name": "R-bayescopulareg",
"portdir": "R/R-bayescopulareg",
"version": "0.1.3",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bayescopulareg",
"description": "Bayesian copula regression",
"long_description": "Bayesian copula regression",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-RcppDist",
"R-mvtnorm",
"libgcc",
"R-CRAN-recommended",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-bayesm",
"portdir": "R/R-bayesm",
"version": "3.1-6",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bayesm",
"description": "Bayesian inference for marketing and micro-econometrics",
"long_description": "Bayesian inference for marketing and micro-econometrics",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-mvProbit",
"R-compositions",
"R-telescope",
"R-BGVAR"
]
},
{
"type": "test",
"ports": [
"R-rrMixture",
"R-MCMCglmm",
"R-echoice2",
"R-idefix"
]
}
]
},
{
"name": "R-bayestestR",
"portdir": "R/R-bayestestR",
"version": "0.15.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://easystats.github.io/bayestestR",
"description": "Understand and describe Bayesian models and posterior distributions",
"long_description": "Understand and describe Bayesian models and posterior distributions",
"active": true,
"categories": [
"science",
"math",
"R",
"economics"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-insight",
"R-datawizard"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-modelbased",
"R-parameters",
"R-performance",
"R-ggplot2",
"R-knitr",
"R-rstan",
"R-testthat",
"R-bayesplot",
"R-blavaan",
"R-bridgesampling",
"R-brms",
"R-lavaan",
"R-lme4",
"R-posterior",
"R-rmarkdown",
"R-rstanarm",
"R-ggdist",
"R-httr",
"R-quadprog",
"R-betareg",
"R-gamm4",
"R-see",
"R-emmeans",
"R-patchwork",
"R-logspline",
"R-httr2",
"R-mclust",
"R-tweedie",
"R-BayesFactor",
"R-glmmTMB",
"R-mediation",
"R-ordbetareg",
"R-BH",
"R-RcppEigen",
"R-curl",
"R-bayesQR",
"R-effectsize"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bayesMeanScale",
"R-SSVS",
"R-see",
"R-multilevelcoda",
"R-correlation",
"R-effectsize",
"R-parameters",
"R-brmsmargins",
"R-report",
"R-sjPlot",
"R-easystats",
"R-modelbased",
"R-performance"
]
},
{
"type": "test",
"ports": [
"R-ggeffects",
"R-insight",
"R-datawizard",
"R-statsExpressions",
"R-emmeans",
"R-ordbetareg"
]
}
]
},
{
"name": "R-bspline",
"portdir": "R/R-bspline",
"version": "2.2.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MathsCell/bspline",
"description": "B-spline interpolation and regression",
"long_description": "B-spline interpolation and regression",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-arrApply",
"R-nlsic",
"libgcc13",
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-RUnit"
]
}
],
"depends_on": []
},
{
"name": "R-chron",
"portdir": "R/R-chron",
"version": "2.3-61",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=chron",
"description": "Chronological objects which can handle dates and times",
"long_description": "Chronological objects which can handle dates and times",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-zoo",
"R-ggplot2",
"R-scales"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-qdapTools",
"R-sqldf",
"R-rugarch",
"R-dga"
]
},
{
"type": "test",
"ports": [
"R-zoo",
"R-FinTS",
"R-xts",
"R-Hmisc",
"R-lubridate",
"R-htmlTable",
"R-gsubfn",
"R-lattice"
]
}
]
},
{
"name": "R-coda",
"portdir": "R/R-coda",
"version": "0.19-4.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=coda",
"description": "Output analysis and diagnostics for MCMC",
"long_description": "Provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-statnet.common",
"R-BayesFactor",
"R-BayesLN",
"R-BayesianTools",
"R-BiDAG",
"R-CircSpaceTime",
"R-llbayesireg",
"R-DPP",
"R-BFpack",
"R-bayesSurv",
"R-FME",
"R-MCMCvis",
"R-MixSIAR",
"R-telefit",
"R-tergm",
"R-yuima",
"R-zic",
"R-FAVAR",
"R-lcra",
"R-JointAI",
"R-stochvol",
"R-BANOVA",
"R-BCHM",
"R-BEND",
"R-BayesBinMix",
"R-BayesRS",
"R-BayesTools",
"R-BayesX",
"R-Bergm",
"R-MCMCpack",
"R-runMCMCbtadjust",
"R-spNNGP",
"R-spBayes",
"R-walker",
"R-spTimer",
"R-BGVAR",
"R-mixAK",
"R-pomp",
"R-tidybayes",
"R-neojags",
"R-R2jags",
"R-bamlss",
"R-broom.mixed",
"R-bayesmix",
"R-bayesvl",
"R-PLMIX",
"R-rtmpt",
"R-mcgibbsit",
"R-mcmcplots",
"R-mcmcr",
"R-mcp",
"R-RoBSA",
"R-rjags",
"R-spatialreg",
"R-miWQS",
"R-nimble",
"R-TreeBUGS",
"R-fmcmc",
"R-aihuman",
"R-bcgam",
"R-bayesDccGarch",
"R-bayesGARCH",
"R-bayesPO",
"R-bayescount",
"R-nlist",
"R-blatent",
"R-bpr",
"R-pcnetmeta",
"R-bssm",
"R-jagstargets",
"R-bvartools",
"R-countSTAR",
"R-ctmcd",
"R-diagis",
"R-elrm",
"R-fdasrvf",
"R-bnma",
"R-boral",
"R-ergm",
"R-bridgesampling",
"R-brokenstick",
"R-rjmcmc",
"R-fabMix",
"R-robustsae",
"R-apollo",
"R-btergm",
"R-compareMCMCs",
"R-RMark",
"R-gemtc",
"R-ggdmc",
"R-DPTM",
"R-RoBMA",
"R-hdpGLM",
"R-bartcs",
"R-icenReg",
"R-latentnet",
"R-lvmcomp",
"R-zoib",
"R-genMCMCDiag",
"R-BNSP",
"R-multinomialLogitMix",
"R-pexm",
"R-sphet",
"R-MplusAutomation",
"R-pompp",
"R-superdiag",
"R-Bayesrel",
"R-relevent",
"R-dclone",
"R-dcmle",
"R-rpm",
"R-cplm",
"R-runjags",
"R-R2OpenBUGS",
"R-R2WinBUGS",
"R-RcmdrPlugin.RMTCJags",
"R-jagsUI",
"R-UPG",
"R-JMbayes2",
"R-blavaan",
"R-bayesbr",
"R-metaBMA",
"R-trialr",
"R-spikeSlabGAM",
"R-emdbook",
"R-MCMCglmm",
"R-adaptMCMC",
"R-arm",
"R-brms"
]
},
{
"type": "test",
"ports": [
"R-bayesanova",
"R-HDInterval",
"R-bayest",
"R-womblR",
"R-pscl",
"R-R2BayesX",
"R-nimbleNoBounds",
"R-ggmcmc",
"R-shinystan",
"R-BVAR",
"R-amen",
"R-simpleMH",
"R-sirt",
"R-mvgam",
"R-emmeans",
"R-mcmcsae",
"R-zoo",
"R-texreg",
"R-spBFA",
"R-ergmito",
"R-modelbased",
"R-broom",
"R-factorstochvol",
"R-geoCount",
"R-bcp",
"R-nimbleAPT",
"R-rater",
"R-rstan",
"R-nimbleSCR",
"R-bayesianVARs"
]
}
]
},
{
"name": "R-collapse",
"portdir": "R/R-collapse",
"version": "2.0.18",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sebkrantz.github.io/collapse",
"description": "Advanced and fast data transformation",
"long_description": "Advanced and fast data transformation",
"active": true,
"categories": [
"science",
"math",
"R",
"economics"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tibble",
"R-withr",
"R-xts",
"R-zoo",
"R-dplyr",
"R-ggplot2",
"R-knitr",
"R-scales",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-microbenchmark",
"R-plm",
"R-vars",
"R-fixest",
"R-fastverse",
"R-kit",
"R-RcppArmadillo",
"R-RcppEigen",
"R-data.table",
"R-magrittr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-cheapr",
"R-aorsf",
"R-penppml",
"R-dfms",
"R-fastverse",
"R-timeplyr",
"R-fastplyr",
"R-plm"
]
},
{
"type": "test",
"ports": [
"R-ctsem",
"R-ordbetareg",
"R-labelr",
"R-mvgam",
"R-bsitar"
]
}
]
},
{
"name": "R-colorspace",
"portdir": "R/R-colorspace",
"version": "2.1-1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://colorspace.R-Forge.R-project.org",
"description": "Toolbox for manipulating and assessing colors and palettes",
"long_description": "Toolbox for manipulating and assessing colors and palettes",
"active": true,
"categories": [
"graphics",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-dplyr",
"R-RColorBrewer",
"R-ggplot2",
"R-knitr",
"R-scales",
"R-shiny",
"R-shinyjs",
"R-rmarkdown",
"R-viridis",
"R-kernlab",
"R-scico",
"R-vcd",
"R-rcartocolor",
"R-wesanderson",
"R-jpeg",
"R-png",
"R-mvtnorm"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bamlss",
"R-eRm",
"R-seriation",
"R-expectreg",
"R-frontiles",
"R-gptstudio",
"R-simsalapar",
"R-circlize",
"R-colorsGen",
"R-rms",
"R-semPlot",
"R-ComplexHeatmap",
"R-prefmod",
"R-qgraph",
"R-rainbow",
"R-heatmaply",
"R-RcmdrMisc",
"R-effects",
"R-ggblanket",
"R-HH",
"R-BayesX",
"R-smacof",
"R-hbamr",
"R-bayesianVARs",
"R-mixAK",
"R-vcd",
"R-TraMineRextras",
"R-copula",
"R-DepthProc",
"R-Hmisc",
"R-MCMCvis",
"R-R2BayesX",
"R-mcmcplots",
"R-Polychrome",
"R-TraMineR",
"R-ftsa",
"R-NMF",
"R-munsell",
"R-forecast",
"R-ggcharts",
"R-ggfan",
"R-cxhull",
"R-pals"
]
},
{
"type": "test",
"ports": [
"R-party",
"R-shades",
"R-tbm",
"R-DEoptim",
"R-cubble",
"R-viridis",
"R-TH.data",
"R-rasterVis",
"R-grImport",
"R-RandomFields",
"R-cotram",
"R-WRS2",
"R-mvord",
"R-lattice",
"R-Rcmdr",
"R-mlt.docreg",
"R-cgalMeshes",
"R-movMF",
"R-tram",
"R-ggplotify",
"R-hetGP",
"R-tourr",
"R-emojifont",
"R-tramnet",
"R-flexsurv"
]
}
]
},
{
"name": "R-crayon",
"portdir": "R/R-crayon",
"version": "1.5.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=crayon",
"description": "R package for colored terminal output",
"long_description": "R package for colored terminal output Now superseded by R-cli.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-rstudioapi",
"R-mockery",
"R-withr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-WeightIt",
"R-Structstrings",
"R-cobalt",
"R-colorDF",
"R-colt",
"R-lobstr",
"R-shiny",
"R-matrixset",
"R-S4Arrays",
"R-semtree",
"R-sfnetworks",
"R-sloop",
"R-CoTiMA",
"R-currr",
"R-cyclocomp",
"R-readr",
"R-debugme",
"R-deepRstudio",
"R-spaMM",
"R-usethis",
"R-systemPipeR",
"R-bruceR",
"R-fmtr",
"R-Biostrings",
"R-kanjistat",
"R-ino",
"R-Rdistance",
"R-jstor",
"R-TeXCheckR",
"R-shinytest",
"R-GDPuc",
"R-baggr",
"R-vroom",
"R-FFP",
"R-reporter",
"R-tatoo",
"R-tidyverse",
"R-GetoptLong",
"R-IRkernel",
"R-BCHM",
"R-lotri",
"R-garma",
"R-tidyfit",
"R-pkglite",
"R-GA",
"R-RprobitB",
"R-fetch",
"R-fiery",
"R-fpp2",
"R-fungible",
"R-future.tests",
"R-multidplyr",
"R-packagefinder",
"R-panelr",
"R-gfonts",
"R-covr",
"R-gmailr",
"R-gofCopula",
"R-diffobj",
"R-libr",
"R-disk.frame",
"R-plumber",
"R-unitizer",
"R-riingo",
"R-prettycode",
"R-progress",
"R-prt",
"R-robustbetareg",
"R-bsub",
"R-sommer",
"R-serp",
"R-chatAI4R"
]
},
{
"type": "test",
"ports": [
"R-hms",
"R-huxtable",
"R-haven",
"R-tibble",
"R-ipaddress",
"R-mark",
"R-yardstick",
"R-PMwR",
"R-fst",
"R-bruceR",
"R-dm",
"R-golem",
"R-gdsfmt",
"R-symengine",
"R-SeqArray",
"R-rlang",
"R-tidyselect",
"R-logging",
"R-progressr",
"R-ore",
"R-skimr",
"R-blob",
"R-cli",
"R-fabletools",
"R-ipumsr",
"R-crosstable",
"R-fs",
"R-lgr",
"R-tidytable",
"R-drake",
"R-lifecycle",
"R-lintr",
"R-exampletestr",
"R-measr",
"R-vctrs",
"R-multinma",
"R-rotor",
"R-glue",
"R-hardhat",
"R-vcr",
"R-xgboost"
]
}
]
},
{
"name": "R-cubature",
"portdir": "R/R-cubature",
"version": "2.1.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bnaras.github.io/cubature",
"description": "Adaptive multivariate integration over hypercubes",
"long_description": "Adaptive multivariate integration over hypercubes",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-benchr",
"R-mvtnorm",
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-np",
"R-hyper2",
"R-fMultivar",
"R-mvpd",
"R-BNSP",
"R-coga",
"R-inctools",
"R-SphericalCubature",
"R-MCMCglmm",
"R-yuima",
"R-GB2",
"R-MIRES",
"R-cooltools",
"R-calibrator",
"R-sfaR"
]
},
{
"type": "test",
"ports": [
"R-lfe",
"R-calculus",
"R-polyCub",
"R-docopulae",
"R-ppRep",
"R-fastR2",
"R-adace",
"R-mosaicCalc"
]
}
]
},
{
"name": "R-datawizard",
"portdir": "R/R-datawizard",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://easystats.github.io/datawizard",
"description": "Easy data wrangling and statistical transformations",
"long_description": "Easy data wrangling and statistical transformations",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-insight"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-modelbased",
"R-parameters",
"R-tibble",
"R-withr",
"R-dplyr",
"R-htmltools",
"R-readxl",
"R-tidyr",
"R-ggplot2",
"R-knitr",
"R-testthat",
"R-brms",
"R-lme4",
"R-rmarkdown",
"R-rstanarm",
"R-haven",
"R-httr",
"R-readr",
"R-gamm4",
"R-see",
"R-rio",
"R-emmeans",
"R-psych",
"R-gt",
"R-mediation",
"R-poorman",
"R-curl",
"R-data.table",
"R-bayestestR",
"R-effectsize"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-parameters",
"R-statsExpressions",
"R-correlation",
"R-effectsize",
"R-report",
"R-sjPlot",
"R-sjlabelled",
"R-sjmisc",
"R-bayestestR",
"R-sjstats",
"R-easystats",
"R-modelbased",
"R-performance",
"R-see"
]
},
{
"type": "test",
"ports": [
"R-insight",
"R-rempsyc",
"R-ggeffects"
]
}
]
},
{
"name": "R-desc",
"portdir": "R/R-desc",
"version": "1.4.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://r-lib.github.io/desc",
"description": "Manipulate DESCRIPTION files",
"long_description": "Tools to read, write, create and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-cli",
"R-R6"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-whoami",
"R-spelling",
"R-withr",
"R-callr",
"R-testthat",
"R-gh",
"R-covr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-testthat",
"R-usethis",
"R-altdoc",
"R-rcmdcheck",
"R-pkgbuild",
"R-jetpack",
"R-rhub",
"R-rworkflows",
"R-pkgdown",
"R-pkgdepends",
"R-DBItest",
"R-cloudfs",
"R-badger",
"R-fusen",
"R-pkgload",
"R-roxygen2",
"R-dockerfiler",
"R-attachment",
"R-rstantools",
"R-cyclocomp",
"R-devtools",
"R-downlit"
]
},
{
"type": "test",
"ports": [
"R-cpp11armadillo",
"R-cpp11",
"R-mark",
"R-pkgcache",
"R-fritools",
"R-lgr",
"R-pak",
"R-golem",
"R-armadillo",
"R-cpp11eigen",
"R-vcr"
]
}
]
},
{
"name": "R-glue",
"portdir": "R/R-glue",
"version": "1.8.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://glue.tidyverse.org",
"description": "Glue strings to data in R. Small, fast, dependency free interpreted string literals.",
"long_description": "Glue offers interpreted string literals that are small, fast and dependency-free. Glue does this by embedding R expressions in curly braces which are then evaluated and inserted into the argument string.",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-crayon",
"R-vctrs",
"R-withr",
"R-dplyr",
"R-knitr",
"R-testthat",
"R-waldo",
"R-rmarkdown",
"R-RSQLite",
"R-magrittr",
"R-rlang",
"R-DBI"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-duckdbfs",
"R-cardx",
"R-modelsummary",
"R-cards",
"R-rhub",
"R-tdcmStan",
"R-themis",
"R-tidyRSS",
"R-tidyindex",
"R-tidylog",
"R-tidyselect",
"R-tinkr",
"R-lifecycle",
"R-lintr",
"R-emayili",
"R-gt",
"R-gtsummary",
"R-LRMF3",
"R-vdiffr",
"R-broom",
"R-bigergm",
"R-cubble",
"R-statsExpressions",
"R-dynamite",
"R-distributions3",
"R-multinma",
"R-bsynth",
"R-rvec",
"R-gtable",
"R-modelenv",
"R-modeltime",
"R-pins",
"R-cloudfs",
"R-huxtable",
"R-pillar",
"R-tibbletime",
"R-Gmisc",
"R-erify",
"R-bayesplot",
"R-ODRF",
"R-ggsurvfit",
"R-dials",
"R-minioclient",
"R-PublicationBias",
"R-shinycssloaders",
"R-fiery",
"R-fixtuRes",
"R-forcats",
"R-biocthis",
"R-ftsa",
"R-fude",
"R-fusen",
"R-dfidx",
"R-pkgload",
"R-archive",
"R-bench",
"R-papaja",
"R-params",
"R-parsnip",
"R-dockerfiler",
"R-gargle",
"R-ggpp",
"R-gfonts",
"R-gganimate",
"R-ggmap",
"R-ggplot2",
"R-ggpubr",
"R-ggside",
"R-gh",
"R-tidyrules",
"R-googledrive",
"R-googlesheets4",
"R-dcm2",
"R-areal",
"R-cubelyr",
"R-gRim",
"R-didimputation",
"R-disk.frame",
"R-dplyr",
"R-tidytable",
"R-arrow",
"R-tsibbletalk",
"R-tune",
"R-einsum",
"R-attachment",
"R-ergm.multi",
"R-ustfd",
"R-riingo",
"R-poissonreg",
"R-fastadi",
"R-bundle",
"R-gridpattern",
"R-hardhat",
"R-waldo",
"R-quitte",
"R-ggdist",
"R-tidyclust",
"R-vcdExtra",
"R-vembedr",
"R-gptstudio",
"R-sitar",
"R-vsp",
"R-checkthat",
"R-rpymat",
"R-rsample",
"R-rvest",
"R-workflows",
"R-workflowsets",
"R-shiny",
"R-duckplyr",
"R-sparklyr",
"R-recipes",
"R-reprex",
"R-crosstable",
"R-sqlhelper",
"R-starter",
"R-stringr",
"R-sudachir",
"R-shiny.i18n",
"R-shiny.semantic",
"R-shinyauthr",
"R-shinydisconnect",
"R-shinyvalidate",
"R-censored",
"R-dblog",
"R-dbplyr",
"R-desirability2",
"R-vetiver",
"R-httr2",
"R-mlflow",
"R-usethis",
"R-stacks",
"R-bonsai",
"R-r6methods",
"R-ggpattern",
"R-iCARH",
"R-infer",
"R-ino",
"R-invertiforms",
"R-ivDiag",
"R-ivs",
"R-R6causal",
"R-jaggR",
"R-jsontools",
"R-WeibullFit",
"R-GDPuc",
"R-sift",
"R-dtplyr",
"R-DiagrammeR",
"R-bistablehistory",
"R-measr",
"R-alphavantager",
"R-anomalize",
"R-askgpt",
"R-brms",
"R-gtreg",
"R-mosaicCalc",
"R-textrecipes",
"R-tidyr",
"R-vctrs",
"R-vroom",
"R-dm",
"R-regport",
"R-reporter"
]
},
{
"type": "test",
"ports": [
"R-cpp11",
"R-scdhlm",
"R-pkgdepends",
"R-rlang",
"R-reticulate",
"R-pak",
"R-dipsaus",
"R-tidymodels",
"R-vizdraws",
"R-bigsnpr",
"R-webfakes",
"R-checker",
"R-interactions",
"R-DBI",
"R-ggthemes",
"R-ggtree",
"R-tidyverse",
"R-ggstats",
"R-common",
"R-mosaic",
"R-bsitar",
"R-RBesT",
"R-dashboardthemes",
"R-lgr",
"R-cli",
"R-SSVS",
"R-multibiasmeta",
"R-bruceR",
"R-htmlTable"
]
}
]
},
{
"name": "R-insight",
"portdir": "R/R-insight",
"version": "1.0.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://easystats.github.io/insight",
"description": "Easy access to model information for various model objects",
"long_description": "Easy access to model information for various model objects",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-curl",
"R-bayestestR",
"R-datawizard",
"R-rstantools",
"R-biglm",
"R-effectsize",
"R-modelbased",
"R-ordinal",
"R-parameters",
"R-performance",
"R-sandwich",
"R-statmod",
"R-survey",
"R-withr",
"R-knitr",
"R-testthat",
"R-blavaan",
"R-brms",
"R-lavaan",
"R-lme4",
"R-nonnest2",
"R-rmarkdown",
"R-rstanarm",
"R-broom",
"R-httr",
"R-rstudioapi",
"R-betareg",
"R-gamm4",
"R-lmtest",
"R-interp",
"R-mclogit",
"R-ggeffects",
"R-bdsmatrix",
"R-emmeans",
"R-quantreg",
"R-robustbase",
"R-blme",
"R-plm",
"R-psych",
"R-VGAM",
"R-bbmle",
"R-car",
"R-carData",
"R-lmerTest",
"R-pbkrtest",
"R-gam",
"R-logitr",
"R-parsnip",
"R-AER",
"R-mice",
"R-mlogit",
"R-rms",
"R-robustlmm",
"R-gbm",
"R-httr2",
"R-geepack",
"R-lavaSearch2",
"R-MCMCglmm",
"R-fixest",
"R-gmnl",
"R-mclust",
"R-tweedie",
"R-BayesFactor",
"R-TMB",
"R-bife",
"R-lfe",
"R-marginaleffects",
"R-gee",
"R-ivreg",
"R-pscl",
"R-clubSandwich",
"R-coxme",
"R-estimatr",
"R-metadat",
"R-metafor",
"R-glmmTMB",
"R-merTools",
"R-afex",
"R-gt",
"R-speedglm",
"R-MuMIn",
"R-cplm",
"R-glmtoolbox",
"R-metaBMA",
"R-logistf",
"R-poorman",
"R-crch",
"R-aod",
"R-gamlss.data",
"R-gamlss",
"R-nestedLogit",
"R-GLMMadaptive",
"R-geoR",
"R-truncreg",
"R-cgam",
"R-panelr",
"R-censReg",
"R-metaplus",
"R-mmrm",
"R-fungible",
"R-tinytable",
"R-JM",
"R-PROreg",
"R-epiR",
"R-feisr",
"R-httptest2",
"R-multgee",
"R-serp",
"R-WeightIt",
"R-BH",
"R-Rcpp",
"R-RcppEigen"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-parameters",
"R-modelsummary",
"R-mvgam",
"R-lavaanExtra",
"R-correlation",
"R-effectsize",
"R-ggeffects",
"R-bsitar",
"R-report",
"R-MuMIn",
"R-sjPlot",
"R-sjlabelled",
"R-sjmisc",
"R-bayestestR",
"R-datawizard",
"R-sjstats",
"R-marginaleffects",
"R-easystats",
"R-modelbased",
"R-performance",
"R-effects",
"R-see",
"R-multilevelcoda",
"R-cv",
"R-statsExpressions"
]
},
{
"type": "test",
"ports": [
"R-rempsyc",
"R-ivreg",
"R-gtsummary"
]
}
]
},
{
"name": "R-lifecycle",
"portdir": "R/R-lifecycle",
"version": "1.0.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lifecycle.r-lib.org",
"description": "Manage the life cycle of your exported functions and arguments",
"long_description": "Manage the life cycle of your exported functions and arguments",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-cli",
"R-glue",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-rmarkdown",
"R-covr",
"R-tidyverse",
"R-lintr",
"R-crayon",
"R-vctrs",
"R-tibble",
"R-withr",
"R-knitr",
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-igraph",
"R-bvhar",
"R-gtable",
"R-pins",
"R-panelPomp",
"R-testthat",
"R-textshaping",
"R-ClusterR",
"R-locateip",
"R-cardx",
"R-hms",
"R-pillar",
"R-tibble",
"R-tibbletime",
"R-ODRF",
"R-OpenImageR",
"R-quanteda",
"R-tsibble",
"R-usedthese",
"R-matsbyname",
"R-matsindf",
"R-mcmcr",
"R-shinydashboardPlus",
"R-bslib",
"R-dials",
"R-PublicationBias",
"R-forcats",
"R-furrr",
"R-pkgload",
"R-JointFPM",
"R-gratia",
"R-bigrquery",
"R-nlist",
"R-clubSandwich",
"R-PAGFL",
"R-parsnip",
"R-fastplyr",
"R-gargle",
"R-gganimate",
"R-ggbeeswarm",
"R-ggcharts",
"R-ggh4x",
"R-ggplot2",
"R-ggthemes",
"R-gh",
"R-gmailr",
"R-googledrive",
"R-googlesheets4",
"R-clock",
"R-bs4Dash",
"R-petrinetR",
"R-ipumsr",
"R-plumber",
"R-dplyr",
"R-tidytable",
"R-tune",
"R-boral",
"R-fmesher",
"R-crew.cluster",
"R-quitte",
"R-winch",
"R-ggforce",
"R-CausalQueries",
"R-ggraph",
"R-MetricGraph",
"R-haven",
"R-vembedr",
"R-OpenMx",
"R-simpr",
"R-groupdata2",
"R-wbstats",
"R-checkthat",
"R-rsample",
"R-rticles",
"R-rtweet",
"R-rvest",
"R-workflows",
"R-workflowsets",
"R-xpectr",
"R-shiny",
"R-duckplyr",
"R-genMCMCDiag",
"R-aorsf",
"R-sdmTMB",
"R-rsconnect",
"R-scales",
"R-parsermd",
"R-mcauchyd",
"R-mggd",
"R-recipes",
"R-reprex",
"R-crosstable",
"R-Seurat",
"R-purrr",
"R-stringr",
"R-readr",
"R-PROJ",
"R-censored",
"R-dbplyr",
"R-devtools",
"R-vetiver",
"R-httr2",
"R-usethis",
"R-rpf",
"R-cvms",
"R-rSPDE",
"R-ggpattern",
"R-kanjistat",
"R-rqPen",
"R-infer",
"R-ivs",
"R-janitor",
"R-odbc",
"R-GDPuc",
"R-dtplyr",
"R-pcFactorStan",
"R-systemfonts",
"R-strex",
"R-textrecipes",
"R-tidygraph",
"R-tidyr",
"R-vctrs",
"R-vroom",
"R-yardstick",
"R-SeuratObject",
"R-chk",
"R-dm",
"R-rearrr",
"R-term",
"R-themis",
"R-tidyselect",
"R-tidytext",
"R-GGally",
"R-labelled",
"R-gtsummary",
"R-pense",
"R-rtables",
"R-vdiffr",
"R-broom",
"R-dttr2",
"R-feasts",
"R-ggstats",
"R-mmrm",
"R-broom.helpers",
"R-extras",
"R-multibias",
"R-rio",
"R-datefixR",
"R-distributional",
"R-fabletools",
"R-formatters"
]
},
{
"type": "test",
"ports": [
"R-googleAnalyticsR",
"R-ggplot2.utils",
"R-attachment",
"R-pkgdown",
"R-tidyterra",
"R-doctest",
"R-rprojroot"
]
}
]
},
{
"name": "R-mvtnorm",
"portdir": "R/R-mvtnorm",
"version": "1.3-2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mvtnorm.R-forge.R-project.org",
"description": "Multivariate Normal and t distributions",
"long_description": "Multivariate Normal and t distributions",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"libgcc13",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-numDeriv",
"R-qrng"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-mratios",
"R-mc2d",
"R-BayesFactor",
"R-BayesRGMM",
"R-flexsurv",
"R-BayesianTools",
"R-party",
"R-CDM",
"R-ClusVis",
"R-bindata",
"R-CovTools",
"R-copula",
"R-logcondiscr",
"R-ks",
"R-rankinma",
"R-segMGarch",
"R-plsmmLasso",
"R-partykit",
"R-ic.infer",
"R-ino",
"R-intamap",
"R-isni",
"R-RNGforGPD",
"R-Rdrw",
"R-dirichletprocess",
"R-SSsimple",
"R-SimComp",
"R-TFisher",
"R-TaylorRussell",
"R-VARshrink",
"R-mashr",
"R-kerDAA",
"R-spBFA",
"R-RBesT",
"R-lessSEM",
"R-metaBMA",
"R-pcFactorStan",
"R-thurstonianIRT",
"R-spikeSlabGAM",
"R-hhsmm",
"R-emulator",
"R-agfh",
"R-alphastable",
"R-bayesammi",
"R-telefit",
"R-tmvtnorm",
"R-wbsts",
"R-womblR",
"R-yuima",
"R-FFP",
"R-FuzzyClass",
"R-VARDetect",
"R-regtools",
"R-AssetCorr",
"R-tf",
"R-GenOrd",
"R-timeROC",
"R-lg",
"R-tmle3",
"R-HMMcopula",
"R-ICS",
"R-ICSOutlier",
"R-KrigInv",
"R-LINselect",
"R-BACprior",
"R-BMTAR",
"R-BVAR",
"R-BayesTools",
"R-Bayesiantreg",
"R-Bergm",
"R-glmm",
"R-monomvn",
"R-circular",
"R-glmmPen",
"R-nonnest2",
"R-telescope",
"R-distrEllipse",
"R-PMCMRplus",
"R-norMmix",
"R-mvord",
"R-bayesianVARs",
"R-Ecfun",
"R-eventPred",
"R-gsynth",
"R-voi",
"R-snem",
"R-PoissonMultinomial",
"R-pomp",
"R-restriktor",
"R-CorrBin",
"R-bamlss",
"R-BANAM",
"R-Bolstad",
"R-lpcde",
"R-lrgs",
"R-BFpack",
"R-FAmle",
"R-MARSS",
"R-MBSP",
"R-MCCM",
"R-MCPAN",
"R-MLEce",
"R-FastGP",
"R-MixGHD",
"R-MixSemiRob",
"R-statGraph",
"R-ICSClust",
"R-ICSNP",
"R-ICtest",
"R-LongMemoryTS",
"R-NegBinBetaBinreg",
"R-MIRES",
"R-MTS",
"R-MedianaDesigner",
"R-MomTrunc",
"R-bayesmeta",
"R-hmer",
"R-QRM",
"R-RGMM",
"R-matrixNormal",
"R-RcppCensSpatial",
"R-mdhglm",
"R-FLORAL",
"R-VineCopula",
"R-ctsem",
"R-deepgp",
"R-RprobitB",
"R-pcaPP",
"R-rrcov",
"R-mediation",
"R-merTools",
"R-miWQS",
"R-miscFuncs",
"R-missMDA",
"R-PRSPGx",
"R-mixSPE",
"R-mixsmsn",
"R-StempCens",
"R-fMultivar",
"R-fic",
"R-ZVCV",
"R-mlVAR",
"R-anMC",
"R-bbmle",
"R-bgmm",
"R-freqdom",
"R-fungible",
"R-bayesGARCH",
"R-bayescopulareg",
"R-DescTools",
"R-mutoss",
"R-mvProbit",
"R-mvpd",
"R-lawstat",
"R-BCDAG",
"R-nlsem",
"R-nparcomp",
"R-otrimle",
"R-bpgmm",
"R-pamm",
"R-pammtools",
"R-rstpm2",
"R-clinfun",
"R-coin",
"R-umx",
"R-crawl",
"R-gorica",
"R-dawai",
"R-graphsim",
"R-multcomp",
"R-LMest",
"R-eBsc",
"R-ui",
"R-fdasrvf",
"R-boral",
"R-bpp",
"R-bridgesampling",
"R-polycor",
"R-rjmcmc",
"R-fabMix",
"R-robustsae",
"R-rospca",
"R-apollo",
"R-msm",
"R-psborrow",
"R-quantdr",
"R-calibrator",
"R-carfima",
"R-caper",
"R-joineRML",
"R-REndo",
"R-BayesMultiMode",
"R-tramME",
"R-graphicalVAR",
"R-gsDesign2",
"R-vccp",
"R-hdpGLM",
"R-RoBMA",
"R-gppm",
"R-simpleMH",
"R-imbalance",
"R-gratis",
"R-iprior",
"R-simtrial",
"R-emmeans",
"R-condMVNorm",
"R-conogive",
"R-rwc",
"R-latentnet",
"R-lavaSearch2",
"R-lcmm",
"R-libcoin",
"R-mHMMbayes",
"R-maxstat",
"R-mets",
"R-mhsmm",
"R-BayesVarSel",
"R-LaMa",
"R-mlt",
"R-mBvs",
"R-mvst",
"R-sdmTMB",
"R-tram",
"R-sampleSelection",
"R-sasLM",
"R-sdPrior",
"R-mombf",
"R-multinomialLogitMix",
"R-nhm",
"R-nlmm",
"R-skewMLRM",
"R-skewlmm",
"R-palm",
"R-sparsediscrim",
"R-sparsevar",
"R-spatialprobit",
"R-sphet",
"R-phyr",
"R-CenBAR",
"R-ConfZIC",
"R-csn",
"R-predtools",
"R-projpred",
"R-stableGR",
"R-sgee",
"R-remaCor",
"R-lrstat",
"R-sts",
"R-riskRegression",
"R-robustBLME",
"R-rpf"
]
},
{
"type": "test",
"ports": [
"R-lognorm",
"R-mev",
"R-DepthProc",
"R-epmrob",
"R-robustvarComp",
"R-acopula",
"R-frab",
"R-stochvol",
"R-mcglm",
"R-RandomFields",
"R-sBIC",
"R-BNSP",
"R-CondCopulas",
"R-qfratio",
"R-GeneralizedWendland",
"R-GPFDA",
"R-strucchange",
"R-ipred",
"R-docopulae",
"R-dqrng",
"R-tramnet",
"R-colorspace",
"R-gsDesign",
"R-LMMstar",
"R-tlrmvnmvt",
"R-distributional",
"R-fabletools",
"R-OwenQ",
"R-mixAK",
"R-kyotil",
"R-pcalg",
"R-mmcif",
"R-strucchangeRcpp",
"R-rockchalk",
"R-RcppNumerical",
"R-TruncatedNormal",
"R-mvnfast",
"R-fastcpd",
"R-SparseGrid",
"R-starnet",
"R-polyCub",
"R-ecp",
"R-FNN",
"R-gamreg",
"R-sparseMVN",
"R-robustHD",
"R-ccaPP",
"R-geostatsp",
"R-magi",
"R-ggdist",
"R-sirt",
"R-car",
"R-fCopulae",
"R-gmm",
"R-thames",
"R-WPKDE",
"R-cornet",
"R-fmcmc",
"R-sparseLTSEigen",
"R-fpc",
"R-modeest",
"R-vcd",
"R-tclust",
"R-probout",
"R-rbmi",
"R-pscl",
"R-prabclus",
"R-sphunif",
"R-RcmdrPlugin.EZR",
"R-cubature",
"R-elliptic",
"R-densratio",
"R-OpenMx",
"R-rr2",
"R-bigutilsr",
"R-transreg",
"R-MCMCglmm",
"R-coxme",
"R-cotram",
"R-laGP",
"R-hpa"
]
}
]
}
]
}