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 an R Shiny application to create visual abstracts for original research. A variety of user defined options and formatting are included.
The gg.gap function enables you to define segments for the y-axis in a ggplot2 plot.
This package provides an R interface to the NCBI's EUtils API, allowing users to search databases like GenBank PubMed, process the results of those searches and pull data into their R sessions.
This package provides a fast parallelized alternative to R's native dist function to calculate distance matrices for continuous, binary, and multi-dimensional input matrices, which supports a broad variety of predefined distance functions from other R packages, as well as user- defined functions written in C++. For ease of use, the parDist function extends the signature of the dist function and uses the same parameter naming conventions as distance methods of existing R packages.
This package contains routines for logspline density estimation. The function oldlogspline() uses the same algorithm as the logspline package version 1.0.x; i.e., the Kooperberg and Stone (1992) algorithm (with an improved interface). The recommended routine logspline() uses an algorithm from Stone et al (1997).
Convert a logical vector or a vector of p-values or a correlation, difference, or distance matrix into a display identifying the pairs for which the differences were not significantly different.
This package contains a simple SMTP client which provides a portable solution for sending email, including attachments, from within R.
This package provides a collection of clean R Markdown HTML document templates using classless CSS styles. These documents use a minimal set of dependencies but still look great, making them suitable for use a package vignettes or for sharing results via email.
This package performs optimization in R using C++. A unified wrapper interface is provided to call C functions of the five optimization algorithms (Nelder-Mead, BFGS, CG, L-BFGS-B and SANN) underlying optim().
This package preloads class unions for defining/loading core OOMPA tools. It also includes vectorized operations for row-by-row means, variances, and t-tests. Finally, it provides new colorschemes.
This package lets you replace the standard x-axis in ggplots with a combination matrix to visualize complex set overlaps. UpSet has introduced a new way to visualize the overlap of sets as an alternative to Venn diagrams. This package provides a simple way to produce such plots using ggplot2. In addition it can convert any categorical axis into a combination matrix axis.
This package helps you create plots of p-values using single SNP and/or haplotype data. Main features of the package include options to display a linkage disequilibrium (LD) plot and the ability to plot multiple datasets simultaneously. Plots can be created using global and/or individual haplotype p-values along with single SNP p-values. Images are created as either PDF/EPS files.
This package provides an R interface to V8: Google's JavaScript and WebAssembly engine.
This package can be used to conduct post hoc analyses of resampling results generated by models. For example, if two models are evaluated with the root mean squared error (RMSE) using 10-fold cross-validation, there are 10 paired statistics. These can be used to make comparisons between models without involving a test set.
This package provides tools to calculate exact and approximate theory experimental designs for D, A, and I criteria. Very large designs may be created. Experimental designs may be blocked or blocked designs created from a candidate list, using several criteria. The blocking can be done when whole and within plot factors interact.
This package provides functions and datasets for bootstrapping from the book "Bootstrap Methods and Their Application" by A.C. Davison and D.V. Hinkley (1997, CUP), originally written by Angelo Canty for S.
Estimate a suite of normalizing transformations, including a new adaptation of a technique based on ranks which can guarantee normally distributed transformed data if there are no ties: ordered quantile normalization (ORQ). ORQ normalization combines a rank-mapping approach with a shifted logit approximation that allows the transformation to work on data outside the original domain. It is also able to handle new data within the original domain via linear interpolation. The package is built to estimate the best normalizing transformation for a vector consistently and accurately. It implements the Box-Cox transformation, the Yeo-Johnson transformation, three types of Lambert WxF transformations, and the ordered quantile normalization transformation. It estimates the normalization efficacy of other commonly used transformations, and it allows users to specify custom transformations or normalization statistics. Finally, functionality can be integrated into a machine learning workflow via recipes.
This package provides functions to fit kernel density functions to data on temporal activity patterns of animals; estimate coefficients of overlapping of densities for two species; and calculate bootstrap estimates of confidence intervals.
This package provides functions for fitting and plotting SITAR growth curve models. SITAR is a shape- invariant model with a regression B-spline mean curve and subject-specific random effects on both the measurement and age scales.
This package provides functions to manipulate binary fingerprints of arbitrary length. A fingerprint is represented by an object of S4 class fingerprint. The bitwise logical functions in R are overridden so that they can be used directly with fingerprint objects. A number of distance metrics are also available. Fingerprints can be converted to Euclidean vectors (i.e., points on the unit hypersphere) and can also be folded. Arbitrary fingerprint formats can be handled via line handlers. Currently handlers are provided for CDK, MOE and BCI fingerprint data.
This package provides density, probability and quantile functions, and random number generation for (skew) stable distributions, using the parametrizations of Nolan.
This package provides tools for creating and modifying HTTP requests, then performing them and processing the results. httr2 is a re-imagining of httr that uses a pipe-based interface and solves more of the problems that API wrapping packages face.
This package provides a ggplot2 extension that enables the rendering of complex formatted plot labels (titles, subtitles, facet labels, axis labels, etc.). Text boxes with automatic word wrap are also supported.
This package provides a toolkit with infrastructure for representing, summarizing, and visualizing tree-structured regression and classification models.