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.
The gg.gap function enables you to define segments for the y-axis in a ggplot2 plot.
This is a package for creating tiny yet beautiful documents and vignettes from R Markdown. The package provides the html_pretty output format as an alternative to the html_document and html_vignette engines that convert R Markdown into HTML pages. Various themes and syntax highlight styles are supported.
This package provides procedures to work with classification and regression trees.
This package provides a set of predicates and assertions for checking the properties of files and connections. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
This package implements a successive halving and hyperband optimization algorithm for the mlr3 ecosystem. The implementation in mlr3hyperband features improved scheduling and parallelizes the evaluation of configurations. The package includes tuners for hyperparameter optimization in mlr3tuning and optimizers for black-box optimization in bbotk.
This package provides functions for numerical analysis and linear algebra, numerical optimization, differential equations, plus some special functions. It uses Matlab function names where appropriate to simplify porting.
This package allows communication with the Extensible Neuroimaging Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and download images.
This package creates lots of colorful plots in a multitude of variations. Try a demo of the LSD by running demotour().
This package provides methods and algorithms for discrete optimization, e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and Hooke-Jeeves minimization, and some (evolutionary) global optimization functions.
This package provides vectorized distribution objects with tools for manipulating, visualizing, and using probability distributions. It was designed to allow model prediction outputs to return distributions rather than their parameters, allowing users to directly interact with predictive distributions in a data-oriented workflow. In addition to providing generic replacements for p/d/q/r functions, other useful statistics can be computed including means, variances, intervals, and highest density regions.
Allow numbers to be presented in an English language version, one, two, three, ... Ordinals are also available, first, second, third, ... and indefinite article choice, "a" or "an".
This package can automatically extract statistical null-hypothesis significant testing (NHST) results from articles and recompute the p-values based on the reported test statistic and degrees of freedom to detect possible inconsistencies.
This package provides utilities for working with Google APIs. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.
Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). Asio is written and maintained by Christopher M. Kohlhoff, and released under the Boost Software License', Version 1.0.
The ps package implements an API to list, query, and manipulate system processes. Most of its code is based on the psutil Python package.
The goal of this package is to generate an attractive and useful website from a source package. pkgdown converts your documentation, vignettes, README file, and more to HTML making it easy to share information about your package online.
This package provides a %dopar% adapter such that any type of futures can be used as backends for the foreach framework.
This package provides utilities for computing measures to assess model quality, which are not directly provided by R's base or stats packages. These include e.g. measures like r-squared, intraclass correlation coefficient, root mean squared error or functions to check models for overdispersion, singularity or zero-inflation and more. Functions apply to a large variety of regression models, including generalized linear models, mixed effects models and Bayesian models.
This is a package providing tools for weighted k-Nearest neighbors for classification, regression and clustering.
This package provides tools to create interactive chords diagrams via the D3 Javascript library. Chord diagrams show directed relationships among a group of entities. This package is based on http://bl.ocks.org/mbostock/4062006 with some modifications (fading) and additions (tooltips, bipartite diagram type).
This package provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). This package supports RDF by implementing an R interface to the Redland RDF C library. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.
The tensor product of two arrays is notionally an outer product of the arrays collapsed in specific extents by summing along the appropriate diagonals. This package allows you to compute the tensor product of arrays.
OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior. This package implements the OpenTelemetry API. Use this package as a dependency if you want to instrument your R package for OpenTelemetry.
This package provides fast and accurate convolution-type smoothed quantile regression, implemented using Barzilai-Borwein gradient descent with a Huber regression warm start. Confidence intervals for regression coefficients are constructed using multiplier bootstrap.