HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51605,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=690",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=688",
"results": [
{
"name": "R-varhandle",
"portdir": "R/R-varhandle",
"version": "2.0.6",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://codeberg.org/mehrad/varhandle",
"description": "Functions for robust variable handling",
"long_description": "Functions for robust variable handling",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-varSelRF",
"portdir": "R/R-varSelRF",
"version": "0.7-8",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=varSelRF",
"description": "Variable Selection via Random Forests",
"long_description": "Variable Selection via Random Forests",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-randomForest",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-varImp",
"portdir": "R/R-varImp",
"version": "0.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=varImp",
"description": "RF variable importance for arbitrary measures",
"long_description": "RF variable importance for arbitrary measures",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-measures",
"R-party",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-ranger"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-party"
]
}
]
},
{
"name": "R-validatetools",
"portdir": "R/R-validatetools",
"version": "0.5.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=validatetools",
"description": "Checking and simplifying validation rule sets",
"long_description": "Checking and simplifying validation rule sets",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-lpSolveAPI",
"R-validate"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-covr"
]
}
],
"depends_on": []
},
{
"name": "clib",
"portdir": "devel/clib",
"version": "2.8.7",
"license": "MIT",
"platforms": "darwin linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.clibs.org",
"description": "Package manager for the C programming language.",
"long_description": "Package manager for the C programming language. Basically the lazy-man’s copy/paste promoting smaller C utilities, also serving as a nice way to discover these sort of libraries. The goal of clibs is to provide stand-alone “micro” C libraries for developers to quickly install without coupling to large frameworks. You should use clib(1) to fetch these files for you and check them into your repository, the end-user and contributors should not require having clib(1) installed. This allows clib(1) to fit into any new or existing C workflow without friction.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1044
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"curl"
]
}
],
"depends_on": []
},
{
"name": "lsh",
"portdir": "net/lsh",
"version": "2.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.lysator.liu.se/~nisse/lsh/",
"description": "A GNU implementation of the Secure Shell protocols",
"long_description": "lsh is a free implementation (in the GNU sense) of the ssh version 2 protocol, currently being standardised by the IETF SECSH working group",
"active": false,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"gmp",
"liboop",
"nettle",
"zlib",
"tcp_wrappers",
"xauth",
"xorg-libXau",
"readline"
]
}
],
"depends_on": []
},
{
"name": "avr-libc",
"portdir": "cross/avr-libc",
"version": "2.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://avrdudes.github.io/avr-libc/",
"description": "C library for the AVR microcontroller.",
"long_description": "AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers.",
"active": true,
"categories": [
"cross"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"avr-gcc"
]
}
],
"depends_on": []
},
{
"name": "dolfin",
"portdir": "math/dolfin",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dolfin",
"description": "DOLFIN is a part of FEniCS",
"long_description": "DOLFIN is a library that functions as the main user interface of FEniCS",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"debug",
"clang13",
"clang10",
"clang11",
"clang12",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang90",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gfortran",
"mpich",
"openmpi",
"cgal",
"docs",
"hdf5",
"parmetis",
"scotch",
"suitesparse",
"petsc",
"petsc4py",
"slepc",
"slepc4py"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"armadillo",
"boost176",
"SuiteSparse_AMD",
"py312-ply",
"py312-ffc",
"mpich-clang16",
"SuiteSparse_UMFPACK",
"eigen3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-dolfin",
"py38-dolfin",
"py39-dolfin",
"py310-dolfin",
"py311-dolfin",
"py312-dolfin"
]
}
]
},
{
"name": "R-utility",
"portdir": "R/R-utility",
"version": "1.4.6",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=utility",
"description": "Construct, evaluate and plot value and utility functions",
"long_description": "Construct, evaluate and plot value and utility functions",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-ustfd",
"portdir": "R/R-ustfd",
"version": "0.4.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ustfd",
"description": "API client for U.S. Treasury fiscal data",
"long_description": "API client for U.S. Treasury fiscal data",
"active": true,
"categories": [
"science",
"www",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-stringr",
"R-tibble",
"R-dplyr",
"R-purrr",
"R-lubridate",
"R-httr",
"R-readr",
"R-snakecase",
"R-CRAN-recommended",
"R-rlang",
"R-glue"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-jsonlite",
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-usedist",
"portdir": "R/R-usedist",
"version": "0.4.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=usedist",
"description": "Distance matrix utilities",
"long_description": "Distance matrix utilities",
"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-dplyr",
"R-tidyr",
"R-testthat",
"R-tibble"
]
}
],
"depends_on": []
},
{
"name": "R-urlchecker",
"portdir": "R/R-urlchecker",
"version": "1.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/r-lib/urlchecker",
"description": "Run CRAN URL checks from older R versions",
"long_description": "Run CRAN URL checks from older R versions",
"active": true,
"categories": [
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-curl",
"R-xml2",
"R-CRAN-recommended",
"R-cli"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-covr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-devtools"
]
}
]
},
{
"name": "R-unjoin",
"portdir": "R/R-unjoin",
"version": "0.1.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hypertidy/unjoin",
"description": "Separate a data frame by normalization",
"long_description": "Separate a data frame by normalization",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-CRAN-recommended",
"R-rlang",
"R-tibble"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tidyr",
"R-testthat",
"R-covr",
"R-spelling",
"R-gapminder"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-silicate"
]
}
]
},
{
"name": "R-universals",
"portdir": "R/R-universals",
"version": "0.0.5.9000",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://poissonconsulting.github.io/universals",
"description": "S3 generics for Bayesian analyses",
"long_description": "S3 generics for Bayesian analyses",
"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-testthat",
"R-covr",
"R-nlist"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-mcmcr",
"R-nlist",
"R-term"
]
}
]
},
{
"name": "R-ui",
"portdir": "R/R-ui",
"version": "0.1.1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ui",
"description": "Uncertainty intervals and sensitivity analysis for missing data",
"long_description": "Uncertainty intervals and sensitivity analysis for missing data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-maxLik",
"R-mvtnorm",
"R-CRAN-recommended",
"R-numDeriv"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-ufs",
"portdir": "R/R-ufs",
"version": "0.5.12",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ufs.opens.science",
"description": "Collection of utilities",
"long_description": "This package contains the general-purpose tools and utilities, and is the most direct successor of the original R-userfriendlyscience package.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-digest",
"R-dplyr",
"R-htmltools",
"R-ggplot2",
"R-gridExtra",
"R-knitr",
"R-scales",
"R-ggridges",
"R-ggrepel",
"R-GPArotation",
"R-kableExtra",
"R-pander",
"R-SuppDists",
"R-pwr",
"R-diptest",
"R-rmdpartials",
"R-CRAN-recommended",
"R-gtable",
"R-plyr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-remotes",
"R-lavaan",
"R-rmarkdown",
"R-rstudioapi",
"R-viridis",
"R-rio",
"R-psych",
"R-car",
"R-GGally",
"R-MBESS",
"R-bootES",
"R-careless",
"R-jmvcore"
]
}
],
"depends_on": []
},
{
"name": "R-ufRisk",
"portdir": "R/R-ufRisk",
"version": "1.0.7",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ufRisk",
"description": "Risk measure calculation in financial time series",
"long_description": "Risk measure calculation in financial time series",
"active": true,
"categories": [
"science",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-smoots",
"R-CRAN-recommended",
"R-fracdiff",
"R-esemifar",
"R-rugarch"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-uclust",
"portdir": "R/R-uclust",
"version": "1.0.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=uclust",
"description": "Clustering and classification inference with u-statistics",
"long_description": "Clustering and classification inference with u-statistics",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-robcor",
"R-CRAN-recommended",
"R-dendextend"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-typed",
"portdir": "R/R-typed",
"version": "0.0.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/moodymudskipper/typed",
"description": "Support types for variables, arguments and return values",
"long_description": "Support types for variables, arguments and return values",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-waldo",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-covr",
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-txtplot",
"portdir": "R/R-txtplot",
"version": "1.0-4",
"license": "(LGPL-2 or LGPL-2.1 or LGPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=txtplot",
"description": "Text-based plots",
"long_description": "Text-based plots",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-drake"
]
}
]
},
{
"name": "R-tvm",
"portdir": "R/R-tvm",
"version": "0.5.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/juancentro/tvm",
"description": "Functions for managing cashflows and interest rate curves",
"long_description": "Functions for managing cashflows and interest rate curves",
"active": true,
"categories": [
"science",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-scales",
"R-CRAN-recommended",
"R-reshape2",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-markdown",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-tvgeom",
"portdir": "R/R-tvgeom",
"version": "1.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tvgeom",
"description": "Time-varying (right-truncated) geometric distribution",
"long_description": "Time-varying (right-truncated) geometric distribution",
"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-dplyr",
"R-purrr",
"R-tidyr",
"R-ggplot2",
"R-gridExtra",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-ggthemes",
"R-magrittr"
]
}
],
"depends_on": []
},
{
"name": "R-turner",
"portdir": "R/R-turner",
"version": "0.1.9",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://fbertran.github.io/turner",
"description": "Turn vectors and lists of vectors into indexed structures",
"long_description": "Turn vectors and lists of vectors into indexed structures",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-tester",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-knitr"
]
}
],
"depends_on": []
},
{
"name": "R-tufte",
"portdir": "R/R-tufte",
"version": "0.13",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tufte",
"description": "Tufteʼs styles for Rmarkdown documents",
"long_description": "Tufteʼs styles for Rmarkdown documents",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-knitr",
"R-CRAN-recommended",
"R-xfun",
"R-rmarkdown",
"R-htmltools"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-withr",
"R-testthat",
"R-covr"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-lintr",
"R-bookdown"
]
}
]
},
{
"name": "R-ttutils",
"portdir": "R/R-ttutils",
"version": "1.0-1.1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ttutils",
"description": "Some auxiliary functions",
"long_description": "Some auxiliary functions",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-EQL"
]
}
]
},
{
"name": "R-tstools",
"portdir": "R/R-tstools",
"version": "0.4.3",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/KOF-ch/tstools",
"description": "Time series toolbox for official statistics",
"long_description": "Time series toolbox for official statistics",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-xts",
"R-zoo",
"R-yaml",
"R-CRAN-recommended",
"R-data.table",
"R-jsonlite"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-reshape2",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-openxlsx"
]
}
],
"depends_on": []
},
{
"name": "R-tsoutliers",
"portdir": "R/R-tsoutliers",
"version": "0.6-10",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tsoutliers",
"description": "Detection of outliers in time series",
"long_description": "Detection of outliers in time series",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-forecast",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-UComp"
]
}
]
},
{
"name": "R-tsdisagg2",
"portdir": "R/R-tsdisagg2",
"version": "0.1.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tsdisagg2",
"description": "Time Series Disaggregation",
"long_description": "Time Series Disaggregation",
"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-R.rsp"
]
}
],
"depends_on": []
},
{
"name": "R-tsdecomp",
"portdir": "R/R-tsdecomp",
"version": "0.2",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tsdecomp",
"description": "Decomposition of time series data",
"long_description": "ARIMA-model-based decomposition of quarterly and monthly time series data.",
"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"
]
}
],
"depends_on": []
},
{
"name": "R-truncreg",
"portdir": "R/R-truncreg",
"version": "0.2-5",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=truncreg",
"description": "Truncated Gaussian regression models",
"long_description": "Truncated Gaussian regression models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-maxLik",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-mhurdle",
"R-truncSP",
"R-mlt.docreg",
"R-rDEA"
]
},
{
"type": "test",
"ports": [
"R-texreg",
"R-insight",
"R-AER",
"R-prediction"
]
}
]
},
{
"name": "R-truncdist",
"portdir": "R/R-truncdist",
"version": "1.0-2",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=truncdist",
"description": "Truncated random variables",
"long_description": "Truncated random variables",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-evd",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-multinma",
"R-countSTAR",
"R-StatRank",
"R-jfa",
"R-BASS"
]
},
{
"type": "test",
"ports": [
"R-ExtDist",
"R-spam"
]
}
]
},
{
"name": "R-truncSP",
"portdir": "R/R-truncSP",
"version": "1.2.2",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=truncSP",
"description": "Semi-parametric estimators of truncated regression models",
"long_description": "Semi-parametric estimators of truncated regression models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-truncreg",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-QRegVCM"
]
}
]
},
{
"name": "R-truh",
"portdir": "R/R-truh",
"version": "1.0.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/natesmith07/truh",
"description": "Two-sample non-parametric testing under heterogeneity",
"long_description": "Implements the TRUH test statistic for two sample testing under heterogeneity.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-doParallel",
"R-foreach",
"R-fpc",
"R-CRAN-recommended",
"R-Rfast",
"R-iterators"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-truelies",
"portdir": "R/R-truelies",
"version": "0.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hughjonesd/truelies",
"description": "Bayesian methods to estimate the proportion of liars in coin flip experiments",
"long_description": "Bayesian methods to estimate the proportion of liars in coin flip experiments",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-hdrcde",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-dplyr",
"R-purrr",
"R-tidyr",
"R-ggplot2"
]
}
],
"depends_on": []
},
{
"name": "R-trtf",
"portdir": "R/R-trtf",
"version": "0.4-2",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=trtf",
"description": "Transformation trees and forests",
"long_description": "Transformation trees and forests",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-libcoin",
"R-mlt",
"R-partykit",
"R-variables",
"R-tram",
"R-CRAN-recommended",
"R-sandwich",
"R-Formula"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-TH.data",
"R-coin"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-TH.data",
"R-tramnet",
"R-tram",
"R-tbm",
"R-ATR"
]
}
]
},
{
"name": "R-triangle",
"portdir": "R/R-triangle",
"version": "1.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bertcarnell/triangle",
"description": "Distribution functions and parameter estimates for the Triangle distribution",
"long_description": "Distribution functions and parameter estimates for the Triangle distribution",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-assertthat",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-SimMultiCorrData"
]
},
{
"type": "test",
"ports": [
"R-extraDistr",
"R-fitteR"
]
}
]
},
{
"name": "R-trelliscopejs",
"portdir": "R/R-trelliscopejs",
"version": "0.2.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=trelliscopejs",
"description": "Create interactive trelliscope displays",
"long_description": "Create interactive trelliscope displays",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-jsonlite",
"R-rlang",
"R-digest",
"R-dplyr",
"R-htmltools",
"R-progress",
"R-purrr",
"R-tidyr",
"R-ggplot2",
"R-knitr",
"R-htmlwidgets",
"R-webshot",
"R-DistributionUtils",
"R-autocogs",
"R-CRAN-recommended",
"R-base64enc",
"R-gtable"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-shiny",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-plotly",
"R-gapminder",
"R-housingData"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-timetk"
]
}
]
},
{
"name": "R-treemapify",
"portdir": "R/R-treemapify",
"version": "2.5.6",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wilkox.org/treemapify",
"description": "Draw treemaps in R-ggplot2",
"long_description": "Draw treemaps in R-ggplot2",
"active": true,
"categories": [
"graphics",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggfittext",
"R-CRAN-recommended",
"R-cli",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-vdiffr",
"R-spelling"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-rfm"
]
}
]
},
{
"name": "R-treeio",
"portdir": "R/R-treeio",
"version": "1.28.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/YuLab-SMU/treeio",
"description": "Base classes and functions for phylogenetic tree input and output",
"long_description": "Base classes and functions for phylogenetic tree input and output",
"active": true,
"categories": [
"science",
"R",
"bioconductor"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-jsonlite",
"R-tidytree",
"R-dplyr",
"R-magrittr",
"R-rlang",
"R-ape",
"R-tibble"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-rmarkdown",
"R-prettydoc",
"R-phangorn",
"R-ggtree",
"R-Biostrings",
"R-cli",
"R-xml2",
"R-purrr",
"R-tidyr",
"R-vroom",
"R-yaml",
"R-ggplot2",
"R-knitr",
"R-testthat",
"R-igraph"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ggtree"
]
},
{
"type": "test",
"ports": [
"R-ggtreeExtra"
]
}
]
},
{
"name": "R-tramnet",
"portdir": "R/R-tramnet",
"version": "0.0-8",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tramnet",
"description": "Penalized transformation models",
"long_description": "Penalized transformation models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CVXR",
"R-basefun",
"R-mlt",
"R-ParamHelpers",
"R-mlr",
"R-mlrMBO",
"R-smoof",
"R-tram",
"R-CRAN-recommended",
"R-sandwich",
"R-lhs"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-colorspace",
"R-mvtnorm",
"R-knitr",
"R-kableExtra",
"R-TH.data",
"R-glmnet",
"R-DiceKriging",
"R-mlbench",
"R-penalized",
"R-coin",
"R-tbm",
"R-trtf"
]
}
],
"depends_on": []
},
{
"name": "R-toweranNA",
"portdir": "R/R-toweranNA",
"version": "0.1.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/matloff/toweranNA",
"description": "Method for handling missing values in prediction applications",
"long_description": "Method for handling missing values in prediction applications",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-pdist",
"R-regtools",
"R-rmarkdown",
"R-CRAN-recommended",
"R-FNN"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-tourr",
"portdir": "R/R-tourr",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ggobi.github.io/tourr",
"description": "Tour methods for multivariate data visualisation",
"long_description": "Tour methods for multivariate data visualisation",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-CRAN-recommended",
"R-tibble"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-rmarkdown",
"R-covr",
"R-plotly",
"R-energy",
"R-TeachingDemos",
"R-aplpack",
"R-ash",
"R-geozoo",
"R-colorspace",
"R-tidyr",
"R-ggplot2",
"R-knitr",
"R-testthat"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-geozoo"
]
}
]
},
{
"name": "R-toolbox",
"portdir": "R/R-toolbox",
"version": "0.1.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=toolbox",
"description": "List, string and meta-programming utility functions",
"long_description": "List, string and meta-programming utility functions",
"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"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-sqlHelpers"
]
}
]
},
{
"name": "R-tolerance",
"portdir": "R/R-tolerance",
"version": "3.0.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tolerance",
"description": "Statistical tolerance intervals and regions",
"long_description": "Statistical tolerance intervals and regions",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-plotly",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-fdasrvf",
"R-zipfextR"
]
}
]
},
{
"name": "R-leiden",
"portdir": "R/R-leiden",
"version": "0.4.3.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/TomKellyGenetics/leiden",
"description": "R implementation of Leiden clustering algorithm",
"long_description": "R implementation of Leiden clustering algorithm",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-reticulate",
"R-igraph"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-markdown",
"R-rmarkdown",
"R-devtools",
"R-covr",
"R-spelling",
"R-qpdf",
"R-network",
"R-multiplex",
"R-bipartite",
"R-graphsim",
"R-multinet",
"R-data.table",
"R-remotes",
"R-tibble",
"R-RColorBrewer",
"R-knitr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-Seurat"
]
}
]
},
{
"name": "R-graphsim",
"portdir": "R/R-graphsim",
"version": "1.0.3",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/TomKellyGenetics/graphsim",
"description": "Simulate expression data from igraph networks",
"long_description": "Simulate expression data from igraph networks",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-mvtnorm",
"R-gplots",
"R-matrixcalc",
"R-igraph"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-prettydoc",
"R-R.rsp",
"R-knitr",
"R-scales",
"R-testthat",
"R-markdown",
"R-rmarkdown",
"R-devtools",
"R-vdiffr"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-leiden"
]
}
]
},
{
"name": "R-cubelyr",
"portdir": "R/R-cubelyr",
"version": "1.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hadley/cubelyr",
"description": "Data Cube R-dplyr backend",
"long_description": "An implementation of a data cube extracted out of R-dplyr for backward compatibility.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-pillar",
"R-tibble",
"R-dplyr",
"R-purrr",
"R-tidyselect",
"R-CRAN-recommended",
"R-rlang",
"R-glue"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-covr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bsynth"
]
},
{
"type": "test",
"ports": [
"R-stars"
]
}
]
},
{
"name": "R-bipartite",
"portdir": "R/R-bipartite",
"version": "2.20",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bipartite",
"description": "Visualising bipartite networks and calculating some (ecological) indices",
"long_description": "Visualising bipartite networks and calculating some (ecological) indices",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-fields",
"R-sna",
"R-vegan",
"R-CRAN-recommended",
"R-igraph",
"R-permute"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-leiden"
]
}
]
},
{
"name": "R-areal",
"portdir": "R/R-areal",
"version": "0.1.8.9000",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://chris-prener.github.io/areal",
"description": "Areal weighted interpolation",
"long_description": "Areal weighted interpolation",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-purrr",
"R-sf",
"R-CRAN-recommended",
"R-rlang",
"R-glue"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-covr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ncdfgeom"
]
}
]
},
{
"name": "R-tsModel",
"portdir": "R/R-tsModel",
"version": "0.6-2",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=tsModel",
"description": "Tools for specifying time-series regression models",
"long_description": "Tools for specifying time-series regression models",
"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-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-dlnm"
]
}
]
}
]
}