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

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-hmm 1.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/HMM/
Licenses: GPL 2+
Build system: r
Synopsis: Hidden Markov Models
Description:

This package provides an easy to use library to setup, apply and make inference with discrete time and discrete space hidden Markov models.

r-modelr 0.1.11
Propagated dependencies: r-broom@1.0.10 r-magrittr@2.0.4 r-purrr@1.2.0 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
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidyverse/modelr
Licenses: GPL 3
Build system: r
Synopsis: Helper functions for modelling in pipelines
Description:

Functions for modelling that help you seamlessly integrate modelling into a pipeline of data manipulation and visualisation.

r-mixsqp 0.3-54
Propagated dependencies: r-irlba@2.3.5.1 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/stephenslab/mixsqp
Licenses: Expat
Build system: r
Synopsis: Sequential quadratic programming for maximum-likelihood estimation
Description:

This package provides an optimization method based on sequential quadratic programming for maximum likelihood estimation of the mixture proportions in a finite mixture model where the component densities are known. The algorithm is expected to obtain solutions that are at least as accurate as the state-of-the-art MOSEK interior-point solver, and they are expected to arrive at solutions more quickly when the number of samples is large and the number of mixture components is not too large.

r-hexbin 1.28.5
Propagated dependencies: r-lattice@0.22-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/edzer/hexbin
Licenses: GPL 2+
Build system: r
Synopsis: Hexagonal binning routines
Description:

This package provides binning and plotting functions for hexagonal bins. It uses and relies on grid graphics and formal (S4) classes and methods.

r-isoband 0.2.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wilkelab/isoband
Licenses: Expat
Build system: r
Synopsis: Generate isolines and isobands from regularly spaced elevation grids
Description:

This package provides a fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly spaced grids containing elevation data.

r-ndjson 0.9.1
Dependencies: gzstream@1.5 zlib@1.3.1
Propagated dependencies: r-data-table@1.17.8 r-rcpp@1.1.0 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/hrbrmstr/ndjson
Licenses: Expat
Build system: r
Synopsis: Wicked-Fast @dfn{Streaming JSON} (ndjson) Reader
Description:

Streaming JSON (ndjson) has one JSON record per-line and many modern ndjson files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R data.frame-like context. Functions are provided that make it possible to read in plain ndjson files or compressed (gz) ndjson files and either validate the format of the records or create "flat" data.table structures from them.

r-rvenn 1.1.0
Propagated dependencies: r-ggforce@0.5.0 r-ggplot2@4.0.1 r-magrittr@2.0.4 r-pheatmap@1.0.13 r-purrr@1.2.0 r-rlang@1.1.6 r-vegan@2.7-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=RVenn
Licenses: GPL 3
Build system: r
Synopsis: Set operations for many sets
Description:

The base functions for set operations in R can be used for only two sets. This package RVenn provides functions for dealing with multiple sets. It uses purr to find the union, intersection and difference of three or more sets. This package also provides functions for pairwise set operations among several sets. Further, based on ggplot2 and ggforce, a Venn diagram can be drawn for two or three sets. For bigger data sets, a clustered heatmap showing the presence or absence of the elements of the sets can be drawn based on the pheatmap package. Finally, enrichment test can be applied to two sets whether an overlap is statistically significant or not.

r-zvcv 2.1.3
Propagated dependencies: r-abind@1.4-8 r-bh@1.87.0-1 r-dplyr@1.1.4 r-glmnet@4.1-10 r-magrittr@2.0.4 r-mvtnorm@1.3-3 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1 r-rlinsolve@0.3.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ZVCV/
Licenses: GPL 2+
Build system: r
Synopsis: Zero-Variance Control Variates
Description:

Zero-variance control variates (ZV-CV) is a post-processing method to reduce the variance of Monte Carlo estimators of expectations using the derivatives of the log target. Once the derivatives are available, the only additional computational effort is in solving a linear regression problem. This method has been extended to higher dimensions using regularisation. This package can be used to easily perform ZV-CV or regularised ZV-CV when a set of samples, derivatives and function evaluations are available. Additional functions for applying ZV-CV to two estimators for the normalising constant of the posterior distribution in Bayesian statistics are also supplied.

r-transport 0.15-4
Propagated dependencies: r-data-table@1.17.8 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dschuhm1.pages.gwdg.de/software
Licenses: GPL 2+
Build system: r
Synopsis: Computation of optimal transport plans and Wasserstein distances
Description:

Solve optimal transport problems. Compute Wasserstein distances (a.k.a. Kantorovitch, Fortet--Mourier, Mallows, Earth Mover's, or minimal L_p distances), return the corresponding transference plans, and display them graphically. Objects that can be compared include grey-scale images, (weighted) point patterns, and mass vectors.

r-dtwclust 6.0.0
Propagated dependencies: r-clue@0.3-66 r-cluster@2.1.8.1 r-dplyr@1.1.4 r-dtw@1.23-1 r-flexclust@1.5.0 r-foreach@1.5.2 r-ggplot2@4.0.1 r-ggrepel@0.9.6 r-matrix@1.7-4 r-proxy@0.4-27 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1 r-rcppparallel@5.1.11-1 r-rcppthread@2.2.0 r-reshape2@1.4.5 r-rlang@1.1.6 r-rspectra@0.16-2 r-shiny@1.11.1 r-shinyjs@2.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/asardaes/dtwclust
Licenses: GPL 3
Build system: r
Synopsis: Clustering time series with dynamic time warping distance optimization
Description:

This package implements time series clustering along with optimized techniques related to the dynamic time warping distance and its corresponding lower bounds. The implementations of partitional, hierarchical, fuzzy, k-Shape and TADPole clustering are available. Functionality can be easily extended with custom distance measures and centroid definitions. Implementations of DTW barycenter averaging, a distance based on global alignment kernels, and the soft-DTW distance and centroid routines are also provided. All included distance functions have custom loops optimized for the calculation of cross-distance matrices, including parallelization support. Several cluster validity indices are included.

r-iso 0.0-21
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.stat.auckland.ac.nz/~rolf/
Licenses: GPL 2+
Build system: r
Synopsis: Functions to perform isotonic regression
Description:

This package provides support for linear order and unimodal order (univariate) isotonic regression and bivariate isotonic regression with linear order on both variables.

r-hrbrthemes 0.8.7
Propagated dependencies: r-extrafont@0.20 r-gdtools@0.4.4 r-ggplot2@4.0.1 r-magrittr@2.0.4 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hrbrmstr/hrbrthemes/
Licenses: Expat
Build system: r
Synopsis: Additional themes, theme components and utilities for @code{ggplot2}
Description:

This package provides a compilation of extra ggplot2 themes, scales and utilities, including a spell check function for plot label fields and an overall emphasis on typography.

r-rfigshare 0.3.8
Propagated dependencies: r-ggplot2@4.0.1 r-httpuv@1.6.16 r-httr@1.4.7 r-rjsonio@2.0.0 r-xml@3.99-0.20 r-yaml@2.3.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/rfigshare
Licenses: CC0
Build system: r
Synopsis: R Interface to figshare
Description:

This package provides an interface to figshare, a scientific repository to archive and assign DOIs to data, software, figures, and more.

r-base64url 1.4
Propagated dependencies: r-backports@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/base64url
Licenses: GPL 3
Build system: r
Synopsis: Fast and URL-safe base64 encoder and decoder
Description:

This package provides a URL-safe base64 encoder and decoder. In contrast to RFC3548, the 62nd character (+) is replaced with -, the 63rd character (/) is replaced with _. Furthermore, the encoder does not fill the string with trailing =. The resulting encoded strings comply to the regular expression pattern [A-Za-z0-9_-] and thus are safe to use in URLs or for file names. The package also comes with a simple base32 encoder/decoder suited for case insensitive file systems.

r-qqman 0.1.9
Propagated dependencies: r-calibrate@1.7.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/qqman/
Licenses: GPL 3
Build system: r
Synopsis: Q-Q and Manhattan plots for GWAS data
Description:

This package allows you to create Q-Q and Manhattan plots for GWAS data from PLINK results.

r-rsvg 2.7.0
Dependencies: librsvg@2.58.5 pcre2@10.42 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/rsvg#readme
Licenses: Expat
Build system: r
Synopsis: Render SVG images into PDF, PNG, PostScript, or Bitmap arrays
Description:

This package allows you to render vector-based SVG images into high-quality custom-size bitmap arrays using the librsvg2 library. The resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In addition, the package can convert images directly to various formats such as PDF or PostScript.

r-superlearner 2.0-29
Propagated dependencies: r-cvauc@1.1.4 r-gam@1.22-6 r-nnls@1.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ecpolley/SuperLearner
Licenses: GPL 3
Build system: r
Synopsis: Super learner prediction
Description:

This package implements the super learner prediction method and contains a library of prediction algorithms to be used in the super learner.

r-prodlim 2025.04.28
Propagated dependencies: r-data-table@1.17.8 r-diagram@1.6.5 r-ggplot2@4.0.1 r-kernsmooth@2.23-26 r-lava@1.8.2 r-rcpp@1.1.0 r-rlang@1.1.6 r-survival@3.8-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/prodlim
Licenses: GPL 2+
Build system: r
Synopsis: Product-limit estimation for censored event history analysis
Description:

This package provides a fast and user-friendly implementation of nonparametric estimators for censored event history (survival) analysis with the Kaplan-Meier and Aalen-Johansen methods.

r-dlm 1.1-6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=dlm
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian and Likelihood Analysis of Dynamic Linear Models
Description:

This package provides routines for Maximum likelihood, Kalman filtering and smoothing, and Bayesian analysis of Normal linear State Space models, also known as Dynamic Linear Models.

r-logger 0.4.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://daroczig.github.io/logger/
Licenses: AGPL 3+
Build system: r
Synopsis: Lightweight and flexible logging utility
Description:

Inspired by the the futile.logger R package and logging Python module, this utility provides a flexible and extensible way of formatting and delivering log messages with low overhead.

r-tgstat 2.3.29
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=tgstat
Licenses: GPL 2
Build system: r
Synopsis: Amos Tanay's Group High Performance Statistical Utilities
Description:

This package provides a collection of high-performance utilities. It can be used to compute distances, correlations, autocorrelations, clustering, and other tasks. It also contains a graph clustering algorithm described in MetaCell analysis of single-cell RNA-seq data using K-nn graph partitions.

r-elliptic 1.5-1
Dependencies: pari-gp@2.17.3
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/RobinHankin/elliptic
Licenses: GPL 2
Build system: r
Synopsis: Weierstrass and Jacobi elliptic functions
Description:

This package provides a suite of elliptic and related functions including Weierstrass and Jacobi forms. It also includes various tools for manipulating and visualizing complex functions.

r-abc 2.2.2
Propagated dependencies: r-abc-data@1.1 r-locfit@1.5-9.12 r-mass@7.3-65 r-nnet@7.3-20 r-quantreg@6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abc/
Licenses: GPL 3+
Build system: r
Synopsis: Tools for Approximate Bayesian Computation (ABC)
Description:

This package implements several Approximate Bayesian Computation (ABC) algorithms for performing parameter estimation, model selection, and goodness-of-fit. Cross-validation tools are also available for measuring the accuracy of ABC estimates, and to calculate the misclassification probabilities of different models.

r-tolerance 3.0.0
Propagated dependencies: r-mass@7.3-65 r-plotly@4.11.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/tolerance/
Licenses: GPL 2+
Build system: r
Synopsis: Statistical tolerance intervals and regions
Description:

This package provides functions for estimating tolerance limits (intervals) for various univariate distributions (binomial, Cauchy, discrete Pareto, exponential, two-parameter exponential, extreme value, hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric, normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot), Bayesian normal tolerance limits, multivariate normal tolerance regions, nonparametric tolerance intervals, tolerance bands for regression settings (linear regression, nonlinear regression, nonparametric regression, and multivariate regression), and analysis of variance tolerance intervals. Visualizations are also available for most of these settings.

Total packages: 69245