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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides an implementation of the Tukey, Mandel, Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.
This package provides functions for the hyperbolic and related distributions. Density, distribution and quantile functions and random number generation are provided for the hyperbolic distribution, the generalized hyperbolic distribution, the generalized inverse Gaussian distribution and the skew-Laplace distribution. Additional functionality is provided for the hyperbolic distribution, normal inverse Gaussian distribution and generalized inverse Gaussian distribution, including fitting of these distributions to data. Linear models with hyperbolic errors may be fitted using hyperblmFit.
The r-abd package contains data sets and sample code for the Analysis of biological data by Michael Whitlock and Dolph Schluter.
The bit64 package provides serializable S3 atomic 64 bit (signed) integers that can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as match and order support interactive data exploration and manipulation and optionally leverage caching.
This R package provides tools for training gapped-kmer SVM classifiers for DNA and protein sequences. This package supports several sequence kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.
This package performs the Baumgartner-Weiss-Schindler two-sample test of equal probability distributions (doi:10.2307/2533862). It also performs similar rank-based tests for equal probability distributions due to Neuhauser (doi:10.1080/10485250108832874) and Murakami (doi:10.1080/00949655.2010.551516).
This package offers classes and functions to contact web servers while enforcing scheduling rules required by the sites. The URL class makes it easy to construct a URL by providing parameters as a vector. The Request class allows to describe Simple Object Access Protocol (SOAP) or standard requests: URL, method (POST or GET), header, body. The Scheduler class controls the request frequency for each server address by means of rules (Rule class). The RequestResult class permits to get the request status to handle error cases and the content.
The futile.options subsystem provides an easy user-defined options management system that is properly scoped. This means that options created via futile.options are fully self-contained and will not collide with options defined in other packages.
The Splancs package was written as an enhancement to S-Plus for display and analysis of spatial point pattern data; it has been ported to R and is in "maintenance mode".
This package provides various tools for creating iterators, many patterned after functions in the Python itertools module, and others patterned after functions in the snow package.
This package provides S3 classes and methods to create and work with year-quarter, year-month and year-isoweek vectors. Basic arithmetic operations (such as adding and subtracting) are supported, as well as formatting and converting to and from standard R date types.
This package provides a data frame to xlsx exporter based on libxlsxwriter.
This package provides chronological R objects which can handle dates and times.
This package simplifies custom CSS styling of both shiny and rmarkdown via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their various Bootswatch themes. An interactive widget is also provided for previewing themes in real time.
This package enables construction of continuous and non-contiguous area cartograms.
This package is a port of sofia-ml to R. Sofia-ml is a suite of fast incremental algorithms for machine learning that can be used for training models for classification or ranking.
This package allows you to control the number of threads the BLAS library uses. It is also possible to control the number of threads in OpenMP.
The package allows one to compose general HTTP requests and provides convenient functions to fetch URIs, GET and POST forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc.
This package provides tools for writing and debugging R code. Provides: %.>% dot-pipe (an S3 configurable pipe), unpack/to (R style multiple assignment/return), build_frame() / draw_frame() (data.frame example tools), qc() (quoting concatenate), := (named map builder), let() (converts non-standard evaluation interfaces to parametric standard evaluation interfaces, inspired by gtools::strmacro() and base::bquote()), and more.
This is a package for regression splines that handle a mix of continuous and categorical (discrete) data often encountered in applied settings.
This is a package to simplify loading of system fonts and Google Fonts into R, in order to support other packages.
This package contains an efficient implementation of Sen's slope method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in climate data.
This package provides a framework to create Bootstrap 3 HTML reports from knitr Rmarkdown.
This package provides functions for working with the Tracy-Widom laws and other distributions related to the eigenvalues of large Wishart matrices.