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 a collection of tools to make working with physical measurements easier. One can convert between metric and imperial units, or calculate a dimension's unknown value from other dimensions' measurements.
This package allows you to render vector-based SVG images into high-quality custom-size bitmap arrays using the librsvg2 library. The resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In addition, the package can convert images directly to various formats such as PDF or PostScript.
This package provides an interface to Amazon Web Services networking and content delivery services, including Route 53 Domain Name System service, CloudFront content delivery, load balancing, and more.
This package lets you easily use Bootstrap icons inside Shiny apps and R Markdown documents. More generally, icons can be inserted in any htmltools document through inline SVG.
This package provides a set of predicates and assertions for checking the properties of code. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
Generate a colorized diff of two R objects for an intuitive visualization of their differences.
This package provides tools to estimate parameters of accumulated damage (load duration) models based on failure time data under a Bayesian framework, using Approximate Bayesian Computation (ABC), and to assess long-term reliability under stochastic load profiles.
This package provides convenience functions for data preparation and modeling often used in analytical customer relationship management (aCRM).
This package provides statistical procedures for calculating population-mean cosinor, non-stationary cosinor, estimation of best-fitting period, tests of population rhythm differences and more.
This package is a port of the gWidgets2 API for the tcltk package.
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 R bindings to the Sundown Markdown rendering library (https://github.com/vmg/sundown). Markdown is a plain-text formatting syntax that can be converted to XHTML or other formats.
This package provides an implementation of scale functions for setting axis breaks of a ggplot.
This package provides an implementation of the Tukey, Mandel, Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.
This package enables you to estimate the p-values for predictors x against target variable y in Lasso regression, using the regularization strength when each predictor enters the active set of regularization path for the first time as the statistic.
This package provides a developer-facing interface to Arrow Database Connectivity (ADBC) for the purposes of driver development, driver testing, and building high-level database interfaces for users. ADBC is an API standard for database access libraries that uses Arrow for result sets and query parameters.
This package provides tools for categorical data analysis with complete or missing responses.
Group-Lasso INTERaction-NET. Fits linear pairwise-interaction models that satisfy strong hierarchy: if an interaction coefficient is estimated to be nonzero, then its two associated main effects also have nonzero estimated coefficients. Accommodates categorical variables (factors) with arbitrary numbers of levels, continuous variables, and combinations thereof. Implements the machinery described in the paper "Learning interactions via hierarchical group-lasso regularization" (JCGS 2015, Volume 24, Issue 3). Michael Lim & Trevor Hastie (2015)
Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an XPath "interpreter".
This package provides tools for creating, viewing, and assessing qualitative palettes with many (20-30 or more) colors. See Coombes and colleagues (2019) https://doi:10.18637/jss.v090.c01.
This package supports arithmetic (via S4 classes and methods) for arbitrary precision floating point numbers, including transcendental functions. To this end, the package interfaces with the Multiple Precision Floating-Point Reliable (MPFR) library.
This package provides qualitative methods for the validation of dynamic models. It contains
an orthogonal set of deviance measures for absolute, relative and ordinal scale and
approaches accounting for time shifts.
The first approach transforms time to take time delays and speed differences into account. The second divides the time series into interval units according to their main features and finds the longest common subsequence (LCS) using a dynamic programming algorithm.
This package provides portable tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes and their children; restart processes. It can read the standard output and error of the processes, using non-blocking connections. processx can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
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.