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 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 package provides a native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.
This package provides tools for functional linear modeling and analysis of actigraphy data.
This package lets you expand factors, characters and other eligible classes into dummy/indicator variables.
This package provides functions to impute using random forest. It operates under full conditional specifications (multivariate imputation by chained equations).
This is a package for interactive Reingold-Tilford tree diagrams created using D3.js, where every node can be expanded and collapsed by clicking on it. Tooltips and color gradients can be mapped to nodes using a numeric column in the source data frame.
This package provides the usual distribution functions, maximum likelihood inference and model diagnostics for univariate stationary extreme value mixture models. Also, there are provided kernel density estimation including various boundary corrected kernel density estimation methods and a wide choice of kernels, with cross-validation likelihood based bandwidth estimator. Reasonable consistency with the base functions in the evd package is provided, so that users can safely interchange most code.
This package provides functions for computing the density and the distribution function of multivariate normal and "t" random variables, and for generating random vectors sampled from these distributions. Probabilities are computed via non-Monte Carlo methods.
Phylogenetic clustering (phyloclustering) is an evolutionary continuous time Markov Chain model-based approach to identify population structure from molecular data without assuming linkage equilibrium. The package phyclust provides a convenient implementation of phyloclustering for DNA and SNP data, capable of clustering individuals into subpopulations and identifying molecular sequences representative of those subpopulations. It is designed in C for performance and interfaced with R for visualization.
This is a package providing tools for weighted k-Nearest neighbors for classification, regression and clustering.
This package provides a small subset of Unicode symbols, that are useful when building command line applications. They fall back to alternatives on terminals that do not support Unicode.
This package performs estimation of physical activity and sedentary behavior variables from activPAL events files.
This is a subset of the original spatstat package, containing the user-level code from spatstat which performs geometrical operations, except for the geometry of linear networks.
The labeling package provides a range of axis labeling algorithms.
This package provides functionality to define and train neural networks similar to PyTorch but written entirely in R using the libtorch library. It also supports low-level tensor operations and GPU acceleration.
This is a package for stubbing and setting expectations on HTTP requests. It includes tools for stubbing HTTP requests, including expected request conditions and response conditions. You can match on HTTP method, query parameters, request body, headers and more. It can be used for unit tests or outside of a testing context.
This package provides data sets for econometrics, including political science.
This package provides an implementation of a data cube extracted out of dplyr for backward compatibility.
This package lets you manage Google Drive files from R.
Efficient C++ optimized functions for numerical and symbolic calculus. It includes basic symbolic arithmetic, tensor calculus, Einstein summing convention, fast computation of the Levi-Civita symbol and generalized Kronecker delta, Taylor series expansion, multivariate Hermite polynomials, accurate high-order derivatives, differential operators (Gradient, Jacobian, Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary orthogonal coordinate systems: cartesian, polar, spherical, cylindrical, parabolic or user defined by custom scale factors.
This package provides a forest plot that allows for multiple confidence intervals per row, custom fonts for each text element, custom confidence intervals, text mixed with expressions, and more. The aim is to extend the use of forest plots beyond meta-analyses. This is a more general version of the original rmeta package's forestplot() function and relies heavily on the grid package.
This package provides helper functions to work with spreadsheets and the A1:D10 style of cell range specification.
Webshot makes it easy to take screenshots of web pages from within R. It can also run Shiny applications locally and take screenshots of the application; and it can render and screenshot static as well as interactive R Markdown documents.
This package provides a collection of tools to streamline the process of fitting elastic net models with glmnet. In addition to providing a formula interface, it also features a function cva.glmnet to do crossvalidation for both α and λ, as well as some utility functions.