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 Bayesian A/B testing including prior elicitation options based on Kass and Vaidyanathan (1992) doi:10.1111/j.2517-6161.1992.tb01868.x.
This package implements easy-to-use functions to generate 2-7 sets Venn plot in publication quality. ggVennDiagram plot Venn using well-defined geometry dataset and ggplot2. The shapes of 2-4 sets Venn use circles and ellipses, while the shapes of 4-7 sets Venn use irregular polygons (4 has both forms), which are developed and imported from another package venn. We provide internal functions to integrate shape data with user provided sets data, and calculated the geometry of every regions/intersections of them, then separately plot Venn in three components: set edges, set labels, and regions. From version 1.0, it is possible to customize these components as you demand in ordinary ggplot2 grammar.
The aim of httr is to provide a wrapper for RCurl customised to the demands of modern web APIs. It provides useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components.
This package makes the qhull library available in R, in a similar manner as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. Currently the package only gives access to Delaunay triangulation and convex hull computation.
This package provides a collection of convenient functions for common statistical computations, which are not directly provided by R's base or stats packages. This package aims at providing, first, shortcuts for statistical measures, which otherwise could only be calculated with additional effort. Second, these shortcut functions are generic, and can be applied not only to vectors, but also to other objects as well. The focus of most functions lies on summary statistics or fit measures for regression models, including generalized linear models, mixed effects models and Bayesian models.
This package contains tools for the organization, display, and analysis of the sorts of data frequently encountered in phonetics research and experimentation, including the easy creation of IPA vowel plots, and the creation and manipulation of WAVE audio files.
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 is package for regression modeling using rules with added instance-based corrections.
This package performs estimation of physical activity and sedentary behavior variables from activPAL events files.
This package provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
This package is an R package designed for QC, analysis, and exploration of single cell RNA-seq data. It easily enables widely-used analytical techniques, including the identification of highly variable genes, dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering algorithms; density clustering, hierarchical clustering, k-means, and the discovery of differentially expressed genes and markers.
This package allows for testing of non-nested models. It includes tests of model distinguishability and of model fit that can be applied to both nested and non-nested models. The package also includes functionality to obtain confidence intervals associated with AIC and BIC.
This package provides an interface (wrapper) to MPI APIs. It also provides an interactive R manager and worker environment.
The r-abhgenotyper package provides simple imputation, error-correction and plotting capacities for genotype data. The package is supposed to serve as an intermediate but independent analysis tool between the TASSEL GBS pipeline and the r-qtl package. It provides functionalities not found in either TASSEL or r-qtl in addition to visualization of genotypes as "graphical genotypes".
This is a framework for construction and analysis of 2D Monte-Carlo simulations. In addition, this package includes various distributions.
This package provides medium to high level functions for 3D interactive graphics, including functions modelled on base graphics (plot3d(), etc.) as well as functions for constructing representations of geometric objects (cube3d(), etc.). Output may be on screen using OpenGL, or to various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
This package provides an R interface to HiGHS, an optimization solver. It is designed for solving mixed-integer optimization problems with quadratic or linear objectives and linear constraints.
This package contains extensions to ggplot2.
Geomas:
geom_table,geom_plotandgeom_grobadd insets to plots using native data coordinates, whilegeom_table_npc,geom_plot_npcandgeom_grob_npcdo the same usingnpccoordinates through new aestheticsnpcxandnpcy.Statistics: select observations based on 2D density.
Positions: radial nudging away from a center point and nudging away from a line or curve.
This package provides a cross-platform Zip compression library for R. It is a replacement for the zip function, that does not require any additional external tools on any platform.
This package allows you to create Q-Q and Manhattan plots for GWAS data from PLINK results.
This package provides software to accompany the book "Wavelet Methods for Time Series Analysis", Donald B. Percival and Andrew T. Walden, Cambridge University Press, 2000.
This package computes cell fate bias for multi-lineage single-cell data. It also provides visualization tools for analyzing these biases.
Raw vectors in R are useful for storing a single binary object. What if you want to put a vector of them in a data frame? The blob package provides the blob object, a list of raw vectors, suitable for use as a column in data frame.
This package provides a collection of Lua filters that extend the functionality of R Markdown templates (e.g., count words or post-process citations).