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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides functions for applying a wide range of fisheries stock assessment methods.
This is a port of the type guesser from the readr package, the so-called readr first edition parsing engine, now superseded by vroom.
This package provides a unified pipeline to clean, prepare, plot, and run basic analyses on pupillometry experiments.
This package allows you to control the number of threads the BLAS library uses. It is also possible to control the number of threads in OpenMP.
This package provides the URL checking tools available in R 4.1+ as a package for earlier versions of R. It also uses concurrent requests so can be much faster than the serial versions.
This is a package to compare sequence fragment lengths or molecular weights from pairs of lanes. The number of matching bands in the Restriction Fragment Length Polymorphism (RFLP) data is calculated using the align-and-count method.
This package provides tools to create interactive chords diagrams via the D3 Javascript library. Chord diagrams show directed relationships among a group of entities. This package is based on http://bl.ocks.org/mbostock/4062006 with some modifications (fading) and additions (tooltips, bipartite diagram type).
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.
This package provides density, distribution, quantile and hazard functions of a stable variate, as well as generalized regression models for the parameters of a stable distribution.
This package provides a cross-platform interface to file system operations, built on top of the libuv C library.
This package provides a toolset for functional enrichment analysis and visualization, gene/protein/SNP identifier conversion and mapping orthologous genes across species via g:Profiler. The main tools are:
g:GOSt, functional enrichment analysis and visualization of gene lists;g:Convert, gene/protein/transcript identifier conversion across various namespaces;g:Orth, orthology search across species;g:SNPense, mapping SNP rs identifiers to chromosome positions, genes and variant effects.
This package is an R interface corresponding to the 2019 update of g:Profiler and provides access to versions e94_eg41_p11 and higher.
This is a package for visualizing functional data and identifying functional outliers with bagplots, boxplots and rainbow plots.
This package provides an implementation of Adaptive Base Error Model in Ultra-deep Sequencing data (ABEMUS), which combines platform-specific genetic knowledge and empirical signal to readily detect and quantify somatic single nucleotide variants (SNVs) in circulating cell free DNA (cfDNA).
This package can automatically extract statistical null-hypothesis significant testing (NHST) results from articles and recompute the p-values based on the reported test statistic and degrees of freedom to detect possible inconsistencies.
This lightweight package that adds progress bar to vectorized R functions apply. The implementation can easily be added to functions where showing the progress is useful e.g. bootstrap.
This package contains a collection of functions to deal with nonparametric measurement error problems using deconvolution kernel methods. We focus two measurement error models in the package: (1) an additive measurement error model, where the goal is to estimate the density or distribution function from contaminated data; (2) nonparametric regression model with errors-in-variables. The R functions allow the measurement errors to be either homoscedastic or heteroscedastic. To make the deconvolution estimators computationally more efficient in R, we adapt the "Fast Fourier Transform" (FFT) algorithm for density estimation with error-free data to the deconvolution kernel estimation. Several methods for the selection of the data-driven smoothing parameter are also provided in the package. See details in: Wang, X.F. and Wang, B. (2011). Deconvolution estimation in measurement error models: The R package decon. Journal of Statistical Software, 39(10), 1-24.
This package provides tools to access and manipulate Word and PowerPoint documents from R. The package focuses on tabular and graphical reporting from R; it also provides two functions that let users get document content into data objects. A set of functions lets add and remove images, tables and paragraphs of text in new or existing documents. When working with PowerPoint presentations, slides can be added or removed; shapes inside slides can also be added or removed. When working with Word documents, a cursor can be used to help insert or delete content at a specific location in the document.
This package provides airline on-time data for all flights departing NYC in 2013. It also includes useful metadata on airlines, airports, weather, and planes.
This package provides a common interface to specifying clustering models, in the same style as parsnip. It creates a unified interface across different functions and computational engines.
This package computes cell fate bias for multi-lineage single-cell data. It also provides visualization tools for analyzing these biases.
This package provides an infrastructure for representing, manipulating and analyzing transaction data and patterns (frequent itemsets and association rules). It also provides C implementations of the association mining algorithms Apriori and Eclat.
This package creates dummy columns from columns that have categorical variables (character or factor types). You can also specify which columns to make dummies out of, or which columns to ignore. Also creates dummy rows from character, factor, and Date columns. This package provides a significant speed increase from creating dummy variables through model.matrix().
The tidy modeling "verse" is a collection of packages for modeling and statistical analysis that share the underlying design philosophy, grammar, and data structures of the tidyverse.
This package provides an R interface to the Embedded COnic Solver (ECOS), an efficient and robust C library for convex problems. Conic and equality constraints can be specified in addition to integer and boolean variable constraints for mixed-integer problems. This R interface is inspired by the Python interface and has similar calling conventions.