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 full screen and partial loading screens for Shiny with spinners, progress bars, and notifications.
The Munsell package contains functions for exploring and using the Munsell colour system.
This package provides various R programming tools for model fitting.
This package provides various tools for developers of R packages interfacing with Stan, including functions to set up the required package structure, S3 generics and default methods to unify function naming across Stan-based R packages, and vignettes with recommendations for developers.
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.
r-selectr translates a CSS3 selector into an equivalent XPath expression. This allows you to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package cssselect.
This package provides functions for working with magnetic resonance images. It supports reading and writing of popular file formats (DICOM, Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive visualization; flexible image manipulation; metadata and sparse image handling.
This package facilitates easy manipulation of variant call format (VCF) data. Functions are provided to rapidly read from and write to VCF files. Once VCF data is read into R, a parser function extracts matrices of data. This information can then be used for quality control or other purposes. Additional functions provide visualization of genomic data. Once processing is complete data may be written to a VCF file. It also may be converted into other popular R objects. This package provides a link between VCF data and familiar R software.
This package implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor. For objects of appreciable size, access using hashes outperforms native named lists and vectors.
This package is an implementation of about 6 major classes of statistical regression models. Currently only fixed-effects models are implemented, i.e., no random-effects models. Many (150+) models and distributions are estimated by maximum likelihood estimation (MLE) or penalized MLE, using Fisher scoring. VGLMs can be loosely thought of as multivariate generalised linear models.
This package provides a collection of functions to explore and to investigate basic properties of financial returns and related quantities. The covered fields include techniques of explorative data analysis and the investigation of distributional properties, including parameter estimation and hypothesis testing. Even more, there are several utility functions for data handling and management.
This package implements asymptotic methods related to maximally selected statistics, with applications to single-nucleotide polymorphism (SNP) data.
This package contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.
This is a package for reading, manipulating, writing and plotting spatiotemporal arrays (raster and vector data cubes) in R, using GDAL bindings provided by sf, and NetCDF bindings by ncmeta and RNetCDF.
This library lets you place an exclusive or shared lock on a file using the appropriate system call provided by the underlying operating system.
The feature package contains functions to display and compute kernel density estimates, significant gradient and significant curvature regions. Significant gradient and/or curvature regions often correspond to significant features (e.g. local modes).
This package provides a set of functions to generate high-resolution Venn and Euler plots. It includes handling for several special cases, including two-case scaling, and extensive customization of plot shape and structure.
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.).
This package provides basic wavelet routines for time series (1D), image (2D) and array (3D) analysis. The code provided here is based on wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet pairs (Selesnick 2001, 2002).
This package provides a simple interface to lat/long projection and datum transformation of the PROJ.4 cartographic projections library. It allows transformation of geographic coordinates from one projection and/or datum to another.
This package provides an R library to generate Sankey network graphs in R and Shiny via the D3 visualization library.
This package lets you estimate fixed effects binary choice models (logit and probit) with potentially many individual fixed effects and compute average partial effects. Incidental parameter bias can be reduced with an asymptotic bias correction proposed by Fernandez-Val (2009) <doi:10.1016/j.jeconom.2009.02.007>.
This package provides tools to compares k samples using the Anderson-Darling test, Kruskal-Wallis type tests with different rank score criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT) test. It computes asymptotic, simulated or (limited) exact P-values, all valid under randomization, with or without ties, or conditionally under random sampling from populations, given the observed tie pattern. Except for Steel's test and the JT test it also combines these tests across several blocks of samples.
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).