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 is a package for visualizing data quality of partially accruing data.
This package handles very large numbers in R. Real numbers are held using their natural logarithms, plus a logical flag indicating sign. The package includes a vignette that gives a step-by-step introduction to using S4 methods.
This package provides an implementation of the FastICA algorithm to perform independent component analysis (ICA) and projection pursuit.
This package provides full screen and partial loading screens for Shiny with spinners, progress bars, and notifications.
This package implements the RUV (Remove Unwanted Variation) algorithms. These algorithms attempt to adjust for systematic errors of unknown origin in high-dimensional data. The algorithms were originally developed for use with genomic data, especially microarray data, but may be useful with other types of high-dimensional data as well. The algorithms require the user to specify a set of negative control variables, as described in the references. The algorithms included in this package are RUV-2, RUV-4, RUV-inv, RUV-rinv, RUV-I, and RUV-III, along with various supporting algorithms.
This package provides a %dopar% adapter such that any type of futures can be used as backends for the foreach framework.
The tidyverse is a set of packages that work in harmony because they share common data representations and API design. This package is designed to make it easy to install and load multiple tidyverse packages in a single step.
This package performs prediction of a response function from simulated response values, allowing black-box optimization of functions estimated with some error. It includes a simple user interface for such applications, as well as more specialized functions designed to be called by the Migraine software (Rousset and Leblois, 2012 <doi:10.1093/molbev/MSR262>; Leblois et al., 2014 <doi:10.1093/molbev/msu212>; and see URL). The latter functions are used for prediction of likelihood surfaces and implied likelihood ratio confidence intervals, and for exploration of predictor space of the surface. Prediction of the response is based on ordinary Kriging (with residual error) of the input. Estimation of smoothing parameters is performed by generalized cross-validation.
Thisp package enables you to track and report code coverage for your package and (optionally) upload the results to a coverage service. Code coverage is a measure of the amount of code being exercised by a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
This package helps you to automate R package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, GitHub integration, licenses, Rcpp, RStudio projects, and more.
Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. Shinyjs can also be used to easily call your own custom JavaScript functions from R.
This package offers a set of functions for extending dendrogram objects in R, letting you visualize and compare trees of hierarchical clusterings. You can adjust a tree's graphical parameters (the color, size, type, etc of its branches, nodes and labels) and visually and statistically compare different dendrograms to one another.
This package provides non-statistical utilities used by the software developed by the Statnet Project.
This package provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries for finding font files that can then be used further by e.g. graphic devices.
This package provides tools for determining estimability of linear functions of regression coefficients, and epredict methods that handle non-estimable cases correctly.
This package provides fundamental physical constants (quantity, value, uncertainty, unit) for SI and non-SI units, plus unit conversions based on the data from NIST, USA.
This package provides a more scalable alternative to Venn and Euler diagrams for visualizing intersecting sets. Create visualizations of intersecting sets using a novel matrix design, along with visualizations of several common set, element and attribute related tasks.
This package provides functionality for random generation of spatial data in the spatstat family of packages. It generates random spatial patterns of points according to many simple rules (complete spatial randomness, Poisson, binomial, random grid, systematic, cell), randomised alteration of patterns (thinning, random shift, jittering), simulated realisations of random point processes (simple sequential inhibition, Matern inhibition models, Matern cluster process, Neyman-Scott cluster processes, log-Gaussian Cox processes, product shot noise cluster processes) and simulation of Gibbs point processes (Metropolis-Hastings birth-death-shift algorithm, alternating Gibbs sampler).
To make it easy to create CONSORT diagrams for the transparent reporting of participant allocation in randomized, controlled clinical trials. This is done by creating a standardized disposition data, and using this data as the source for the creation a standard CONSORT diagram. Human effort by supplying text labels on the node can also be achieved.
This package provides tools for the calibration of penalized criteria for model selection. The calibration methods available are based on the slope heuristics.
This is a package that allows conversion to and from data in JavaScript Object Notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to the rjson package.
This is a package for Bayesian model averaging and variable selection for linear models, generalized linear models and survival models (cox regression).
This package provides template functions to assist in building friendly R packages that praise their users.
This package provides enhanced message functions (cat() / message() / warning() / error()) using wrappers around sprintf(). It also provides multiple assertion functions (e.g. to check class, length, values, files, arguments, etc.).