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 a close to zero dependency package to draw and display Venn diagrams up to 7 sets, and any Boolean union of set intersections.
This package provides an R interface to the C libstemmer library that implements Porter's word stemming algorithm for collapsing words to a common root to aid comparison of vocabulary. Currently supported languages are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.
This package provides methods for species distribution modeling, i.e., predicting the environmental similarity of any site to that of the locations of known occurrences of a species.
The ability to tune models is important. tune contains functions and classes to be used in conjunction with other tidymodels packages for finding reasonable values of hyper-parameters in models, pre-processing methods, and post-processing steps.
R/qtl is an extension library for the R statistics system. It is used to analyze experimental crosses for identifying genes contributing to variation in quantitative traits (so-called quantitative trait loci, QTLs).
Using a hidden Markov model, R/qtl estimates genetic maps, to identify genotyping errors, and to perform single-QTL and two-QTL, two-dimensional genome scans.
This package provides tools for regression subset selection, including exhaustive search.
Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an XPath "interpreter".
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 package computes moments of univariate truncated T distribution. There is only one exported function, e_trunct, which should be seen for details.
This package provides an efficient interface to MPI by utilizing S4 classes and methods with a focus on Single Program/Multiple Data (SPMD) parallel programming style, which is intended for batch parallel execution.
This package provides functions to visualise webs and calculate a series of indices commonly used to describe pattern in (ecological) webs. It focuses on webs consisting of only two levels (bipartite), e.g. pollination webs or predator-prey-webs. Visualisation is important to get an idea of what we are actually looking at, while the indices summarise different aspects of the web's topology.
This package provides tools for categorical data analysis with complete or missing responses.
The pscl is an R package providing classes and methods for:
Bayesian analysis of roll call data (item-response models);
elementary Bayesian statistics;
maximum likelihood estimation of zero-inflated and hurdle models for count data;
utility functions.
This package implements generalized Deming regression, Theil-Sen regression and Passing-Bablock regression functions.
This package provides functions for robust principal component analysis (PCA) by projection pursuit.
This package provides miscellaneous small tools and utilities. Many of them facilitate the work with matrices, e.g. inserting rows or columns, creating symmetric matrices, or checking for semidefiniteness. Other tools facilitate the work with regression models, e.g. extracting the standard errors, obtaining the number of (estimated) parameters, or calculating R-squared values.
This package provides a generalized estimating equations solver for parameters in mean, scale, and correlation structures, through mean link, scale link, and correlation link. It can also handle clustered categorical responses.
This package provides a fast, flexible, and comprehensive framework for quantitative text analysis in R. It provides functionality for corpus management, creating and manipulating tokens and ngrams, exploring keywords in context, forming and manipulating sparse matrices of documents by features and feature co-occurrences, analyzing keywords, computing feature similarities and distances, applying content dictionaries, applying supervised and unsupervised machine learning, visually representing text and text analyses, and more.
This package provides font files that can be used by the showtext package.
This package provides functions for working with the Tracy-Widom laws and other distributions related to the eigenvalues of large Wishart matrices.
This package lets you easily use Bootstrap icons inside Shiny apps and R Markdown documents. More generally, icons can be inserted in any htmltools document through inline SVG.
This package provides a collection of meta-analysis datasets for teaching purposes, illustrating/testing meta-analytic methods, and validating published analyses.
The tensor product of two arrays is notionally an outer product of the arrays collapsed in specific extents by summing along the appropriate diagonals. This package allows you to compute the tensor product of arrays.
This package implements the RUV (Remove Unwanted Variation) algorithms. These algorithms attempt to adjust for systematic errors of unknown origin in high-dimensional data. The algorithms were originally developed for use with genomic data, especially microarray data, but may be useful with other types of high-dimensional data as well. The algorithms require the user to specify a set of negative control variables, as described in the references. The algorithms included in this package are RUV-2, RUV-4, RUV-inv, RUV-rinv, RUV-I, and RUV-III, along with various supporting algorithms.