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 aims to streamline and accelerate the process of saving and loading R objects, improving speed and compression compared to other methods. The package provides two compression formats: the qs2 format, which uses R serialization via the C API while optimizing compression and disk I/O, and the qdata format, featuring custom serialization for slightly faster performance and better compression. Additionally, the qs2 format can be directly converted to the standard RDS format, ensuring long-term compatibility with future versions of R.
The package provides estimators of the mode of univariate unimodal (and sometimes multimodal) data and values of the modes of usual probability distributions.
This package provides tools to calculate exact and approximate theory experimental designs for D, A, and I criteria. Very large designs may be created. Experimental designs may be blocked or blocked designs created from a candidate list, using several criteria. The blocking can be done when whole and within plot factors interact.
This package provides tools for the comparison of distributions. This includes nonparametric estimation of the relative distribution PDF and CDF and numerical summaries as described in "Relative Distribution Methods in the Social Sciences" by Mark S. Handcock and Martina Morris, Springer-Verlag, 1999, Springer-Verlag, ISBN 0387987789.
This package provides an R interface to the NCBI's EUtils API, allowing users to search databases like GenBank PubMed, process the results of those searches and pull data into their R sessions.
This is a package providing tools for weighted k-Nearest neighbors for classification, regression and clustering.
This package implements tools designed to collect and organize Twitter data via Twitter's REST and stream Application Program Interfaces (API).
This package provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries for finding font files that can then be used further by e.g. graphic devices.
This package provides utilities for secure password hashing via the argon2 algorithm.
This package provides coroutines for R, a family of functions that can be suspended and resumed later on. This includes async functions (which await) and generators (which yield). Async functions are based on the concurrency framework of the promises package. Generators are based on a dependency free iteration protocol defined in coro and are compatible with iterators from the reticulate package.
This package provides routines for the polynomial spline fitting routines hazard regression, hazard estimation with flexible tails, logspline, lspec, polyclass, and polymars.
This package offers a flexible, feature-rich yet light-weight logging framework based on R6 classes. It supports hierarchical loggers, custom log levels, arbitrary data fields in log events, logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as well as email and push notifications.
Tools for working with and comparing sets of points and intervals.
This package allows you to install specified versions of R packages hosted on CRAN and provides functions to list available versions and the versions of currently installed packages.
This package lets you analyze response times and accuracies from psychological experiments with the linear ballistic accumulator (LBA) model from Brown and Heathcote (2008). The LBA model is optionally fitted with explanatory variables on the parameters such as the drift rate, the boundary and the starting point parameters. A log-link function on the linear predictors can be used to ensure that parameters remain positive when needed.
Create and manage unique directories for each TensorFlow training run. This package provides a unique, time stamped directory for each run along with functions to retrieve the directory of the latest run or latest several runs.
This package fits models for genotypic disequilibria, as described in Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast terms are available that account for first order interactions between loci. It also implements, for a single locus in a single population, a conditional exact test for Hardy-Weinberg equilibrium.
This package provides functions for fitting the generalized additive models for location scale and shape introduced by Rigby and Stasinopoulos (2005), doi:10.1111/j.1467-9876.2005.00510.x. The models use a distributional regression approach where all the parameters of the conditional distribution of the response variable are modelled using explanatory variables.
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for analysis and visualization.
This package provides a command line parser inspired by Python's optparse library to be used with Rscript to write shebang scripts that accept short and long options.
This package provides a header-only C++ library is provided with support for dates, time zones, ISO weeks, Julian dates, and Islamic dates. date offers extensive date and time functionality for the C++11, C++14 and C++17 standards. A slightly modified version has been accepted (along with tz.h) as part of C++20. This package regroups all header files from the upstream repository so that other R packages can use them in their C++ code.
This package provides tools for accessing the Botanical Information and Ecology Network (BIEN) database. The BIEN database contains cleaned and standardized botanical data including occurrence, trait, plot and taxonomic data. This package provides functions that query the BIEN database by constructing and executing optimized SQL queries.
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 collection of tools to evaluate probability density functions, cumulative distribution functions, quantile functions and random numbers for truncated random variables. These functions are provided to also compute the expected value and variance. Q-Q plots can be produced. All the probability functions in the stats, stats4 and evd packages are automatically available for truncation.