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

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-vioplot 0.5.1
Propagated dependencies: r-sm@2.2-6.0 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler
Licenses: Modified BSD
Build system: r
Synopsis: Violin plot
Description:

This package provides a violin plot, which is a combination of a box plot and a kernel density plot.

r-modelenv 0.2.0
Propagated dependencies: r-cli@3.6.5 r-glue@1.8.0 r-rlang@1.1.6 r-tibble@3.3.0 r-vctrs@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/modelenv
Licenses: Expat
Build system: r
Synopsis: Tools for registering models for use in tidymodels
Description:

This is a developer-focused, low dependency package in tidymodels that provides functions to register how models are to be used. Functions to register models are complimented with accessor functions to retrieve registered model information to aid in model fitting and error handling.

r-seuratdisk 0.0.0.9021-1.877d4e1
Propagated dependencies: r-cli@3.6.5 r-crayon@1.5.3 r-hdf5r@1.3.12 r-matrix@1.7-4 r-r6@2.6.1 r-rlang@1.1.6 r-seurat@5.3.1 r-seuratobject@5.2.0 r-stringi@1.8.7 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mojaveazure/seurat-disk
Licenses: GPL 3
Build system: r
Synopsis: Interfaces for HDF5-based single cell file formats
Description:

The h5Seurat file format is specifically designed for the storage and analysis of multi-modal single-cell and spatially-resolved expression experiments, for example, from CITE-seq or 10X Visium technologies. It holds all molecular information and associated metadata, including (for example) nearest-neighbor graphs, dimensional reduction information, spatial coordinates and image data, and cluster labels. This package also supports rapid and on-disk conversion between h5Seurat and AnnData objects, with the goal of enhancing interoperability between Seurat and Scanpy.

r-rbokeh 0.5.2
Propagated dependencies: r-digest@0.6.39 r-gistr@0.9.0 r-hexbin@1.28.5 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-lazyeval@0.2.2 r-magrittr@2.0.4 r-maps@3.4.3 r-pryr@0.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rbokeh/
Licenses: Expat
Build system: r
Synopsis: R interface for the Bokeh visualization library
Description:

This package provides a native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.

r-rsvd 1.0.5
Propagated dependencies: r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/erichson/rSVD
Licenses: GPL 3+
Build system: r
Synopsis: Randomized singular value decomposition
Description:

Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension reduction, and data compression. Classically, highly accurate deterministic matrix algorithms are used for this task. However, the emergence of large-scale data has severely challenged our computational ability to analyze big data. The concept of randomness has been demonstrated as an effective strategy to quickly produce approximate answers to familiar problems such as the singular value decomposition (SVD). This package provides several randomized matrix algorithms such as the randomized singular value decomposition (rsvd), randomized principal component analysis (rpca), randomized robust principal component analysis (rrpca), randomized interpolative decomposition (rid), and the randomized CUR decomposition (rcur). In addition several plot functions are provided.

r-ppls 2.0.0
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ppls
Licenses: GPL 2+
Build system: r
Synopsis: Penalized partial least squares
Description:

This package contains linear and nonlinear regression methods based on partial least squares and penalization techniques. Model parameters are selected via cross-validation, and confidence intervals ans tests for the regression coefficients can be conducted via jackknifing.

r-oompadata 3.1.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: Data to illustrate OOMPA algorithms
Description:

OOMPA offers R packages for gene expression and proteomics analysis. OOMPA uses S4 classes to construct object-oriented tools with a consistent user interface. All higher level analysis tools in OOMPA are compatible with the eSet classes defined in BioConductor. The lower level processing tools offer an alternative to parts of BioConductor, but can also be used to enhance existing BioConductor packages.

r-abodoutlier 0.1
Propagated dependencies: r-cluster@2.1.8.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abodOutlier/
Licenses: Expat
Build system: r
Synopsis: Angle-based outlier detection
Description:

This package performs angle-based outlier detection on a given data frame. It offers three methods to process data:

  1. full but slow implementation using all the data that has cubic complexity;

  2. a fully randomized method;

  3. a method using k-nearest neighbours.

These algorithms are well suited for high dimensional data outlier detection.

r-udunits2 0.13.2.2
Dependencies: udunits@2.2.28
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=udunits2
Licenses: GPL 2
Build system: r
Synopsis: Udunits-2 bindings for R
Description:

This package provides simple bindings to Unidata's udunits library.

r-rarpack 0.11-0
Propagated dependencies: r-rspectra@0.16-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/yixuan/rARPACK
Licenses: Modified BSD
Build system: r
Synopsis: Solvers for large scale eigenvalue and SVD problems
Description:

This package was previously an R wrapper of the ARPACK library, and now a shell of the R package RSpectra, an R interface to the Spectra library for solving large scale eigenvalue/vector problems. The current version of rARPACK simply imports and exports the functions provided by RSpectra. New users of rARPACK are advised to switch to the RSpectra package.

r-shinyfiles 0.9.3
Propagated dependencies: r-fs@1.6.6 r-htmltools@0.5.8.1 r-jsonlite@2.0.0 r-shiny@1.11.1 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/thomasp85/shinyFiles
Licenses: GPL 2+
Build system: r
Synopsis: Server-side file system viewer for Shiny
Description:

This package provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to "download" files to a temporary location. Both file and folder selection as well as file saving is available.

r-rjava 1.0-11
Dependencies: icu4c@73.1 libdeflate@1.19 openjdk@11.0.22 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rforge.net/rJava/
Licenses: GPL 2
Build system: r
Synopsis: Low-Level R to Java interface
Description:

This package provides a low-level interface to the Java VM very much like .C/.Call and friends. It allows the creation of objects, calling methods and accessing fields.

r-lmds 0.1.0
Propagated dependencies: r-assertthat@0.2.1 r-dynutils@1.0.12 r-irlba@2.3.5.1 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dynverse/lmds
Licenses: GPL 3
Build system: r
Synopsis: Landmark multi-dimensional scaling
Description:

This package provides a fast dimensionality reduction method scalable to large numbers of samples. Landmark Multi-Dimensional Scaling (LMDS) is an extension of classical Torgerson MDS, but rather than calculating a complete distance matrix between all pairs of samples, only the distances between a set of landmarks and the samples are calculated.

r-asd 2.2
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/asd
Licenses: GPL 3
Build system: r
Synopsis: Simulations for Adaptive Seamless Designs
Description:

This package provides means to run simulations for adaptive seamless designs with and without early outcomes for treatment selection and subpopulation type designs.

r-kernlab 0.9-33
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/kernlab
Licenses: GPL 2
Build system: r
Synopsis: Kernel-based machine learning tools
Description:

This package provides kernel-based machine learning methods for classification, regression, clustering, novelty detection, quantile regression and dimensionality reduction. Among other methods kernlab includes Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and a QP solver.

r-mhg 1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mHG
Licenses: GPL 2
Build system: r
Synopsis: Minimum-hypergeometric test
Description:

This package runs a minimum-hypergeometric (mHG) test as described in "Discovering Motifs in Ranked Lists of DNA Sequences" by Eran Eden.

r-qpdf 1.4.1
Dependencies: libjpeg-turbo@2.1.4 qpdf@11.8.0 zlib@1.3.1
Propagated dependencies: r-askpass@1.2.1 r-curl@7.0.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/qpdf
Licenses: ASL 2.0
Build system: r
Synopsis: Split, Combine and Compress PDF Files
Description:

Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the qpdf C++ API and does not require any command line utilities. Note that qpdf does not read actual content from PDF files: to extract text and data you need the pdftools package.

r-strawr 0.0.92
Dependencies: curl@8.6.0 zlib@1.3.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/aidenlab/straw/tree/master/R
Licenses: Expat
Build system: r
Synopsis: Fast implementation of reading / dumping of .hic files
Description:

This package provides an API for efficient .hic file data extraction with programmatic matrix access. It doesn't store the pointer data for all the matrices, only the one queried, and currently it only supports matrices.

r-irkernel 1.3.2
Dependencies: jupyter@1.0.0
Propagated dependencies: r-crayon@1.5.3 r-digest@0.6.39 r-evaluate@1.0.5 r-irdisplay@1.1 r-jsonlite@2.0.0 r-minimal@4.5.2 r-pbdzmq@0.3-14 r-repr@1.1.7 r-uuid@1.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/IRkernel/
Licenses: Expat
Build system: r
Synopsis: Native R kernel for Jupyter
Description:

The R kernel for the Jupyter environment executes R code which the front-end (Jupyter Notebook or other front-ends) submits to the kernel via the network.

r-astsa 2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/nickpoison/astsa/
Licenses: GPL 3
Build system: r
Synopsis: Applied statistical time series analysis
Description:

This package provides data sets and scripts to accompany Time Series Analysis and Its Applications: With R Examples (4th ed), by R.H. Shumway and D.S. Stoffer. Springer Texts in Statistics, 2017, https://doi.org/10.1007/978-3-319-52452-8, and Time Series: A Data Analysis Approach Using R. Chapman-Hall, 2019, https://doi.org/10.1201/9780429273285.

r-rio 1.2.4
Propagated dependencies: r-curl@7.0.0 r-data-table@1.17.8 r-foreign@0.8-90 r-haven@2.5.5 r-lifecycle@1.0.4 r-r-utils@2.13.0 r-readr@2.1.6 r-readxl@1.4.5 r-tibble@3.3.0 r-writexl@1.5.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/leeper/rio
Licenses: GPL 2
Build system: r
Synopsis: Swiss-army knife for data I/O
Description:

This package provides streamlined data import and export infrastructure by making assumptions that the user is probably willing to make: import and export determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., stringsAsFactors=FALSE), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, convert, provides a simple method for converting between file types.

r-pinfsc50 1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/pinfsc50/
Licenses: GPL 2+
Build system: r
Synopsis: Genomic data for the plant pathogen Phytophthora infestans
Description:

This package contains genomic data for the plant pathogen Phytophthora infestans. It includes a variant file, a sequence file and an annotation file. This package is intended to be used as example data for packages that work with genomic data.

r-directlabels 2025.6.24
Propagated dependencies: r-quadprog@1.5-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://directlabels.r-forge.r-project.org/
Licenses: GPL 3
Build system: r
Synopsis: Direct labels for multicolor plots
Description:

This package provides an extensible framework for automatically placing direct labels onto multicolor plots. Label positions are described using positioning methods that can be re-used across several different plots. There are heuristics for examining trellis and ggplot objects and inferring an appropriate positioning method.

r-sparselda 0.1-9
Propagated dependencies: r-elasticnet@1.3 r-mass@7.3-65 r-mda@0.5-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.imm.dtu.dk/~lkhc/
Licenses: GPL 2+
Build system: r
Synopsis: Sparse discriminant analysis
Description:

This package performs sparse linear discriminant analysis for Gaussians and mixture of Gaussian models.

Total packages: 69244