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 data structures and basic operations for ordinary sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals.
This package enables you to create interactive cluster heatmaps that can be saved as a stand-alone HTML file, embedded in R Markdown documents or in a Shiny app, and made available in the RStudio viewer pane. Hover the mouse pointer over a cell to show details or drag a rectangle to zoom. A heatmap is a popular graphical method for visualizing high-dimensional data, in which a table of numbers is encoded as a grid of colored cells. The rows and columns of the matrix are ordered to highlight patterns and are often accompanied by dendrograms.
This package provides some methods to manipulate HDF5 files, extending the hdf5r package. Reading and writing R objects to HDF5 formats follow the specification of AnnData.
This is a package to simplify loading of system fonts and Google Fonts into R, in order to support other packages.
This package lets you calculate power for generalized linear mixed models, using simulation. It was designed to work with models fit using the lme4 package. The package is described in Green and MacLeod (2016).
The gdtools package provides functionalities to get font metrics and to generate base64 encoded string from raster matrix.
This package is a collection of functions and layers to enhance ggplot2. The flagship function is ggMarginal(), which can be used to add marginal histograms/boxplots/density plots to ggplot2 scatterplots.
This is a supplement to the maps package providing the larger and/or higher-resolution databases.
This package provides functions for robust principal component analysis (PCA) by projection pursuit.
This started out as a package for file and string manipulation. Since then, the fs and strex packages emerged, offering functionality previously given by this package. Those packages have hence almost pushed filesstrings into extinction. However, it still has a small number of unique, handy file manipulation functions which can be seen in the vignette. One example is a function to remove spaces from all file names in a directory.
This package contains a function that imports data from a CSV file, or uses manually entered data from the format (x, y, weight) and plots the appropriate ACC vs LOI graph and LMA graph. The main function is plotLMA (source file, header) that takes a data set and plots the appropriate LMA and ACC graphs. If no source file (a string) was passed, a manual data entry window is opened. The header parameter indicates by TRUE/FALSE (false by default) if the source CSV file has a header row or not. The dataset should contain only one independent variable (x) and one dependent variable (y) and can contain a weight for each observation.
Simultaneous tests and confidence intervals for general linear hypotheses in parametric models, including linear, generalized linear, linear mixed effects, and survival models. The package includes demos reproducing analyzes presented in the book "Multiple Comparisons Using R" (Bretz, Hothorn, Westfall, 2010, CRC Press).
This package provides tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.
This is yet another command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptation for easier use in R. It also provides a simple way for variable interpolation in R.
The brew package implements a templating framework for mixing text and R code for report generation. The template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.
This package provides utility functions useful when programming and developing R packages.
This package provides utilities to work with indices of effect size and standardized parameters for a wide variety of models, allowing computation and conversion of indices such as Cohen's d, r, odds, etc.
This package provides tools to export R data as LaTeX and HTML tables.
This package implements density, distribution functions, quantile functions and random generation functions for a large number of univariate and multivariate distributions.
Functions implemented in this package allow coercing (i.e. convert) network data between classes provided by other R packages. Currently supported classes are those defined in packages network and igraph.
This package provides tools to compute polychoric and polyserial correlations by quick "two-step" methods or ML, optionally with standard errors; tetrachoric and biserial correlations are special cases.
This package performs complex string operations compactly and efficiently. It supports string interpolation jointly with over 50 string operations. It also enhances regular string functions (like grep() and co).
This package provides a system for reporting messages, which offers certain useful features over the standard R system, such as the incorporation of output consolidation, message filtering, assertions, expression substitution, automatic generation of stack traces for debugging, and conditional reporting based on the current "output level".
This package contains functionality for performing the following methods of p-value aggregation: Fisher's method, the Lancaster method (weighted Fisher's method), and Sidak correction.