_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


r-caper 1.0.4
Propagated dependencies: r-ape@5.8-1 r-mass@7.3-65 r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=caper
Licenses: GPL 2+
Build system: r
Synopsis: Comparative analyses of phylogenetics and evolution in R
Description:

This package provides functions for performing phylogenetic comparative analyses.

r-pals 1.10
Propagated dependencies: r-colorspace@2.1-2 r-dichromat@2.0-0.1 r-mapproj@1.2.12 r-maps@3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://kwstat.github.io/pals/
Licenses: GPL 3
Build system: r
Synopsis: Color palettes, color maps, and tools to evaluate them
Description:

This package provides a comprehensive collection of color palettes, color maps, and tools to evaluate them.

r-dbplyr 2.5.1
Propagated dependencies: r-blob@1.2.4 r-cli@3.6.5 r-dbi@1.2.3 r-dplyr@1.1.4 r-glue@1.8.0 r-lifecycle@1.0.4 r-magrittr@2.0.4 r-pillar@1.11.1 r-purrr@1.2.0 r-r6@2.6.1 r-rlang@1.1.6 r-tibble@3.3.0 r-tidyr@1.3.1 r-tidyselect@1.2.1 r-vctrs@0.6.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidyverse/dbplyr
Licenses: Expat
Build system: r
Synopsis: Dplyr back end for databases
Description:

This package provides a dplyr back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a DBI back end; more advanced features require SQL translation to be provided by the package author.

r-untb 1.7-7-1
Propagated dependencies: r-brobdingnag@1.2-9 r-partitions@1.10-9 r-polynom@1.4-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/RobinHankin/untb.git
Licenses: GPL 2+
Build system: r
Synopsis: Ecological drift under the UNTB
Description:

This package provides numerical simulations, and visualizations, of Hubbell's Unified Neutral Theory of Biodiversity (UNTB).

r-gld 2.6.8
Propagated dependencies: r-e1071@1.7-16 r-lmom@3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=gld
Licenses: GPL 2+
Build system: r
Synopsis: Estimation and use of the generalised (Tukey) lambda distribution
Description:

The generalised lambda distribution, or Tukey lambda distribution, provides a wide variety of shapes with one functional form. This package provides random numbers, quantiles, probabilities, densities and density quantiles for four different types of the distribution, the FKML (Freimer et al 1988), RS (Ramberg and Schmeiser 1974), GPD (van Staden and Loots 2009) and FM5 - see documentation for details. It provides the density function, distribution function, and Quantile-Quantile plots. It implements a variety of estimation methods for the distribution, including diagnostic plots. Estimation methods include the starship (all 4 types), method of L-Moments for the GPD and FKML types, and a number of methods for only the FKML type. These include maximum likelihood, maximum product of spacings, Titterington's method, Moments, Trimmed L-Moments and Distributional Least Absolutes.

r-stringr 1.6.0
Propagated dependencies: r-cli@3.6.5 r-glue@1.8.0 r-lifecycle@1.0.4 r-magrittr@2.0.4 r-rlang@1.1.6 r-stringi@1.8.7 r-vctrs@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/stringr
Licenses: GPL 2+
Build system: r
Synopsis: Simple, consistent wrappers for common string operations
Description:

Stringr is a consistent, simple and easy to use set of wrappers around the fantastic stringi package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.

r-forestplot 3.1.7
Propagated dependencies: r-abind@1.4-8 r-checkmate@2.3.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gforge.se/packages/
Licenses: GPL 2
Build system: r
Synopsis: Advanced forest plot using @code{grid} graphics
Description:

This package provides a forest plot that allows for multiple confidence intervals per row, custom fonts for each text element, custom confidence intervals, text mixed with expressions, and more. The aim is to extend the use of forest plots beyond meta-analyses. This is a more general version of the original rmeta package's forestplot() function and relies heavily on the grid package.

r-reportr 1.3.1
Propagated dependencies: r-ore@1.7.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jonclayden/reportr
Licenses: GPL 2
Build system: r
Synopsis: General message and error reporting system
Description:

This package provides a system for reporting messages, which offers certain useful features over the standard R system, such as the incorporation of output consolidation, message filtering, assertions, expression substitution, automatic generation of stack traces for debugging, and conditional reporting based on the current "output level".

r-crul 1.6.0
Propagated dependencies: r-curl@7.0.0 r-httpcode@0.3.0 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-mime@0.13 r-r6@2.6.1 r-rlang@1.1.6 r-urltools@1.7.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/crul
Licenses: Expat
Build system: r
Synopsis: HTTP client
Description:

This package provides a simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's faraday gem.

r-flock 0.7
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/flock/
Licenses: ASL 2.0
Build system: r
Synopsis: Process synchronization using file locks
Description:

This package implements synchronization between R processes (spawned by using the parallel package for instance) using file locks. It supports both exclusive and shared locking.

r-glassofast 1.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=glassoFast
Licenses: GPL 3+
Build system: r
Synopsis: Fast graphical LASSO
Description:

This package provides a fast and improved implementation of the graphical LASSO.

r-mitml 0.4-5
Propagated dependencies: r-haven@2.5.5 r-jomo@2.7-6 r-pan@1.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mitml/
Licenses: GPL 2+
Build system: r
Synopsis: Tools for multiple imputation in multilevel modeling
Description:

This package provides tools for multiple imputation of missing data in multilevel modeling. It includes a user-friendly interface to the packages pan and jomo, and several functions for visualization, data management and the analysis of multiply imputed data sets.

r-acceptancesampling 1.0.11
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AcceptanceSampling/
Licenses: GPL 3+
Build system: r
Synopsis: Creation and evaluation of acceptance sampling plans
Description:

This r-acceptancesampling provides functionality for creating and evaluating acceptance sampling plans. Acceptance sampling is a methodology commonly used in quality control and improvement. International standards of acceptance sampling provide sampling plans for specific circumstances. The aim of this package is to provide an easy-to-use interface to visualize single, double or multiple sampling plans. In addition, methods have been provided to enable the user to assess sampling plans against pre-specified levels of performance, as measured by the probability of acceptance for a given level of quality in the lot.

r-stepwise 0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://stat.sfu.ca/statgen/research/stepwise.html
Licenses: GPL 2+
Build system: r
Synopsis: Stepwise detection of recombination breakpoints
Description:

This package provides a stepwise approach to identifying recombination breakpoints in a genomic sequence alignment.

r-argon2 0.4-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wrathematics/argon2
Licenses: FreeBSD
Build system: r
Synopsis: Secure password hashing based on the argon2 algorithm
Description:

This package provides utilities for secure password hashing via the argon2 algorithm.

r-extremes 2.2-1
Propagated dependencies: r-distillery@1.2-2 r-lmoments@1.3-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.assessment.ucar.edu/toolkit/
Licenses: GPL 2+
Build system: r
Synopsis: Extreme value analysis
Description:

ExtRemes is a suite of functions for carrying out analyses on the extreme values of a process of interest; be they block maxima over long blocks or excesses over a high threshold.

r-ggstats 0.11.0
Propagated dependencies: r-cli@3.6.5 r-dplyr@1.1.4 r-forcats@1.0.1 r-ggplot2@4.0.1 r-lifecycle@1.0.4 r-patchwork@1.3.2 r-purrr@1.2.0 r-rlang@1.1.6 r-scales@1.4.0 r-stringr@1.6.0 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://larmarange.github.io/ggstats/
Licenses: GPL 3+
Build system: r
Synopsis: Extension to ggplot2 for plotting stats
Description:

This package provides new statistics, new geometries and new positions for ggplot2 and a suite of functions to facilitate the creation of statistical plots.

r-activpal 0.1.4
Propagated dependencies: r-devtools@2.4.6 r-dplyr@1.1.4 r-ggplot2@4.0.1 r-lubridate@1.9.4 r-magrittr@2.0.4 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/activPAL
Licenses: GPL 3
Build system: r
Synopsis: Processing and chart generation from activPAL events files
Description:

This package contains functions to generate pre-defined summary statistics from activPAL events files. The package also contains functions to produce informative graphics that visualize physical activity behaviour and trends. This includes generating graphs that align physical activity behaviour with additional time based observations described by other data sets, such as sleep diaries and continuous glucose monitoring data.

r-ucminf 1.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ucminf/
Licenses: GPL 2+
Build system: r
Synopsis: General-purpose unconstrained non-linear optimization
Description:

This package provides an implementation of an algorithm for general-purpose unconstrained non-linear optimization. The algorithm is of quasi-Newton type with BFGS updating of the inverse Hessian and soft line search with a trust region type monitoring of the input to the line search algorithm. The interface of ucminf is designed for easy interchange with the package optim.

r-adaptivesparsity 1.6
Dependencies: armadillo@12.4.2
Propagated dependencies: r-mass@7.3-65 r-matrix@1.7-4 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AdaptiveSparsity
Licenses: LGPL 3+
Build system: r
Synopsis: Adaptive sparsity models
Description:

This package implements the Figueiredo machine learning algorithm for adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian geometric models.

r-ncdf4 1.24
Dependencies: netcdf@4.9.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ncdf4/index.html
Licenses: GPL 3+
Build system: r
Synopsis: R interface to Unidata netCDF format data files
Description:

This package provides a high-level R interface to data files written using Unidata's netCDF library (version 4 or earlier), which are binary data files that are portable across platforms and include metadata information in addition to the data sets. Using this package, netCDF files can be opened and data sets read in easily. It is also easy to create new netCDF dimensions, variables, and files, in either version 3 or 4 format, and manipulate existing netCDF files.

r-rentrez 1.2.4
Propagated dependencies: r-httr@1.4.7 r-jsonlite@2.0.0 r-xml@3.99-0.20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/rentrez/
Licenses: Expat
Build system: r
Synopsis: Entrez in R
Description:

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.

r-mlbench 2.1-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mlbench/
Licenses: GPL 2
Build system: r
Synopsis: Machine learning benchmark problems
Description:

This package provides a collection of artificial and real-world machine learning benchmark problems, including, e.g., several data sets from the UCI repository.

r-excelr 0.4.0
Propagated dependencies: r-htmlwidgets@1.6.4 r-jsonlite@2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Swechhya/excelR
Licenses: Expat
Build system: r
Synopsis: Wrapper of the JavaScript library jExcel
Description:

This package provides an R interface to the jExcel library to create web-based interactive tables and spreadsheets compatible with spreadsheet software.

Total packages: 69245