HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51972,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=217",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=215",
"results": [
{
"name": "py35-virtualenv",
"portdir": "python/py-virtualenv",
"version": "20.15.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://virtualenv.pypa.io",
"description": "Virtual Python Environment builder",
"long_description": "virtualenv is a tool to create isolated Python environments.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15",
"py35-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py35-filelock",
"py35-importlib-metadata",
"py35-importlib-resources",
"python35",
"py35-platformdirs",
"py35-six",
"py35-distlib"
]
},
{
"type": "run",
"ports": [
"virtualenv_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-virtualenvwrapper",
"py35-pew",
"py35-virtualfish",
"py35-tox"
]
}
]
},
{
"name": "py34-virtualenv",
"portdir": "python/py-virtualenv",
"version": "20.4.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://virtualenv.pypa.io",
"description": "Virtual Python Environment builder",
"long_description": "virtualenv is a tool to create isolated Python environments.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15",
"py34-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py34-distlib",
"py34-filelock",
"py34-importlib-metadata",
"python34",
"py34-pathlib2",
"py34-six",
"py34-importlib-resources",
"py34-appdirs"
]
},
{
"type": "run",
"ports": [
"virtualenv_select"
]
}
],
"depends_on": []
},
{
"name": "py37-virtualenv",
"portdir": "python/py-virtualenv",
"version": "20.26.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://virtualenv.pypa.io",
"description": "Virtual Python Environment builder",
"long_description": "virtualenv is a tool to create isolated Python environments.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py37-build",
"py37-hatchling",
"py37-hatch-vcs",
"py37-installer"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-distlib",
"py37-filelock",
"py37-importlib-metadata",
"py37-platformdirs"
]
},
{
"type": "run",
"ports": [
"virtualenv_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py37-psycopg2"
]
},
{
"type": "lib",
"ports": [
"py37-pew",
"py37-pytesting-utils",
"py37-virtualfish",
"py37-test-runner",
"py37-virtualenvwrapper",
"py37-tox"
]
},
{
"type": "run",
"ports": [
"py37-pytest-virtualenv"
]
}
]
},
{
"name": "py39-virtualenv",
"portdir": "python/py-virtualenv",
"version": "20.39.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://virtualenv.pypa.io",
"description": "Virtual Python Environment builder",
"long_description": "virtualenv is a tool to create isolated Python environments.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-build",
"py39-hatchling",
"py39-hatch-vcs",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-distlib",
"py39-filelock",
"py39-platformdirs"
]
},
{
"type": "run",
"ports": [
"virtualenv_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py39-psycopg2"
]
},
{
"type": "lib",
"ports": [
"py39-pew",
"py39-asv",
"py39-tox",
"py39-virtualenvwrapper",
"py39-virtualfish"
]
},
{
"type": "run",
"ports": [
"py39-pytest-virtualenv"
]
},
{
"type": "test",
"ports": [
"py39-filelock"
]
}
]
},
{
"name": "py37-cachetools",
"portdir": "python/py-cachetools",
"version": "5.3.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkem/cachetools",
"description": "memoizing collections and decorators",
"long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-build",
"py37-setuptools",
"py37-wheel",
"py37-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "test",
"ports": [
"py37-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-pymc",
"py37-google-auth",
"py37-pymc3"
]
}
]
},
{
"name": "py38-cachetools",
"portdir": "python/py-cachetools",
"version": "5.5.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkem/cachetools",
"description": "memoizing collections and decorators",
"long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"py38-setuptools",
"py38-wheel",
"py38-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-pymc",
"py38-pymc3",
"py38-tox",
"py38-google-auth"
]
}
]
},
{
"name": "py27-cachetools",
"portdir": "python/py-cachetools",
"version": "3.1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkem/cachetools",
"description": "memoizing collections and decorators",
"long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-google-auth"
]
}
]
},
{
"name": "py35-cachetools",
"portdir": "python/py-cachetools",
"version": "4.2.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkem/cachetools",
"description": "memoizing collections and decorators",
"long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-google-auth"
]
}
]
},
{
"name": "py36-cachetools",
"portdir": "python/py-cachetools",
"version": "4.2.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkem/cachetools",
"description": "memoizing collections and decorators",
"long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "test",
"ports": [
"py36-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-google-auth"
]
}
]
},
{
"name": "py39-cachetools",
"portdir": "python/py-cachetools",
"version": "6.2.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkem/cachetools",
"description": "memoizing collections and decorators",
"long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-setuptools",
"py39-wheel",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-tox",
"py39-pymc",
"chemex-devel",
"py39-pymc3",
"py39-google-auth"
]
}
]
},
{
"name": "p5.26-compress-stream-zstd",
"portdir": "perl/p5-compress-stream-zstd",
"version": "0.202.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Compress::Stream::Zstd",
"description": "Compress::Stream::Zstd - Perl interface to the Zstd (Zstandard) (de)compressor",
"long_description": "Compress::Stream::Zstd - Perl interface to the Zstd (Zstandard) (de)compressor",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2651
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-module-build"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-io-compress-zstd"
]
}
]
},
{
"name": "p5.26-mojolicious",
"portdir": "perl/p5-mojolicious",
"version": "8.700.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 2,
"replaced_by": null,
"homepage": "https://mojolicious.org/",
"description": "A real-time MVC web framework emphasizing minimalism and simplicity",
"long_description": "A real-time MVC web framework emphasizing minimalism and simplicity",
"active": false,
"categories": [
"www",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-io-socket-ip"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-lwp-consolelogger"
]
},
{
"type": "lib",
"ports": [
"p5.26-mojolicious-plugin-chi",
"p5.26-business-isbn",
"p5.26-mojolicious-plugin-mason2renderer",
"p5.26-mojolicious-plugin-setusergroup",
"p5.26-webservice-musicbrainz",
"p5.26-mojolicious-plugin-mason1renderer"
]
}
]
},
{
"name": "p5.26-cgi",
"portdir": "perl/p5-cgi",
"version": "4.530.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/CGI",
"description": "An easy-to-use Perl5 library for writing World Wide Web CGI scripts.",
"long_description": "An easy-to-use Perl5 library for writing World Wide Web CGI scripts. CGI is considered to be a legacy module and is in maintenance mode for critical issues only.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-deep",
"p5.26-test-nowarnings",
"p5.26-test-warn"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-html-parser"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-http-lite",
"p5.26-cgi-compile",
"p5.26-net-openid-consumer",
"p5.26-sql-translator",
"p5.26-template-toolkit",
"p5.26-test-www-mechanize-psgi",
"p5.26-www-mechanize",
"p5.26-apache-test"
]
},
{
"type": "lib",
"ports": [
"p5.26-html-mason",
"p5.26-html-template",
"p5.26-http-server-simple",
"p5.26-www-search",
"p5.26-bio-db-ncbihelper",
"p5.26-cgi-emulate-psgi",
"p5.26-cgi-fast",
"p5.26-cgi-formbuilder",
"p5.26-cgi-psgi",
"p5.26-clipboard",
"p5.26-finance-quote"
]
}
]
},
{
"name": "p5.26-image-exiftool",
"portdir": "perl/p5-image-exiftool",
"version": "12.160.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://exiftool.sourceforge.net/",
"description": "Perl interface to read, write and edit EXIF metadata",
"long_description": "Perl interface to read, write and edit EXIF metadata",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2651
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-panotools-script"
]
}
]
},
{
"name": "py39-zarr",
"portdir": "python/py-zarr",
"version": "3.1.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zarr-developers/zarr-python",
"description": "Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing.",
"long_description": "Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1419
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-build",
"py39-hatchling",
"py39-hatch-vcs",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-numpy",
"py39-typing_extensions",
"py39-donfig",
"py39-numcodecs"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-reproject"
]
}
]
},
{
"name": "p5.26-plack",
"portdir": "perl/p5-plack",
"version": "1.4.800",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Plack",
"description": "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)",
"long_description": "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-authen-simple-passwd",
"p5.26-file-sharedir-install",
"p5.26-http-request-ascgi",
"p5.26-log-dispatch",
"p5.26-log-dispatch-array",
"p5.26-log-log4perl",
"p5.26-lwp-protocol-http10",
"p5.26-mime-types",
"p5.26-module-refresh",
"p5.26-test-requires"
]
},
{
"type": "lib",
"ports": [
"p5.26-hash-multivalue",
"p5.26-http-entity-parser",
"p5.26-http-headers-fast",
"p5.26-http-message",
"p5.26-http-tiny",
"perl5.26",
"p5.26-libwww-perl",
"p5.26-stream-buffered",
"p5.26-test-tcp",
"p5.26-try-tiny",
"p5.26-uri",
"p5.26-io-handle-util",
"p5.26-apache-logformat-compiler",
"p5.26-cgi-compile",
"p5.26-cgi-emulate-psgi",
"p5.26-cookie-baker",
"p5.26-devel-stacktrace",
"p5.26-devel-stacktrace-ashtml",
"p5.26-fcgi",
"p5.26-fcgi-procmanager",
"p5.26-file-sharedir",
"p5.26-filesys-notify-simple"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-dancer-template-mason",
"p5.26-dancer",
"p5.26-dancer2-plugin-database",
"p5.26-dancer2-session-cookie",
"p5.26-dancer-session-cookie",
"p5.26-plack-test-externalserver",
"p5.26-html-mason-psgihandler",
"p5.26-test-lwp-useragent",
"p5.26-lwp-consolelogger"
]
},
{
"type": "lib",
"ports": [
"p5.26-catalyst-runtime",
"p5.26-test-www-mechanize-psgi",
"p5.26-dancer2",
"p5.26-html-mason-plackhandler",
"p5.26-plack-middleware-fixmissingbodyinredirect",
"p5.26-plack-middleware-methodoverride",
"p5.26-plack-middleware-removeredundantbody",
"p5.26-plack-middleware-reverseproxy",
"p5.26-plack-test-agent",
"p5.26-starman"
]
}
]
},
{
"name": "R-ABM",
"portdir": "R/R-ABM",
"version": "0.4.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/junlingm/ABM",
"description": "Agent-Based Model simulation framework",
"long_description": "Agent-Based Model simulation framework",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-R6",
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-A3",
"portdir": "R/R-A3",
"version": "1.0.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=A3",
"description": "Accurate, adaptable and accessible error metrics for predictive models",
"long_description": "Accurate, adaptable and accessible error metrics for predictive models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-randomForest",
"R-pbapply",
"R-e1071",
"R-CRAN-recommended",
"R-xtable"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-ADGofTest",
"portdir": "R/R-ADGofTest",
"version": "0.3",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ADGofTest",
"description": "Anderson–Darling GoF test",
"long_description": "Anderson–Darling GoF test",
"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-ParetoPosStable",
"R-VineCopula",
"R-copula",
"R-puniform"
]
}
]
},
{
"name": "R-ACDm",
"portdir": "R/R-ACDm",
"version": "1.0.4.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ACDm",
"description": "Tools for autoregressive conditional duration models",
"long_description": "Tools for autoregressive conditional duration 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-dplyr",
"R-ggplot2",
"R-Rsolnp",
"R-CRAN-recommended",
"libgcc14",
"libgcc",
"R-plyr",
"R-zoo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-optimx",
"R-rgl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-eNchange"
]
}
]
},
{
"name": "R-ADMM",
"portdir": "R/R-ADMM",
"version": "0.3.3",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ADMM",
"description": "Algorithms using Alternating Direction Method of Multipliers",
"long_description": "Algorithms using Alternating Direction Method of Multipliers",
"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-Rdpack",
"R-doParallel",
"R-foreach",
"libgcc",
"libgcc14",
"R-CRAN-recommended",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-Rdimtools",
"R-T4cluster"
]
}
]
},
{
"name": "R-AER",
"portdir": "R/R-AER",
"version": "1.2-14",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AER",
"description": "Applied Econometrics with R",
"long_description": "Applied Econometrics with R",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-Formula",
"R-lmtest",
"R-car",
"R-CRAN-recommended",
"R-sandwich",
"R-zoo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-vars",
"R-scatterplot3d",
"R-effects",
"R-mlogit",
"R-fGarch",
"R-rgl",
"R-np",
"R-pscl",
"R-sampleSelection",
"R-ineq",
"R-longmemo",
"R-ROCR",
"R-rugarch",
"R-truncreg",
"R-forecast",
"R-tseries",
"R-urca",
"R-quantreg",
"R-plm",
"R-systemfit",
"R-dynlm",
"R-strucchange"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-dLagM",
"R-REndo",
"R-prodest",
"R-rdd",
"R-GLMpack",
"R-bnmr2",
"R-gplm",
"R-clusterSEs"
]
},
{
"type": "test",
"ports": [
"R-clubSandwich",
"R-detectseparation",
"R-dsem",
"R-estimatr",
"R-fixest",
"R-ggeffects",
"R-ggparty",
"R-glmx",
"R-gmnl",
"R-huxtable",
"R-insight",
"R-ivreg",
"R-lmtest",
"R-margins",
"R-memisc",
"R-micEconCES",
"R-mlogit",
"R-mlt.docreg",
"R-modelsummary",
"R-nonnest2",
"R-partykit",
"R-performance",
"R-plm",
"R-prediction",
"R-sandwich",
"R-survey",
"R-texreg",
"R-DeclareDesign",
"R-zoo",
"R-Rchoice",
"R-SSVS",
"R-TSVC",
"R-WALS",
"R-assessor",
"R-broom",
"R-censReg"
]
}
]
},
{
"name": "R-AICcmodavg",
"portdir": "R/R-AICcmodavg",
"version": "2.3-3",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AICcmodavg",
"description": "Model selection and multi-model inference based on (Q)AIC(c)",
"long_description": "Model selection and multi-model inference based on (Q)AIC(c)",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-unmarked",
"R-xtable",
"R-VGAM",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-R2jags",
"R-jagsUI",
"R-fitdistrplus",
"R-pscl",
"R-coxme",
"R-glmmTMB",
"R-R2OpenBUGS",
"R-maxlike",
"R-ordinal",
"R-lavaan",
"R-lme4",
"R-betareg",
"R-lmerTest",
"R-R2WinBUGS"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-longit"
]
},
{
"type": "test",
"ports": [
"R-bbmle",
"R-rmcorr"
]
}
]
},
{
"name": "R-AIPW",
"portdir": "R/R-AIPW",
"version": "0.6.9",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/yqzhong7/AIPW",
"description": "Augmented Inverse Probability Weighting",
"long_description": "Augmented Inverse Probability Weighting",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-future.apply",
"R-Rsolnp",
"R-SuperLearner",
"R-CRAN-recommended",
"R-R6",
"R-progressr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-tmle"
]
}
],
"depends_on": []
},
{
"name": "R-ALL",
"portdir": "R/R-ALL",
"version": "1.46.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bioconductor.org/packages/ALL",
"description": "A data package",
"long_description": "A data package",
"active": true,
"categories": [
"science",
"R",
"bioconductor"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Biobase",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-Biobase",
"R-genefilter"
]
}
]
},
{
"name": "R-ALDqr",
"portdir": "R/R-ALDqr",
"version": "1.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ALDqr",
"description": "Quantile regression using asymmetric Laplace distribution",
"long_description": "Quantile regression using asymmetric Laplace distribution",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-sn",
"R-HyperbolicDist",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ClusPred"
]
}
]
},
{
"name": "R-APML0",
"portdir": "R/R-APML0",
"version": "0.10",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=APML0",
"description": "Augmented and penalized minimization method l0",
"long_description": "Augmented and penalized minimization method l0",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-RcppEigen",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-ANOM",
"portdir": "R/R-ANOM",
"version": "0.5",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ANOM",
"description": "Analysis of Means",
"long_description": "Analysis of Means",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-MCPAN",
"R-SimComp",
"R-nparcomp",
"R-CRAN-recommended",
"R-ggplot2",
"R-multcomp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-sandwich",
"R-knitr",
"R-lme4"
]
}
],
"depends_on": []
},
{
"name": "R-ARGOS",
"portdir": "R/R-ARGOS",
"version": "0.1.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kevinegan31/ARGOS-Package",
"description": "Automatic Regression for Governing Equations (ARGOS)",
"long_description": "Automatic Regression for Governing Equations (ARGOS)",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-tidyr",
"R-tidyverse",
"R-deSolve",
"R-glmnet",
"R-Metrics",
"R-CRAN-recommended",
"R-magrittr",
"R-signal"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-devtools"
]
}
],
"depends_on": []
},
{
"name": "R-ARDL",
"portdir": "R/R-ARDL",
"version": "0.2.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ARDL",
"description": "ARDL, ECM and bounds-test for cointegration",
"long_description": "ARDL, ECM and bounds-test for cointegration",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-ggplot2",
"R-gridExtra",
"R-lmtest",
"R-dynlm",
"R-msm",
"R-aod",
"R-CRAN-recommended",
"R-stringr",
"R-zoo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-sandwich",
"R-testthat",
"R-tseries",
"R-strucchange",
"R-qpcR"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bootCT"
]
}
]
},
{
"name": "R-ATR",
"portdir": "R/R-ATR",
"version": "0.1-1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ATR",
"description": "Alternative Tree Representation",
"long_description": "Plot party trees in left-right orientation instead of the classical top-down layout.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-partykit",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-trtf",
"R-mlbench"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-TH.data",
"R-tram"
]
}
]
},
{
"name": "R-AUC",
"portdir": "R/R-AUC",
"version": "0.3.2",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AUC",
"description": "Threshold-independent performance measures for probabilistic classifiers",
"long_description": "Threshold-independent performance measures for probabilistic classifiers",
"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": "test",
"ports": [
"R-broom",
"R-cvms"
]
}
]
},
{
"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": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-BGFD",
"R-Newdistns",
"R-NovelDistns"
]
}
]
},
{
"name": "R-AlgDesign",
"portdir": "R/R-AlgDesign",
"version": "1.2.1.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jvbraun/AlgDesign",
"description": "Algorithmic experimental design",
"long_description": "Algorithmic experimental design",
"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": "lib",
"ports": [
"R-DoE.wrapper",
"R-cbcTools"
]
}
]
},
{
"name": "R-AllMetrics",
"portdir": "R/R-AllMetrics",
"version": "0.2.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AllMetrics",
"description": "Calculate multiple performance metrics of a prediction model",
"long_description": "Calculate multiple performance metrics of a prediction model",
"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-AlphaHull3D",
"portdir": "R/R-AlphaHull3D",
"version": "2.0.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AlphaHull3D",
"description": "Alpha Hull computation",
"long_description": "Alpha Hull computation",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"pkgconfig",
"R"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-RcppEigen",
"R-rgl",
"R-RcppCGAL",
"R-Rvcg",
"R-CRAN-recommended",
"gmp",
"mpfr",
"R-BH"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-uniformly"
]
}
],
"depends_on": []
},
{
"name": "R-AmesHousing",
"portdir": "R/R-AmesHousing",
"version": "0.0.4",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/topepo/AmesHousing",
"description": "The Ames Iowa housing data",
"long_description": "The Ames Iowa housing data",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-CRAN-recommended",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-covr"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-baguette",
"R-fastshap",
"R-tidyrules"
]
}
]
},
{
"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": [
"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-rlang",
"R-CRAN-recommended",
"libgcc14",
"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-manymome",
"R-merTools",
"R-mitml",
"R-modelsummary",
"R-semTools",
"R-betaMC",
"R-semmcci"
]
}
]
},
{
"name": "R-AnnotationDbi",
"portdir": "R/R-AnnotationDbi",
"version": "1.66.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bioconductor.org/packages/AnnotationDbi",
"description": "Manipulation of SQLite-based annotations in Bioconductor",
"long_description": "Manipulation of SQLite-based annotations in Bioconductor",
"active": true,
"categories": [
"science",
"R",
"bioconductor"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RSQLite",
"R-Biobase",
"R-S4Vectors",
"R-DBI",
"R-KEGGREST",
"R-CRAN-recommended",
"R-IRanges",
"R-BiocGenerics"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-AnnotationForge",
"R-AnnotationHub",
"R-BioNet",
"R-GenomicFeatures",
"R-MeSHDbi",
"R-VariantAnnotation",
"R-annotate",
"R-biomaRt",
"R-genefilter",
"R-graphite"
]
},
{
"type": "test",
"ports": [
"R-edgeR",
"R-systemPipeR"
]
}
]
},
{
"name": "R-AnnotationForge",
"portdir": "R/R-AnnotationForge",
"version": "1.46.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bioconductor.org/packages/AnnotationForge",
"description": "Tools for building SQLite-based annotation data packages",
"long_description": "Tools for building SQLite-based annotation data packages",
"active": true,
"categories": [
"science",
"R",
"bioconductor"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-XML",
"R-BiocGenerics",
"R-RSQLite",
"R-Biobase",
"R-DBI",
"R-AnnotationDbi",
"R-CRAN-recommended",
"R-S4Vectors",
"R-RCurl"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-AppliedPredictiveModeling",
"portdir": "R/R-AppliedPredictiveModeling",
"version": "1.1-7",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AppliedPredictiveModeling",
"description": "Functions and datasets for Applied Predictive Modelling",
"long_description": "Functions and datasets for Applied Predictive Modelling",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ellipse",
"R-CORElearn",
"R-CRAN-recommended",
"R-plyr",
"R-reshape2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-caret"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-vinereg"
]
}
]
},
{
"name": "R-AnnotationHub",
"portdir": "R/R-AnnotationHub",
"version": "3.12.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bioconductor.org/packages/AnnotationHub",
"description": "Client to access AnnotationHub resources",
"long_description": "Client to access AnnotationHub resources",
"active": true,
"categories": [
"science",
"www",
"R",
"bioconductor"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-yaml",
"R-rappdirs",
"R-httr",
"R-BiocManager",
"R-BiocGenerics",
"R-RSQLite",
"R-curl",
"R-interactiveDisplayBase",
"R-AnnotationDbi",
"R-BiocFileCache",
"R-BiocVersion",
"R-CRAN-recommended",
"R-S4Vectors",
"R-dplyr"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ExperimentHub"
]
}
]
},
{
"name": "R-AssetCorr",
"portdir": "R/R-AssetCorr",
"version": "1.0.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AssetCorr",
"description": "Estimation of asset correlations from default data",
"long_description": "Estimation of asset correlations from default data",
"active": true,
"categories": [
"science",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-knitr",
"R-Rdpack",
"R-qpdf",
"R-mvQuad",
"R-VineCopula",
"R-CRAN-recommended",
"R-mvtnorm",
"R-numDeriv"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-markdown"
]
}
],
"depends_on": []
},
{
"name": "R-AsioHeaders",
"portdir": "R/R-AsioHeaders",
"version": "1.22.1-2",
"license": "Boost-1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dirk.eddelbuettel.com/code/asioheaders.html",
"description": "Asio C++ headers",
"long_description": "Asio C++ headers",
"active": true,
"categories": [
"devel",
"science",
"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-ipaddress",
"R-websocket"
]
}
]
},
{
"name": "R-AutoTransQF",
"portdir": "R/R-AutoTransQF",
"version": "0.1.3",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AutoTransQF",
"description": "Novel automatic shifted log transformation",
"long_description": "Novel automatic shifted log transformation",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-VGAM",
"R-matlab2r",
"R-CRAN-recommended",
"R-moments"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-nortest"
]
}
],
"depends_on": []
},
{
"name": "R-BACprior",
"portdir": "R/R-BACprior",
"version": "2.1.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BACprior",
"description": "Choice of Omega in the BAC algorithm",
"long_description": "Choice of Omega in the BAC algorithm",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-mvtnorm",
"R-leaps",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-BAMMtools",
"portdir": "R/R-BAMMtools",
"version": "2.1.12",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://bamm-project.org",
"description": "Analysis and visualization of macroevolutionary dynamics on phylogenetic trees",
"long_description": "Analysis and visualization of macroevolutionary dynamics on phylogenetic trees",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-gplots",
"R-Rcpp",
"R-CRAN-recommended",
"R-ape"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-BANAM",
"portdir": "R/R-BANAM",
"version": "0.2.2",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BANAM",
"description": "Bayesian Analysis of the Network Autocorrelation Model",
"long_description": "Bayesian Analysis of the Network Autocorrelation Model",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-matrixcalc",
"R-psych",
"R-tmvtnorm",
"R-sna",
"R-BFpack",
"R-bain",
"R-rARPACK",
"R-CRAN-recommended",
"R-mvtnorm",
"R-extraDistr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-BANOVA",
"portdir": "R/R-BANOVA",
"version": "1.2.1",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BANOVA",
"description": "Hierarchical Bayesian ANOVA models",
"long_description": "Hierarchical Bayesian ANOVA models",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rstan",
"R-runjags",
"R-rjags",
"R-CRAN-recommended",
"jags",
"R-coda"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-BART",
"portdir": "R/R-BART",
"version": "2.9.9",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BART",
"description": "Bayesian Additive Regression Trees",
"long_description": "Bayesian Additive Regression Trees",
"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-rmarkdown",
"R-knitr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-cjbart"
]
},
{
"type": "test",
"ports": [
"R-bark"
]
}
]
}
]
}