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

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-spatstat-sparse 3.2-0
Propagated dependencies: r-abind@1.4-8 r-matrix@1.7-5 r-spatstat-utils@3.2-3 r-tensor@1.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://spatstat.org/
Licenses: GPL 2+
Build system: r
Synopsis: Sparse three-dimensional arrays and linear algebra utilities
Description:

This package defines sparse three-dimensional arrays and supports standard operations on them. The package also includes utility functions for matrix calculations that are common in statistics, such as quadratic forms.

r-seriation 1.5.8
Propagated dependencies: r-ca@0.71.1 r-cluster@2.1.8.2 r-colorspace@2.1-2 r-foreach@1.5.2 r-gclus@1.3.3 r-mass@7.3-65 r-qap@0.1-2 r-registry@0.5-1 r-tsp@1.2.7 r-vegan@2.7-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://s2.smu.edu/IDA/seriation/
Licenses: GPL 3
Build system: r
Synopsis: Infrastructure for ordering objects using seriation
Description:

This package provides infrastructure for seriation with an implementation of several seriation/sequencing techniques to reorder matrices, dissimilarity matrices, and dendrograms. It also provides (optimally) reordered heatmaps, color images and clustering visualizations like dissimilarity plots, and visual assessment of cluster tendency plots (VAT and iVAT).

r-seuratdisk 0.0.0.9021-1.877d4e1
Propagated dependencies: r-cli@3.6.6 r-crayon@1.5.3 r-hdf5r@1.3.12 r-matrix@1.7-5 r-r6@2.6.1 r-rlang@1.2.0 r-seurat@5.5.0 r-seuratobject@5.4.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-emdist 0.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rforge.net/emd
Licenses: Expat
Build system: r
Synopsis: Earth mover's distance
Description:

This package provides tools to calculate the Earth Mover's Distance (EMD).

r-stringr 1.6.0
Propagated dependencies: r-cli@3.6.6 r-glue@1.8.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-rlang@1.2.0 r-stringi@1.8.7 r-vctrs@0.7.3
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-fauxpas 0.6.0
Propagated dependencies: r-httpcode@0.3.0 r-r6@2.6.1 r-whisker@0.4.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/fauxpas
Licenses: Expat
Build system: r
Synopsis: HTTP error helpers
Description:

This package provides HTTP error helpers. Methods are included for general purpose HTTP error handling, as well as individual methods for every HTTP status code, both via status code numbers as well as their descriptive names. It supports the ability to adjust behavior to stop, message or warning. It includes the ability to use a custom whisker template to have any configuration of status code, short description, and verbose message.

r-svunit 1.0.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/SciViews/svUnit
Licenses: GPL 2
Build system: r
Synopsis: Unit, integration and system testing
Description:

This package provides a complete unit test system and functions to implement its GUI part.

r-cosinor 1.2.3
Propagated dependencies: r-ggplot2@4.0.3 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/sachsmc/cosinor
Licenses: Expat
Build system: r
Synopsis: Tools for estimating and predicting the Cosinor model
Description:

This package provides a set of simple functions that transforms longitudinal data to estimate the cosinor linear model as described in Tong (1976). Methods are given to summarize the mean, amplitude and acrophase, to predict the mean annual outcome value, and to test the coefficients.

r-sys 3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/sys
Licenses: Expat
Build system: r
Synopsis: Powerful and reliable tools for running system commands in R
Description:

This package provides drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. It supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. The package also provides functions for evaluating expressions inside a temporary fork. Such evaluations have no side effects on the main R process, and support reliable interrupts and timeouts. This provides the basis for a sandboxing mechanism.

r-tarchetypes 0.14.1
Propagated dependencies: r-dplyr@1.2.1 r-fs@2.1.0 r-rlang@1.2.0 r-secretbase@1.2.2 r-targets@1.12.0 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/tarchetypes/
Licenses: Expat
Build system: r
Synopsis: Archetypes for Targets
Description:

Function-oriented Make-like declarative pipelines for statistics and data science are supported in the targets R package. As an extension to targets, the tarchetypes package provides convenient user-side functions to make targets easier to use. By establishing reusable archetypes for common kinds of targets and pipelines, these functions help express complicated reproducible pipelines concisely and compactly. The methods in this package were influenced by the drake R package by Will Landau (2018) <doi:10.21105/joss.00550>.

r-acfmperiod 1.1.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/acfMPeriod/
Licenses: GPL 2+
Build system: r
Synopsis: Estimation of the ACF from the M-periodogram
Description:

This package support non-robust and robust computations of the sample autocovariance (ACOVF) and sample autocorrelation functions (ACF) of univariate and multivariate processes. The methodology consists in reversing the diagonalization procedure involving the periodogram or the cross-periodogram and the Fourier transform vectors, and, thus, obtaining the ACOVF or the ACF as discussed in Fuller (1995) doi:10.1002/9780470316917. The robust version is obtained by fitting robust M-regressors to obtain the M-periodogram or M-cross-periodogram as discussed in Reisen et al. (2017) doi:10.1016/j.jspi.2017.02.008.

r-digest 0.6.39
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dirk.eddelbuettel.com/code/digest.html
Licenses: GPL 2+
Build system: r
Synopsis: Create cryptographic hash digests of R objects
Description:

This package contains an implementation of a function digest() for the creation of hash digests of arbitrary R objects (using the md5, sha-1, sha-256, crc32, xxhash and murmurhash algorithms) permitting easy comparison of R language objects, as well as a function hmac() to create hash-based message authentication code.

Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as OpenSSL should be used.

r-rcppgsl 0.3.14
Dependencies: gsl@2.8
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/RcppGSL/
Licenses: GPL 2+
Build system: r
Synopsis: Rcpp integration for GSL vectors and matrices
Description:

The GNU Scientific Library (or GSL) is a collection of numerical routines for scientific computing. It is particularly useful for C and C++ programs as it provides a standard C interface to a wide range of mathematical routines. There are over 1000 functions in total with an extensive test suite. The RcppGSL package provides an easy-to-use interface between GSL data structures and R using concepts from Rcpp which is itself a package that eases the interfaces between R and C++.

r-alabama 2025.1.0
Propagated dependencies: r-numderiv@2016.8-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/alabama/
Licenses: GPL 2+
Build system: r
Synopsis: Constrained nonlinear optimization
Description:

Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization Algorithm; it is used for optimizing smooth nonlinear objective functions with constraints. Linear or nonlinear equality and inequality constraints are allowed.

r-httr 1.4.8
Propagated dependencies: r-curl@7.1.0 r-jsonlite@2.0.0 r-mime@0.13 r-openssl@2.4.1 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/httr
Licenses: Expat
Build system: r
Synopsis: Tools for working with URLs and HTTP
Description:

The aim of httr is to provide a wrapper for RCurl customised to the demands of modern web APIs. It provides useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components.

r-qlcmatrix 0.9.9
Propagated dependencies: r-docopt@0.7.2 r-matrix@1.7-5 r-slam@0.1-55 r-sparsesvd@0.2-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/qlcMatrix
Licenses: GPL 3
Build system: r
Synopsis: Sparse matrix functions for quantitative language comparison
Description:

This package provides an extension of the functionality of the Matrix package for using sparse matrices. Some of the functions are very general, while other are highly specific for the special data format used for quantitative language comparison (QLC).

r-adaptalint 0.2.4
Propagated dependencies: r-dplyr@1.2.1 r-lintr@3.3.0-1 r-purrr@1.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/adaptalint/
Licenses: GPL 3
Build system: r
Synopsis: Check R code style
Description:

This package provides tools to infer the code style (which style rules are followed and which ones are not) from one package and use it to check another. This makes it easier to find and correct the most important problems first.

r-rentrez 1.2.4
Propagated dependencies: r-httr@1.4.8 r-jsonlite@2.0.0 r-xml@3.99-0.23
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-flextable 0.9.11
Propagated dependencies: r-data-table@1.18.4 r-gdtools@0.5.0 r-htmltools@0.5.9 r-knitr@1.51 r-officer@0.7.5 r-ragg@1.5.2 r-rlang@1.2.0 r-rmarkdown@2.31 r-uuid@1.2-2 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://davidgohel.github.io/flextable
Licenses: GPL 3
Build system: r
Synopsis: Functions for tabular reporting
Description:

This package provides tools to create pretty tables for HTML documents and other formats. Functions are provided to let users create tables, modify and format their content. It extends the officer package and can be used within R markdown documents when rendering to HTML and to Word documents.

r-spectrum 1.1
Propagated dependencies: r-clusterr@1.3.6 r-diptest@0.77-2 r-ggplot2@4.0.3 r-rfast@2.1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Spectrum/
Licenses: AGPL 3+
Build system: r
Synopsis: Fast adaptive spectral clustering for single and multi-view data
Description:

This package provides a self-tuning spectral clustering method for single or multi-view data. Spectrum uses a new type of adaptive density aware kernel that strengthens connections in the graph based on common nearest neighbours. It uses a tensor product graph data integration and diffusion procedure to integrate different data sources and reduce noise. Spectrum uses either the eigengap or multimodality gap heuristics to determine the number of clusters. The method is sufficiently flexible so that a wide range of Gaussian and non-Gaussian structures can be clustered with automatic selection of K.

r-repr 1.1.7
Propagated dependencies: r-base64enc@0.1-6 r-htmltools@0.5.9 r-jsonlite@2.0.0 r-pillar@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/repr/
Licenses: GPL 3
Build system: r
Synopsis: Serializable representations
Description:

This package provides string and binary representations of objects for several formats and MIME types.

r-shades 1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jonclayden/shades
Licenses: Modified BSD
Build system: r
Synopsis: Simple color manipulation
Description:

This package provides functions for easily manipulating colors, creating color scales and calculating color distances.

r-ksamples 1.2-12
Propagated dependencies: r-suppdists@1.1-9.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/kSamples
Licenses: GPL 2+
Build system: r
Synopsis: K-Sample rank tests and their combinations
Description:

This package provides tools to compares k samples using the Anderson-Darling test, Kruskal-Wallis type tests with different rank score criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT) test. It computes asymptotic, simulated or (limited) exact P-values, all valid under randomization, with or without ties, or conditionally under random sampling from populations, given the observed tie pattern. Except for Steel's test and the JT test it also combines these tests across several blocks of samples.

r-munsell 0.5.1
Propagated dependencies: r-colorspace@2.1-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/munsell
Licenses: Expat
Build system: r
Synopsis: Munsell colour system
Description:

The Munsell package contains functions for exploring and using the Munsell colour system.

Total packages: 73977