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 extends sparse matrix and vector classes from the Matrix package by providing:
Methods and operators that work natively on CSR formats (compressed sparse row, a.k.a.
RsparseMatrix) such as slicing/sub-setting, assignment,rbind(), mathematical operators for CSR and COO such as addition orsqrt(), and methods such asdiag();Multi-threaded matrix multiplication and cross-product for many
<sparse, dense>types, including thefloat32type fromfloat;Coercion methods between pairs of classes which are not present in
Matrix, such as fromdgCMatrixtongRMatrix, as well as convenience conversion functions;Utility functions for sparse matrices such as sorting the indices or removing zero-valued entries;
Fast transposes that work by outputting in the opposite storage format;
Faster replacements for many
Matrixmethods for all sparse types, such as slicing and elementwise multiplication.Convenience functions for sparse objects, such as
mapSparseor a shortershowmethod.
This package lets you compute and plot predictions, slopes, marginal means, and comparisons (contrasts, risk ratios, odds, etc.) for over 100 classes of statistical and machine learning models in R. Conduct linear and non-linear hypothesis tests, or equivalence tests. Calculate uncertainty estimates using the delta method, bootstrapping, or simulation-based inference. Details can be found in Arel-Bundock, Greifer, and Heiss (2024) <doi:10.18637/jss.v111.i09>.
Function-oriented Make-like declarative pipelines for statistics and data science are supported in the targets R package. As an extension to targets, the tarchetypes package provides convenient user-side functions to make targets easier to use. By establishing reusable archetypes for common kinds of targets and pipelines, these functions help express complicated reproducible pipelines concisely and compactly. The methods in this package were influenced by the drake R package by Will Landau (2018) <doi:10.21105/joss.00550>.
This package provides a simple interface for creating active bindings where the bound function accepts additional arguments.
This package provides the usual distribution functions, maximum likelihood inference and model diagnostics for univariate stationary extreme value mixture models. Also, there are provided kernel density estimation including various boundary corrected kernel density estimation methods and a wide choice of kernels, with cross-validation likelihood based bandwidth estimator. Reasonable consistency with the base functions in the evd package is provided, so that users can safely interchange most code.
This package enhances the ROI with the lp_solve solver.
This package provides selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes.
This package provides tools used by organizational researchers for the analysis of multilevel data. It includes four broad sets of tools.
functions for estimating within-group agreement and reliability indices.
functions for manipulating multilevel and longitudinal (panel) data.
simulations for estimating power and generating multilevel data.
miscellaneous functions for estimating reliability and performing simple calculations and data transformations.
With this package it is possible to define parameter spaces, constraints and dependencies for arbitrary algorithms, and to program on such spaces. It also includes statistical designs and random samplers. Objects are implemented as R6 classes.
This package provides a collection of methods for smoothing numerical data, commencing with a port of the Matlab gaussian window smoothing function. In addition, several functions typically used in smoothing of financial data are included.
The GNU Scientific Library (or GSL) is a collection of numerical routines for scientific computing. It is particularly useful for C and C++ programs as it provides a standard C interface to a wide range of mathematical routines. There are over 1000 functions in total with an extensive test suite. The RcppGSL package provides an easy-to-use interface between GSL data structures and R using concepts from Rcpp which is itself a package that eases the interfaces between R and C++.
This is package for QTL mapping in a mixed model framework with separate detection and localization stages. The first stage detects the number of QTL on each chromosome based on the genetic variation due to grouped markers on the chromosome; the second stage uses this information to determine the most likely QTL positions. The mixed model can accommodate general fixed and random effects, including spatial effects in field trials and pedigree effects. It is applicable to backcrosses, doubled haploids, recombinant inbred lines, F2 intercrosses, and association mapping populations.
This package provides a collection of efficient, vectorized algorithms for the creation and investigation of magic squares and hypercubes, including a variety of functions for the manipulation and analysis of arbitrarily dimensioned arrays.
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 an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the date library. date provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations.
This is a package for fast image processing for images in up to 4 dimensions (two spatial dimensions, one time/depth dimension, one color dimension). It provides most traditional image processing tools (filtering, morphology, transformations, etc.) as well as various functions for easily analyzing image data using R. The package wraps CImg, a simple, modern C++ library for image processing.
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.
This package provides basic infrastructure and some algorithms for the traveling salesperson problem(TSP) (also known as the traveling salesman problem).
This package provides an interface to the NetCDF file formats designed by Unidata for efficient storage of array-oriented scientific data and descriptions. Most capabilities of NetCDF version 4 are supported. Optional conversions of time units are enabled by UDUNITS version 2, also from Unidata.
This package contains all the datasets for the spatstat package.
This package lets you assign distinct colors to arbitrary multi-dimensional data, considering its structure.
This package is an implementation of a regularized regression prediction and empirical Bayes method to recover the true gene expression profile in noisy and sparse single-cell RNA-seq data. In single-cell RNA sequencing (scRNA-seq) studies, only a small fraction of the transcripts present in each cell are sequenced. This leads to unreliable quantification of genes with low or moderate expression, which hinders downstream analysis. This package single-cell analysis via expression recovery (SAVER) implements an expression recovery method for unique molecule index (UMI)-based scRNA-seq data that borrows information across genes and cells to provide accurate expression estimates for all genes.
This package provides e-statistics (energy) tests and statistics for multivariate and univariate inference, including distance correlation, one-sample, two-sample, and multi-sample tests for comparing multivariate distributions, are implemented. Measuring and testing multivariate independence based on distance correlation, partial distance correlation, multivariate goodness-of-fit tests, clustering based on energy distance, testing for multivariate normality, distance components (disco) for non-parametric analysis of structured data, and other energy statistics/methods are implemented.
This package estimates conditional Akaike information in mixed-effect models. These models are fitted using (g)lmer() from lme4, lme() from nlme, and gamm() from mgcv. The provided functions facilitate the computation of the conditional Akaike information for model evaluation.