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 for importing and handling text files and formatted text files with additional meta-data, such including .csv, .tab, .json, .xml, .html, .pdf, .doc, .docx, .rtf, .xls, .xlsx, and others.
This package provides a dependency management toolkit for R. Using renv, you can create and manage project-local R libraries, save the state of these libraries to a lockfile, and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.
R-wrs2 offers a range of strong stats methods from Wilcox WRS functions. It implements robust t-tests, both independent and dependent, robust ANOVA, including designs with between-within subjects, quantile ANOVA, robust correlation, robust mediation, and nonparametric ANCOVA models using robust location measures.
This package provides tools to accurately benchmark and analyze execution times for R expressions.
The choices of color palettes in R can be quite overwhelming with palettes spread over many packages with many different API's. This package aims to collect all color palettes across the R ecosystem under the same package with a streamlined API.
This package provides functions for demographic and epidemiological analysis in the Lexis diagram, i.e. register and cohort follow-up data, in particular representation, manipulation and simulation of multistate data - the Lexis suite of functions, which includes interfaces to the mstate, etm and cmprsk packages. It also contains functions for Age-Period-Cohort and Lee-Carter modeling and a function for interval censored data and some useful functions for tabulation and plotting, as well as a number of epidemiological data sets.
Create interactive 3D scatter plots, network plots, and globes in R using the three.js visualization library.
This package is an implementation of extensions to Freund and Schapire's AdaBoost algorithm and Friedman's gradient boosting machine. It includes regression methods for least squares, absolute loss, t-distribution loss, quantile regression, logistic, multinomial logistic, Poisson, Cox proportional hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss, and Learning to Rank measures (LambdaMart).
This package provides a collection of functions to create spatial weights matrix objects from polygon contiguities, from point patterns by distance and tessellations, for summarizing these objects, and for permitting their use in spatial data analysis, including regional aggregation by minimum spanning tree.
The Ziggurat pseudo-random number generator (or PRNG) offers a lightweight and very fast PRNG for the normal, exponential, and uniform distributions. It is provided here in a small zero-dependency package. It can be used from R as well as from C/C++ code in other packages as is demonstrated by four included sample packages using four distinct methods to use the PRNG presented here in client package.
This package provides the functionality to set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
This package helps you with creation and use of R repositories via helper functions to insert packages into a repository, and to add repository information to the current R session. Two primary types of repositories are supported: gh-pages at GitHub, as well as local repositories on either the same machine or a local network. Drat is a recursive acronym: Drat R Archive Template.
This package defines S4 classes for single-cell genomic data and associated information, such as dimensionality reduction embeddings, nearest-neighbor graphs, and spatially-resolved coordinates. It provides data access methods and R-native hooks to ensure the Seurat object is familiar to other R users.
This package provides a recursively partitioned mixture model for Beta and Gaussian mixtures. This is a model-based clustering algorithm that returns a hierarchy of classes, similar to hierarchical clustering, but also similar to finite mixture models.
Calculate generalized R-squared, partial R-squared, and partial correlation coefficients for generalized linear (mixed) models (including quasi models with well defined variance functions).
This package provides an interface to the Nexus class library which allows parsing of NEXUS, Newick and other phylogenetic tree file formats. It provides elements of the file that can be used to build phylogenetic objects such as ape's phylo or phylobase's phylo4(d). This functionality is demonstrated with read_newick_phylo() and read_nexus_phylo().
This package provides an extendable, performant and multithreaded alt-string implementation backed by C++ vectors and strings.
This package provides tools for the analysis and visualization of bilateral asymmetry in parasitic infections.
This package provides users not only with a function to readily calculate the higher-order partial and semi-partial correlations but also with statistics and p-values of the correlation coefficients.
This is an unofficial package aimed at automating the import of LISREL output in R.
This package provides a header-only C++ library is provided with support for dates, time zones, ISO weeks, Julian dates, and Islamic dates. date offers extensive date and time functionality for the C++11, C++14 and C++17 standards. A slightly modified version has been accepted (along with tz.h) as part of C++20. This package regroups all header files from the upstream repository so that other R packages can use them in their C++ code.
This package can be used to solve Linear Programming / Linear Optimization problems by using the simplex algorithm.
This package provides an R interface to the Lawson-Hanson implementation of an algorithm for non-negative least squares (NNLS). It also allows the combination of non-negative and non-positive constraints.
This is a package for variable elimination (Gaussian elimination, Fourier-Motzkin elimination), Moore-Penrose pseudoinverse, reduction to reduced row echelon form, value substitution, projecting a vector on the convex polytope described by a system of (in)equations, simplify systems by removing spurious columns and rows and collapse implied equalities, test if a matrix is totally unimodular, compute variable ranges implied by linear (in)equalities.