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

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-repana 2.2.1
Propagated dependencies: r-yaml@2.3.10 r-rstudioapi@0.17.1 r-rmarkdown@2.30 r-readr@2.1.6 r-processx@3.8.6 r-pool@1.0.4 r-openxlsx@4.2.8.1 r-magrittr@2.0.4 r-lubridate@1.9.4 r-dplyr@1.1.4 r-digest@0.6.39 r-dbi@1.2.3 r-config@0.3.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/johnaponte/repana
Licenses: GPL 3+
Build system: r
Synopsis: Repeatable Analysis in R
Description:

Set of utilities to facilitate the reproduction of analysis in R. It allow to make_structure(), clean_structure(), and run and log programs in a predefined order to allow secondary files, analysis and reports be constructed in an ordered and reproducible form.

r-rfocal 1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rFocal
Licenses: LGPL 3
Build system: r
Synopsis: Run 'FOCAL' Language Source Code
Description:

Execute FOCAL (<https://en.wikipedia.org/wiki/FOCAL_(programming_language)>) source code directly in R'. This is achieved by translating FOCAL code into equivalent R commands and controlling the sequence of execution.

r-rocrater 0.1.0
Propagated dependencies: r-zip@2.3.3 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ResearchObject/ro-crate-r/
Licenses: Expat
Build system: r
Synopsis: Tools for Creating and Manipulating RO-Crates
Description:

This package provides tools for creating, manipulating and reading Research Object Crates (RO-Crates), a lightweight approach to packaging research data with structured metadata. Includes utilities for metadata generation, entity management, validation and reading existing RO-Crates following the specification <https://w3id.org/ro/crate/1.2/>.

r-represent 1.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=represent
Licenses: GPL 3
Build system: r
Synopsis: Determine How Representative Two Multidimensional Data Sets are
Description:

Compute the values of various parameters evaluating how similar two multidimensional datasets structures are in multidimensional space, as described in: Jouan-Rimbaud, D., Massart, D. L., Saby, C. A., Puel, C. (1998), <doi:10.1016/S0169-7439(98)00005-7>. The computed parameters evaluate three properties, namely, the direction of the data sets, the variance-covariance of the data points, and the location of the data sets centroids. The package contains workhorse function jrparams(), as well as two helper functions Mboxtest() and JRsMahaldist(), and four example data sets.

r-referenceintervals 1.3.1
Propagated dependencies: r-outliers@0.15 r-mass@7.3-65 r-extremevalues@2.4.1 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=referenceIntervals
Licenses: GPL 3
Build system: r
Synopsis: Reference Intervals
Description:

This is a collection of tools to allow the medical professional to calculate appropriate reference ranges (intervals) with confidence intervals around the limits for diagnostic purposes.

r-rym 1.0.6
Propagated dependencies: r-stringr@1.6.0 r-purrr@1.2.0 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://selesnow.github.io/rym/
Licenses: GPL 2
Build system: r
Synopsis: R Interface to Yandex Metrica API
Description:

Allows work with Management API for load counters, segments, filters, user permissions and goals list from Yandex Metrica, Reporting API allows you to get information about the statistics of site visits and other data without using the web interface, Logs API allows to receive non-aggregated data and Compatible with Google Analytics Core Reporting API v3 allows receive information about site traffic and other data using field names from Google Analytics Core API. For more information see official documents <https://yandex.ru/dev/metrika/doc/api2/concept/about-docpage>.

r-rstackdeque 1.1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/oneilsh/rstackdeque
Licenses: Expat
Build system: r
Synopsis: Persistent Fast Amortized Stack and Queue Data Structures
Description:

This package provides fast, persistent (side-effect-free) stack, queue and deque (double-ended-queue) data structures. While deques include a superset of functionality provided by queues, in these implementations queues are more efficient in some specialized situations. See the documentation for rstack, rdeque, and rpqueue for details.

r-rcppgreedysetcover 0.1.1
Propagated dependencies: r-rcpp@1.1.0 r-data-table@1.17.8 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/matthiaskaeding/setcover/tree/main/rcpp_greedy_set_cover/
Licenses: Expat
Build system: r
Synopsis: Greedy Set Cover
Description:

This package provides a fast implementation of the greedy algorithm for the set cover problem using Rcpp'.

r-rlummodel 0.2.11
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-luminescence@1.2.1 r-khroma@1.17.0 r-desolve@1.40
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://CRAN.R-project.org/package=RLumModel
Licenses: GPL 3
Build system: r
Synopsis: Solving Ordinary Differential Equations to Understand Luminescence
Description:

This package provides a collection of functions to simulate luminescence signals in quartz and Al2O3 based on published models.

r-resultmodelmanager 0.6.2
Propagated dependencies: r-zip@2.3.3 r-withr@3.0.2 r-sqlrender@1.19.5 r-rlang@1.1.6 r-readr@2.1.6 r-r6@2.6.1 r-pool@1.0.4 r-parallellogger@3.5.1 r-lubridate@1.9.4 r-fastmap@1.2.0 r-dplyr@1.1.4 r-dbplyr@2.5.1 r-dbi@1.2.3 r-databaseconnector@7.1.0 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/OHDSI/ResultModelManager
Licenses: ASL 2.0
Build system: r
Synopsis: Result Model Manager
Description:

Database data model management utilities for R packages in the Observational Health Data Sciences and Informatics programme. ResultModelManager provides utility functions to allow package maintainers to migrate existing SQL database models, export and import results in consistent patterns.

r-reservoir 1.1.5
Propagated dependencies: r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=reservoir
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Analysis, Design, and Operation of Water Supply Storages
Description:

Measure single-storage water supply system performance using resilience, reliability, and vulnerability metrics; assess storage-yield-reliability relationships; determine no-fail storage with sequent peak analysis; optimize release decisions for water supply, hydropower, and multi-objective reservoirs using deterministic and stochastic dynamic programming; generate inflow replicates using parametric and non-parametric models; evaluate inflow persistence using the Hurst coefficient.

r-relsim 1.0.0
Propagated dependencies: r-xtable@1.8-4 r-xml2@1.5.0 r-stringr@1.6.0 r-rvest@1.0.5 r-rcpp@1.1.0 r-multicool@1.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=relSim
Licenses: GPL 2+
Build system: r
Synopsis: Relative Simulator
Description:

This package provides a set of tools to explore the behaviour statistics used for forensic DNA interpretation when close relatives are involved. The package also offers some useful tools for exploring other forensic DNA situations.

r-r-proxy 0.1.3
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/xiayh17/r.proxy
Licenses: Expat
Build system: r
Synopsis: Set Proxy in R Console
Description:

The use of proxies is required in certain network environments. Despite the power of system level software, it is still inconvenient to switch proxy networks at random in R's console. This package is designed to provide one-click switching between proxy and non-proxy states.

r-rsql 0.2.2
Propagated dependencies: r-r6@2.6.1 r-lgr@0.5.0 r-dbi@1.2.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/rOpenStats/RSQL
Licenses: Expat
Build system: r
Synopsis: Database Agnostic Package to Generate and Process 'SQL' Queries in R
Description:

Allows the user to generate and execute select, insert, update and delete SQL queries the underlying database without having to explicitly write SQL code.

r-rbc 0.1.1
Propagated dependencies: r-r6@2.6.1 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rbc
Licenses: Expat
Build system: r
Synopsis: Regression by Composition
Description:

Flexible statistical modelling using a modular framework for regression, in which groups of transformations are composed together and act on probability distributions.

r-ropenblas 0.4.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://prdm0.github.io/ropenblas/
Licenses: GPL 3
Build system: r
Synopsis: Download, Compile and Link 'OpenBLAS' Library with R
Description:

The ropenblas package (<https://prdm0.github.io/ropenblas/>) is useful for users of any GNU/Linux distribution. It will be possible to download, compile and link the OpenBLAS library (<https://www.openblas.net/>) with the R language, always by the same procedure, regardless of the GNU/Linux distribution used. With the ropenblas package it is possible to download, compile and link the latest version of the OpenBLAS library even the repositories of the GNU/Linux distribution used do not include the latest versions of OpenBLAS'. If of interest, older versions of the OpenBLAS library may be considered. Linking R with an optimized version of BLAS (<https://netlib.org/blas/>) may improve the computational performance of R code. The OpenBLAS library is an optimized implementation of BLAS that can be easily linked to R with the ropenblas package.

r-radiant-multivariate 1.6.8
Propagated dependencies: r-shiny@1.11.1 r-scales@1.4.0 r-rlang@1.1.6 r-radiant-model@1.6.11 r-radiant-data@1.6.8 r-psych@2.5.6 r-polycor@0.8-1 r-patchwork@1.3.2 r-mass@7.3-65 r-magrittr@2.0.4 r-lubridate@1.9.4 r-import@1.3.4 r-gparotation@2025.3-1 r-gower@1.0.2 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-clustmixtype@0.4-2 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/radiant-rstats/radiant.multivariate/
Licenses: AGPL 3 FSDG-compatible
Build system: r
Synopsis: Multivariate Menu for Radiant: Business Analytics using R and Shiny
Description:

The Radiant Multivariate menu includes interfaces for perceptual mapping, factor analysis, cluster analysis, and conjoint analysis. The application extends the functionality in radiant.data'.

r-rpackedbar 0.2.2
Propagated dependencies: r-shiny@1.11.1 r-scales@1.4.0 r-plotly@4.11.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/AdamSpannbauer/rPackedBar
Licenses: Expat
Build system: r
Synopsis: Packed Bar Charts with 'plotly'
Description:

Packed bar charts are a variation of treemaps for visualizing skewed data. The concept was introduced by Xan Gregg at JMP'.

r-rapidsplithalf 0.7
Propagated dependencies: r-rcpp@1.1.0 r-kit@0.0.20 r-fastmatch@1.1-6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rapidsplithalf
Licenses: GPL 2+
Build system: r
Synopsis: Fast Permutation-Based Split-Half Reliability Algorithm
Description:

Accurately estimates the reliability of cognitive tasks using a fast and flexible permutation-based split-half reliability algorithm that supports stratified splitting while maintaining equal split sizes. See Kahveci, Bathke, and Blechert (2025) <doi:10.3758/s13423-024-02597-y> for details.

r-rempsyc 0.2.0
Propagated dependencies: r-rlang@1.1.6 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rempsyc.remi-theriault.com
Licenses: GPL 3+
Build system: r
Synopsis: Convenience Functions for Psychology
Description:

Make your workflow faster and easier. Easily customizable plots (via ggplot2'), nice APA tables (following the style of the *American Psychological Association*) exportable to Word (via flextable'), easily run statistical tests or check assumptions, and automatize various other tasks.

r-raverage 0.5-8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rAverage
Licenses: GPL 2+
Build system: r
Synopsis: Parameter Estimation for the Averaging Model of Information Integration Theory
Description:

Implementation of the R-Average method for parameter estimation of averaging models of the Anderson's Information Integration Theory by Vidotto, G., Massidda, D., & Noventa, S. (2010) <https://www.uv.es/psicologica/articulos3FM.10/3Vidotto.pdf>.

r-rrpp 2.1.2
Propagated dependencies: r-matrix@1.7-4 r-ggplot2@4.0.1 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/mlcollyer/RRPP
Licenses: GPL 3+
Build system: r
Synopsis: Linear Model Evaluation with Randomized Residuals in a Permutation Procedure
Description:

Linear model calculations are made for many random versions of data. Using residual randomization in a permutation procedure, sums of squares are calculated over many permutations to generate empirical probability distributions for evaluating model effects. Additionally, coefficients, statistics, fitted values, and residuals generated over many permutations can be used for various procedures including pairwise tests, prediction, classification, and model comparison. This package should provide most tools one could need for the analysis of high-dimensional data, especially in ecology and evolutionary biology, but certainly other fields, as well.

r-rcausalegm 0.3.3
Propagated dependencies: r-reticulate@1.44.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/SUwonglab/CausalEGM
Licenses: Expat
Build system: r
Synopsis: General Causal Inference Framework by Encoding Generative Modeling
Description:

CausalEGM is a general causal inference framework for estimating causal effects by encoding generative modeling, which can be applied in both discrete and continuous treatment settings. A description of the methods is given in Liu (2022) <arXiv:2212.05925>.

r-rhms 1.7
Propagated dependencies: r-pso@1.0.4 r-network@1.19.0 r-hmisc@5.2-4 r-ggplot2@4.0.1 r-ggally@2.4.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RHMS
Licenses: GPL 2
Build system: r
Synopsis: Hydrologic Modelling System for R Users
Description:

Hydrologic modelling system is an object oriented tool for simulation and analysis of hydrologic events. The package proposes functions and methods for construction, simulation, visualization, and calibration of a hydrologic model.

Total packages: 69236