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 performs optimization in R using C++. A unified wrapper interface is provided to call C functions of the five optimization algorithms (Nelder-Mead, BFGS, CG, L-BFGS-B and SANN) underlying optim().
This package provides tools to accurately benchmark and analyze execution times for R expressions.
This package provides routines for the polynomial spline fitting routines hazard regression, hazard estimation with flexible tails, logspline, lspec, polyclass, and polymars.
This package provides tool for estimation, testing and regression modeling of subdistribution functions in competing risks, as described in Gray (1988), A class of K-sample tests for comparing the cumulative incidence of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999), A proportional hazards model for the subdistribution of a competing risk, JASA, 94:496-509.
This package provides utilities for working with Google APIs. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.
This R package provides a single procedure guix.install(), which allows users to install R packages via Guix right from within their running R session. If the requested R package does not exist in Guix at this time, the package and all its missing dependencies will be imported recursively and the generated package definitions will be written to ~/.Rguix/packages.scm. This record of imported packages can be used later to reproduce the environment, and to add the packages in question to a proper Guix channel (or Guix itself). guix.install() not only supports installing packages from CRAN, but also from Bioconductor or even arbitrary git or mercurial repositories, replacing the need for installation via devtools.
This package constructs basis functions of B-splines, M-splines, I-splines, convex splines (C-splines), periodic splines, natural cubic splines, generalized Bernstein polynomials, their derivatives, and integrals (except C-splines) by closed-form recursive formulas. It also contains a C++ head-only library integrated with Rcpp.
This package provides routines to find the root of nonlinear functions, and to perform steady-state and equilibrium analysis of ordinary differential equations (ODE). It includes routines that:
generate gradient and jacobian matrices (full and banded),
find roots of non-linear equations by the Newton-Raphson method,
estimate steady-state conditions of a system of (differential) equations in full, banded or sparse form, using the Newton-Raphson method, or by dynamically running,
solve the steady-state conditions for uni- and multicomponent 1-D, 2-D, and 3-D partial differential equations, that have been converted to ordinary differential equations by numerical differencing (using the method-of-lines approach).
This package provides implementations of the SHA-3 cryptographic hash and SHAKE256 extendable-output functions (XOF).
This package provides infrastructure for seriation with an implementation of several seriation/sequencing techniques to reorder matrices, dissimilarity matrices, and dendrograms. It also provides (optimally) reordered heatmaps, color images and clustering visualizations like dissimilarity plots, and visual assessment of cluster tendency plots (VAT and iVAT).
This package provides data sets from project Mosaic http://mosaic-web.org used to teach mathematics, statistics, computation and modeling.
This package provides a collection of high-performance utilities. It can be used to compute distances, correlations, autocorrelations, clustering, and other tasks. It also contains a graph clustering algorithm described in MetaCell analysis of single-cell RNA-seq data using K-nn graph partitions.
The clusterGeneration package provides functions for generating random clusters, generating random covariance/correlation matrices, calculating a separation index (data and population version) for pairs of clusters or cluster distributions, and 1-D and 2-D projection plots to visualize clusters. The package also contains a function to generate random clusters based on factorial designs with factors such as degree of separation, number of clusters, number of variables, number of noisy variables.
This package represents an implementation of functions to optimize ordering of nodes in a dendrogram, without affecting the meaning of the dendrogram. A dendrogram can be sorted based on the average distance of subtrees, or based on the smallest distance value. These sorting methods improve readability and interpretability of tree structure, especially for tasks such as comparison of different distance measures or linkage types and identification of tight clusters and outliers. As a result, it also introduces more meaningful reordering for a coupled heatmap visualization.
This package provides a set of tools to perform Quantitative Trait Locus (QTL) analysis in experimental crosses. It is a reimplementation of the R/qtl package to better handle high-dimensional data and complex cross designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.
This package provides a tool for calculating z-scores and centiles for weight-for-age, length/height-for-age, weight-for-length/height, BMI-for-age, head circumference-for-age, age circumference-for-age, subscapular skinfold-for-age, triceps skinfold-for-age based on the WHO Child Growth Standards.
This package provides a new object oriented programming system designed to be a successor to S3 and S4. It includes formal class, generic, and method specification, and a limited form of multiple dispatch. It has been designed and implemented collaboratively by the R Consortium Object-Oriented Programming Working Group, which includes representatives from R-Core, Bioconductor, Posit/tidyverse, and the wider R community.
This package provides a collection of libraries for numerical computing (numerical integration, optimization, etc.) and their integration with Rcpp.
This package estimates the matrix of partial correlations based on different regularized regression methods: lasso, adaptive lasso, PLS, and Ridge Regression. In addition, the package provides model selection for lasso, adaptive lasso and Ridge regression based on cross-validation.
This package tracks reading and writing within R scripts that are organized into a directed acyclic graph. It contains an interactive Shiny application adaprApp(). It uses Git and file hashes to track version histories of inputs and outputs.
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.
This is a package for interactive Reingold-Tilford tree diagrams created using D3.js, where every node can be expanded and collapsed by clicking on it. Tooltips and color gradients can be mapped to nodes using a numeric column in the source data frame.
This package provides a collection of pre-optimized space-filling designs, for up to ten parameters, is contained here. Functions are provided to access designs described by Husslage et al (2011) and Wang and Fang (2005). The design types included are Audze-Eglais, MaxiMin, and uniform.
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, 2010) <doi:10.1214/09-AOAS306>. The package provides functions for model estimation, dispersion testing, and diagnostics. Zero-inflated CMP regression (Sellers & Raim, 2016) <doi:10.1016/j.csda.2016.01.007> is also supported.