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

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-boruta 10.0.0
Propagated dependencies: r-fru@0.0.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/mbq/Boruta/
Licenses: GPL 2+
Build system: r
Synopsis: Wrapper algorithm for all relevant feature selection
Description:

This package provides an all relevant feature selection wrapper algorithm. It finds relevant features by comparing original attributes' importance with importance achievable at random, estimated using their permuted copies (shadows).

r-httptest2 1.2.2
Propagated dependencies: r-digest@0.6.39 r-httr2@1.2.2 r-jsonlite@2.0.0 r-rlang@1.2.0 r-testthat@3.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://enpiar.com/httptest2/
Licenses: Expat
Build system: r
Synopsis: Test Helpers for 'httr2'
Description:

Testing and documenting code that communicates with remote servers can be painful. This package helps with writing tests for packages that use httr2. It enables testing all of the logic on the R sides of the API without requiring access to the remote service, and it also allows recording real API responses to use as test fixtures. The ability to save responses and load them offline also enables writing vignettes and other dynamic documents that can be distributed without access to a live server.

r-abhgenotyper 1.0.1
Propagated dependencies: r-ggplot2@4.0.3 r-reshape2@1.4.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/StefanReuscher/ABHgenotypeR/
Licenses: GPL 3
Build system: r
Synopsis: Visualize and manipulate ABH genotypes
Description:

The r-abhgenotyper package provides simple imputation, error-correction and plotting capacities for genotype data. The package is supposed to serve as an intermediate but independent analysis tool between the TASSEL GBS pipeline and the r-qtl package. It provides functionalities not found in either TASSEL or r-qtl in addition to visualization of genotypes as "graphical genotypes".

r-mlapi 0.1.1
Propagated dependencies: r-matrix@1.7-5 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mlapi
Licenses: Expat
Build system: r
Synopsis: Abstract classes for building scikit-learn like API
Description:

This package provides R6 abstract classes for building machine learning models with a scikit-learn like API. Scikit-learn is a popular module for the Python programming language whose design became a de facto standard in industry for machine learning tasks.

r-setrng 2024.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://distr.r-forge.r-project.org/
Licenses: GPL 2
Build system: r
Synopsis: Set (normal) random number generator and seed
Description:

This package provides utilities to help set and record the setting of the seed and the uniform and normal generators used when a random experiment is run. The utilities can be used in other functions that do random experiments to simplify recording and/or setting all the necessary information for reproducibility. See the vignette and reference manual for examples.

r-delaporte 8.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/aadler/Delaporte
Licenses: FreeBSD
Build system: r
Synopsis: Statistical functions for the Delaporte distribution
Description:

This package provides probability mass, distribution, quantile, random-variate generation, and method-of-moments parameter-estimation functions for the Delaporte distribution with parameterization based on Vose (2008). The Delaporte is a discrete probability distribution which can be considered the convolution of a negative binomial distribution with a Poisson distribution. Alternatively, it can be considered a counting distribution with both Poisson and negative binomial components. It has been studied in actuarial science as a frequency distribution which has more variability than the Poisson, but less than the negative binomial.

r-speedglm 0.3-5
Propagated dependencies: r-biglm@0.9-3 r-mass@7.3-65 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/speedglm
Licenses: GPL 2+
Build system: r
Synopsis: Fit linear and generalized linear models to large data sets
Description:

This package provides tools for fitting linear models and generalized linear models to large data sets by updating algorithms.

r-tinylabels 0.2.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mariusbarth/tinylabels
Licenses: Expat
Build system: r
Synopsis: Lightweight variable labels
Description:

This package lets you assign, extract, or remove variable labels from R vectors.

r-rjson 0.2.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rjson
Licenses: GPL 2+
Build system: r
Synopsis: JSON library for R
Description:

This package provides functions to convert R objects into JSON objects and vice-versa.

r-profmem 0.7.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/profmem
Licenses: LGPL 2.1+
Build system: r
Synopsis: Simple memory profiling for R
Description:

This package provides a simple and light-weight API for memory profiling of R expressions. The profiling is built on top of R's built-in memory profiler utils::Rprofmem(), which records every memory allocation done by R (also native code).

r-subplex 1.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/subplex
Licenses: GPL 3+
Build system: r
Synopsis: Unconstrained optimization using the subplex algorithm
Description:

This package implements the Subplex optimization algorithm. It solves unconstrained optimization problems using a simplex method on subspaces. The method is well suited for optimizing objective functions that are noisy or are discontinuous at the solution.

r-ggdist 3.3.3
Propagated dependencies: r-cli@3.6.6 r-distributional@0.7.0 r-ggplot2@4.0.3 r-glue@1.8.1 r-gtable@0.3.6 r-numderiv@2016.8-1.1 r-quadprog@1.5-8 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-scales@1.4.0 r-tibble@3.3.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mjskay.github.io/ggdist/
Licenses: GPL 3+
Build system: r
Synopsis: Visualizations of distributions and uncertainty
Description:

This package provides primitives for visualizing distributions using ggplot2 that are particularly tuned for visualizing uncertainty in either a frequentist or Bayesian mode. Both analytical distributions (such as frequentist confidence distributions or Bayesian priors) and distributions represented as samples (such as bootstrap distributions or Bayesian posterior samples) are easily visualized.

r-repmis 0.5.1
Propagated dependencies: r-data-table@1.18.4 r-digest@0.6.39 r-httr@1.4.8 r-plyr@1.8.9 r-r-cache@0.17.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=repmis
Licenses: GPL 3+
Build system: r
Synopsis: Miscellaneous tools for reproducible research
Description:

This package is a collection of tools to load R packages and automatically generate BibTeX files citing them as well as load and cache plain-text and Excel formatted data stored on GitHub, and from other sources.

r-abf2 0.7-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abf2/
Licenses: Artistic License 2.0
Build system: r
Synopsis: Load gap-free axon @code{r-abf2} files
Description:

This package loads electrophysiology data from ABF2 files, as created by Axon Instruments/Molecular Devices software. Only files recorded in gap-free mode are currently supported.

r-ggextra 0.11.0
Propagated dependencies: r-colourpicker@1.3.0 r-ggplot2@4.0.3 r-gtable@0.3.6 r-miniui@0.1.2 r-r6@2.6.1 r-scales@1.4.0 r-shiny@1.13.0 r-shinyjs@2.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/daattali/ggExtra
Licenses: Expat
Build system: r
Synopsis: Marginal histograms for ggplot2 and other enhancements
Description:

This package is a collection of functions and layers to enhance ggplot2. The flagship function is ggMarginal(), which can be used to add marginal histograms/boxplots/density plots to ggplot2 scatterplots.

r-sfheaders 0.4.5
Propagated dependencies: r-geometries@0.2.5 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dcooley.github.io/sfheaders/
Licenses: Expat
Build system: r
Synopsis: Converts between R objects and Simple Feature objects
Description:

This package converts between R and Simple Feature sf objects, without depending on the Simple Feature library. Conversion functions are available at both the R level, and through Rcpp.

r-mlr3viz 0.11.0
Propagated dependencies: r-checkmate@2.3.4 r-data-table@1.18.4 r-ggplot2@4.0.3 r-mlr3@1.6.0 r-mlr3misc@0.21.0 r-scales@1.4.0 r-viridis@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3viz.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Visualizations for mlr3
Description:

This package offers features plots for mlr3 objects such as tasks, learners, predictions, benchmark results, tuning instances and filters via the autoplot() generic of ggplot2. The mlr3viz package draws plots with the viridis color palette and applies the minimal theme. Visualizations include barplots, boxplots, histograms, ROC curves, and precision-recall curves.

r-tables 0.9.33
Propagated dependencies: r-htmltools@0.5.9 r-knitr@1.51
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dmurdoch.github.io/tables/
Licenses: GPL 2
Build system: r
Synopsis: Formula-driven table generation
Description:

This package computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R matrix for further processing.

r-earlywarnings 1.1.29
Propagated dependencies: r-fields@17.3 r-ggplot2@4.0.3 r-kendall@2.2.2 r-kernsmooth@2.23-26 r-knitr@1.51 r-lmtest@0.9-40 r-moments@0.14.1 r-nortest@1.0-4 r-quadprog@1.5-8 r-som@0.3-5.2 r-spam@2.11-3 r-tgp@2.4-23 r-tseries@0.10-61
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.early-warning-signals.org
Licenses: FreeBSD
Build system: r
Synopsis: Early warning signals for critical transitions in time series
Description:

This package offers methods for estimating statistical changes in time series. These are used for identifying nearby critical transitions.

r-bien 1.2.8
Propagated dependencies: r-ape@5.8-1 r-dbi@1.3.0 r-doparallel@1.0.17 r-foreach@1.5.2 r-rpostgresql@0.7-8 r-sf@1.1-1 r-terra@1.9-27
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=BIEN
Licenses: Expat
Build system: r
Synopsis: Tools for accessing the BIEN database
Description:

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.

r-pbapply 1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/psolymos/pbapply
Licenses: GPL 2
Build system: r
Synopsis: Adding progress bar to apply functions
Description:

This lightweight package that adds progress bar to vectorized R functions apply. The implementation can easily be added to functions where showing the progress is useful e.g. bootstrap.

r-complexplus 2.1
Propagated dependencies: r-expm@1.0-0 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/complexplus/
Licenses: GPL 2
Build system: r
Synopsis: Functions of complex or real variables
Description:

This package extends several functions to the complex domain, including the matrix exponential and logarithm, and the determinant.

r-bench 1.1.4
Propagated dependencies: r-glue@1.8.1 r-pillar@1.11.1 r-profmem@0.7.0 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bench.r-lib.org/
Licenses: Expat
Build system: r
Synopsis: High precision timing of R expressions
Description:

This package provides tools to accurately benchmark and analyze execution times for R expressions.

r-isocodes 2026.03.28
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=ISOcodes
Licenses: GPL 2
Build system: r
Synopsis: Selected ISO codes
Description:

This package provides ISO language, territory, currency, script and character codes. It provides ISO 639 language codes, ISO 3166 territory codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859 character codes as well as the UN M.49 area codes.

Total packages: 72465