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 interface to all Enrichr databases, a web-based tool for analyzing gene sets and returns any enrichment of common annotated biological functions.
This package provides functions for prior and likelihood sensitivity analysis in Bayesian models. It implements methods to determine the sensitivity of the posterior to power-scaling perturbations of the prior and likelihood.
This package provides conditional inference procedures for the general independence problem including two-sample, K-sample (non-parametric ANOVA), correlation, censored, ordered and multivariate problems.
This package provides tools for handling Base64 encoding. It is more flexible than the orphaned "base64" package.
This package tests the goodness of fit of a distribution of offspring to the Normal, Poisson, and Gamma distribution and estimates the proportional paternity of the second male (P2) based on the best fit distribution.
This package provides an R client for jq, a JSON processor. jq allows the following with JSON data: index into, parse, do calculations, cut up and filter, change key names and values, perform conditionals and comparisons, and more.
This package provides tools that can be used to calculate, evaluate, plot and use for inference the profiles of *arbitrary* inference functions for arbitrary glm-like fitted models with linear predictors. More information on the methods that are implemented can be found in Kosmidis (2008) https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf.
This package provides an efficient implementation of Kernel SHAP (Lundberg and Lee, 2017, <doi:10.48550/arXiv.1705.07874>) permutation SHAP, and additive SHAP for model interpretability. For Kernel SHAP and permutation SHAP, if the number of features is too large for exact calculations, the algorithms iterate until the SHAP values are sufficiently precise in terms of their standard errors. The package integrates smoothly with meta-learning packages such as tidymodels, caret or mlr3. It supports multi-output models, case weights, and parallel computations. Visualizations can be done using the R package shapviz.
This r-acceptancesampling provides functionality for creating and evaluating acceptance sampling plans. Acceptance sampling is a methodology commonly used in quality control and improvement. International standards of acceptance sampling provide sampling plans for specific circumstances. The aim of this package is to provide an easy-to-use interface to visualize single, double or multiple sampling plans. In addition, methods have been provided to enable the user to assess sampling plans against pre-specified levels of performance, as measured by the probability of acceptance for a given level of quality in the lot.
Ggdag is built on top of dagitty, an R package that uses the DAGitty web tool for creating and analyzing DAGs. ggdag makes it easy to tidy and plot dagitty objects using ggplot2 and ggraph, as well as common analytic and graphical functions, such as determining adjustment sets and node relationships.
This package provides a cross-platform solution to open files, directories or URLs with their associated programs.
This package provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to "download" files to a temporary location. Both file and folder selection as well as file saving is available.
This package performs sparse linear discriminant analysis for Gaussians and mixture of Gaussian models.
This package provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e., static .html files). It currently supports linked brushing and filtering.
This package provides functions that simplify submitting R scripts to a Slurm workload manager, in part by automating the division of embarrassingly parallel calculations across cluster nodes.
This package provides the URL checking tools available in R 4.1+ as a package for earlier versions of R. It also uses concurrent requests so can be much faster than the serial versions.
This package provides a reticulate wrapper for the Python package anndata. It provides a scalable way of keeping track of data and learned annotations. It is used to read from and write to the h5ad file format.
This package provides a minimal, unifying API for scripts and packages to report progress updates from anywhere including when using parallel processing. The package is designed such that the developer can to focus on what progress should be reported on without having to worry about how to present it. The end user has full control of how, where, and when to render these progress updates.
This package provides tools for functional enrichment analysis, gene identifier conversion and mapping homologous genes across related organisms via the g:Profiler toolkit.
This package provides the random ferns classifier by Ozuysal, Calonder, Lepetit and Fua (2009) <doi:10.1109/TPAMI.2009.23>, modified for generic and multi-label classification and featuring OOB error approximation and importance measure as introduced in Kursa (2014) <doi:10.18637/jss.v061.i10>.
This package provides functions relating to time series analysis and computational finance.
This package performs approximate bayesian computation (ABC) model choice and parameter inference via random forests. This machine learning tool named random forests (RF) can conduct selection among the highly complex models covered by ABC algorithms.
This package provides a Wrapper around the SVDLIBC library for (truncated) singular value decomposition of a sparse matrix. Currently, only sparse real matrices in Matrix package format are supported.
This package provides a vectorized R function for calculating probabilities from a standard bivariate normal CDF.