Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides functions that:
find the minimum/maximum of a linear or quadratic function,
sample an underdetermined or overdetermined system,
solve a linear system Ax=B for the unknown x.
It includes banded and tridiagonal linear systems. The package calls Fortran functions from LINPACK.
Inference based on models with or without spatially-correlated random effects, multivariate responses, or non-Gaussian random effects (e.g., Beta). Variation in residual variance (heteroscedasticity) can itself be represented by a mixed-effect model. Both classical geostatistical models (Rousset and Ferdy 2014 <doi:10.1111/ecog.00566>), and Markov random field models on irregular grids (as considered in the INLA package, <https://www.r-inla.org>), can be fitted, with distinct computational procedures exploiting the sparse matrix representations for the latter case and other autoregressive models. Laplace approximations are used for likelihood or restricted likelihood. Penalized quasi-likelihood and other variants discussed in the h-likelihood literature (Lee and Nelder 2001 <doi:10.1093/biomet/88.4.987>) are also implemented.
This package provides a self-tuning spectral clustering method for single or multi-view data. Spectrum uses a new type of adaptive density aware kernel that strengthens connections in the graph based on common nearest neighbours. It uses a tensor product graph data integration and diffusion procedure to integrate different data sources and reduce noise. Spectrum uses either the eigengap or multimodality gap heuristics to determine the number of clusters. The method is sufficiently flexible so that a wide range of Gaussian and non-Gaussian structures can be clustered with automatic selection of K.
This package provides functions for bitwise operations on integer vectors.
This package provides an estimation and inference methods for models of conditional quantiles: linear and nonlinear parametric and non-parametric models for conditional quantiles of a univariate response and several methods for handling censored survival data. Portfolio selection methods based on expected shortfall risk are also included.
This package provides a syntax highlighter for R code based on the results of the R parser. It supports rendering in HTML and LaTeX markup. It includes a custom Sweave driver performing syntax highlighting of R code chunks.
This package provides functions and scripts used in the book "Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and Life Sciences" by Ron Wehrens, Springer (2011).
The ACE file format is used in genomics to store contigs from sequencing machines. This tools converts it into FASTQ format. Both formats contain the sequence characters and their corresponding quality information. Unlike the FASTQ file, the ACE file stores the quality values numerically. The conversion algorithm uses the standard Sanger formula. The package facilitates insertion into pipelines, and content inspection.
This package provides qualitatively constrained (regression) smoothing splines via linear programming and sparse matrices.
This package provides simple, flexible assertions on data.frame or data.table objects with verbose output for vetting. While other assertion packages apply towards more general use-cases, assertable is tailored towards tabular data. It includes functions to check variable names and values, whether the dataset contains all combinations of a given set of unique identifiers, and whether it is a certain length. In addition, assertable includes utility functions to check the existence of target files and to efficiently import multiple tabular data files into one data.table.
This is a package for random number generation for the truncated multivariate normal and Student t distribution. It computes probabilities, quantiles and densities, including one-dimensional and bivariate marginal densities. It computes first and second moments (i.e. mean and covariance matrix) for the double-truncated multinormal case.
This package provides a small subset of Unicode symbols, that are useful when building command line applications. They fall back to alternatives on terminals that do not support Unicode.
Computes local polynomial estimators for the regression and also density. It comprises several different utilities to handle kernel estimators.
This package provides an implementation of interpreted string literals, inspired by Python's Literal String Interpolation (PEP-0498) and Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.
Currently there are many functions in S-PLUS that are missing in R. To facilitate the conversion of S-PLUS packages to R packages, this package provides some missing S-PLUS functionality in R.
This package allows communication with the Extensible Neuroimaging Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and download images.
NbClust provides 30 indexes for determining the optimal number of clusters in a data set and offers the best clustering scheme from different results to the user.
The TOML configuration format specifies an excellent format suitable for both human editing as well as the common uses of a machine-readable format. This package provides Rcpp bindings to a TOML parser.
This package provides a collection of R functions for analyzing finite mixture models.
This package is a collection of data analysis tools. It includes tools for regression outlier detection in a fitted linear model, stationary bootstrap using a truncated geometric distribution, a comprehensive test for weak stationarity, column means by group, weighted biplots, and a heuristic to obtain a better initial configuration in non-metric MDS.
This package provides an mlr3 extension that provides various resampling-based confidence interval (CI) methods for estimating the generalization error. These CI methods are implemented as mlr3 measures, enabling the evaluation of individual algorithms on specific tasks as well as the comparison of different learning algorithms.
In S3 generics, it's useful to take ... so that methods can have additional arguments. But this flexibility comes at a cost: misspelled arguments will be silently ignored. The ellipsis package is an experiment that allows a generic to warn if any arguments passed in ... are not used.
This package provides tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.
This package provides simple mechanisms for defining and interpreting package options. It provides helpers for interpreting environment variables, global options, defining default values and more.