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

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-rpart-plot 3.1.4
Propagated dependencies: r-rpart@4.1.24
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.milbo.org/rpart-plot/index.html
Licenses: GPL 3
Build system: r
Synopsis: Plot 'rpart' Models: An Enhanced Version of 'plot.rpart'
Description:

Plot rpart models. Extends plot.rpart() and text.rpart() in the rpart package.

r-rcppclassic 0.9.14
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppclassic
Licenses: GPL 2+
Build system: r
Synopsis: Deprecated 'classic' 'Rcpp' 'API'
Description:

The RcppClassic package provides a deprecated C++ library which facilitates the integration of R and C++. New projects should use the new Rcpp API in the Rcpp package.

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-roundandround 0.0.1
Propagated dependencies: r-rgl@1.3.31 r-geometry@0.5.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RoundAndRound
Licenses: GPL 3+
Build system: r
Synopsis: Plot Objects Moving in Orbits
Description:

Visualize the objects in orbits in 2D and 3D. The packages is under developing to plot the orbits of objects in polar coordinate system. See the examples in demo.

r-rob 0.1.0
Propagated dependencies: r-minimalrsd@1.0.0 r-fmc@1.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/RomarioContoL/rob
Licenses: Expat
Build system: r
Synopsis: Run Orders with Assignment-Expansion Method
Description:

It enables the identification of sequentialexperimentation orders for factorial designs that jointly reduce bias and the number of level changes. The method used is that presented by Conto et al. (2025), known as the Assignment-Expansion method, which consists of adapting the linear programming assignment problem to generate balanced experimentation orders. The properties identified are then generalized to designs with a larger number of factors and levels using the expansion method proposed by Correa et al. (2009) and later generalized by Bhowmik et al. (2017). For more details see Conto et al. (2025) <doi:10.1016/j.cie.2024.110844>, Correa et al. (2009) <doi:10.1080/02664760802499337> and Bhowmik et al. (2017) <doi:10.1080/03610926.2016.1152490>.

r-rspm 0.7.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran4linux.github.io/rspm/
Licenses: Expat
Build system: r
Synopsis: 'RStudio' Package Manager
Description:

Enables binary package installations on Linux distributions. Provides access to RStudio public repositories at <https://packagemanager.posit.co>, and transparent management of system requirements without administrative privileges. Currently supported distributions are CentOS / RHEL', and several RHEL derivatives ('Rocky Linux', AlmaLinux', Oracle Linux', and Amazon Linux'), openSUSE / SLES', Debian', and Ubuntu LTS.

r-redditextractor 3.0.9
Propagated dependencies: r-rjsonio@2.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RedditExtractoR
Licenses: GPL 3
Build system: r
Synopsis: Reddit Data Extraction Toolkit
Description:

This package provides a collection of tools for extracting structured data from <https://www.reddit.com/>.

r-rtmsecho 0.2.4
Propagated dependencies: r-rtms@0.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rtmsEcho
Licenses: GPL 3+
Build system: r
Synopsis: Extract and Analyze EchoMS Data from Sciex Wiff Files
Description:

Read raw and processed data from acoustic ejection mass spectrometry (AEMS) files produced by the Sciex EchoMS instrument. Includes functions to create interactive reader objects, extract raw intensity measurements, mass spectra, and fully-processed mass-transition intensity areas. Methods for data processing and analysis are described in Rimmer et al. (2025) <doi:10.1021/acs.analchem.5c03730>. Supports both multiple reaction monitoring (MRM) and full-scan (neutral loss and precursor ion) data formats.

r-rcppclassicexamples 0.1.4
Propagated dependencies: r-rcppclassic@0.9.14 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppclassicexamples
Licenses: GPL 2+
Build system: r
Synopsis: Examples using 'RcppClassic' to Interface R and C++
Description:

The Rcpp package contains a C++ library that facilitates the integration of R and C++ in various ways via a rich API. This API was preceded by an earlier version which has been deprecated since 2010 (but is still supported to provide backwards compatibility in the package RcppClassic'). This package RcppClassicExamples provides usage examples for the older, deprecated API. There is also a corresponding package RcppExamples with examples for the newer, current API which we strongly recommend as the basis for all new development.

r-rpymat 0.1.8
Propagated dependencies: r-rstudioapi@0.17.1 r-reticulate@1.44.1 r-rappdirs@0.3.3 r-jsonlite@2.0.0 r-irkernel@1.3.2 r-glue@1.8.0 r-fastmap@1.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/dipterix/rpymat
Licenses: FSDG-compatible
Build system: r
Synopsis: Easy to Configure an Isolated 'Python' Environment
Description:

Aims to create a single isolated Miniconda and Python environment for reproducible pipeline scripts. The package provides utilities to run system command within the conda environment, making it easy to install, launch, manage, and stop Jupyter-lab'.

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-rsymphony 0.1-33
Dependencies: zlib@1.3.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://R-Forge.R-project.org/projects/rsymphony
Licenses: FSDG-compatible
Build system: r
Synopsis: SYMPHONY in R
Description:

An R interface to the SYMPHONY solver for mixed-integer linear programs.

r-rapidpolygonlookup 0.1.1
Propagated dependencies: r-sp@2.2-0 r-rgooglemaps@1.5.3 r-rann@2.6.2 r-pbsmapping@2.74.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RapidPolygonLookup
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: POLYGON LOOKUP USING KD TREES
Description:

Facilitates efficient polygon search using kd trees. Coordinate level spatial data can be aggregated to higher geographical identities like census blocks, ZIP codes or police district boundaries. This process requires mapping each point in the given data set to a particular identity of the desired geographical hierarchy. Unless efficient data structures are used, this can be a daunting task. The operation point.in.polygon() from the package sp is computationally expensive. Here, we exploit kd-trees as efficient nearest neighbor search algorithm to dramatically reduce the effective number of polygons being searched.

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-rhierbaps 1.1.4
Propagated dependencies: r-purrr@1.2.0 r-patchwork@1.3.2 r-matrixstats@1.5.0 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/gtonkinhill/rhierbaps
Licenses: Expat
Build system: r
Synopsis: Clustering Genetic Sequence Data Using the HierBAPS Algorithm
Description:

This package implements the hierarchical Bayesian analysis of populations structure (hierBAPS) algorithm of Cheng et al. (2013) <doi:10.1093/molbev/mst028> for clustering DNA sequences from multiple sequence alignments in FASTA format. The implementation includes improved defaults and plotting capabilities and unlike the original MATLAB version removes singleton SNPs by default.

r-recoder 0.1.2
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=recoder
Licenses: GPL 2+
Build system: r
Synopsis: Simple and Flexible Recoder
Description:

Simple, easy to use, and flexible functionality for recoding variables. It allows for simple piecewise definition of transformations.

r-reproduciblerchunks 1.2.0
Propagated dependencies: r-rstudioapi@0.17.1 r-rmarkdown@2.30 r-knitr@1.50 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://cran.r-project.org/package=reproducibleRchunks
Licenses: Expat
Build system: r
Synopsis: Automated Reproducibility Checks for R Markdown Documents
Description:

Provide reproducible R chunks in R Markdown document that automatically check computational results for reproducibility. This is achieved by creating json files storing metadata about computational results. A comprehensive tutorial to the package is available as preprint by Brandmaier & Peikert (2024, <doi:10.31234/osf.io/3zjvf>).

r-rclsp 0.5.0
Propagated dependencies: r-matrix@1.7-4 r-mass@7.3-65 r-cvxr@1.0-15
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/econcz/rclsp
Licenses: Expat
Build system: r
Synopsis: Modular Two-Step Convex Optimization Estimator for Ill-Posed Problems
Description:

Convex Least Squares Programming (CLSP) is a two-step estimator for solving underdetermined, ill-posed, or structurally constrained least-squares problems. It combines pseudoinverse-based estimation with convex-programming correction methods inspired by Lasso, Ridge, and Elastic Net to ensure numerical stability, constraint enforcement, and interpretability. The package also provides numerical stability analysis and CLSP-specific diagnostics, including partial R^2, normalized RMSE (NRMSE), Monte Carlo t-tests for mean NRMSE, and condition-number-based confidence bands.

r-rtodoist 0.4.0
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7 r-purrr@1.2.0 r-magrittr@2.0.4 r-keyring@1.4.1 r-httr2@1.2.1 r-glue@1.8.0 r-getpass@0.2-4 r-dplyr@1.1.4 r-digest@0.6.39 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ThinkR-open/rtodoist
Licenses: Expat
Build system: r
Synopsis: Create and Manage Todolist using 'Todoist.com' API
Description:

Allows you to interact with the API of the "Todoist" platform. Todoist <https://www.todoist.com/> provides an online task manager service for teams.

r-rvcompare 0.1.8
Propagated dependencies: r-rcpp@1.1.0 r-pracma@2.4.6 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RVCompare
Licenses: CC0
Build system: r
Synopsis: Compare Real Valued Random Variables
Description:

This package provides a framework with tools to compare two random variables via stochastic dominance. See the README.md at <https://github.com/EtorArza/RVCompare> for a quick start guide. It can compute the Cp and Cd of two probability distributions and the Cumulative Difference Plot as explained in E. Arza (2022) <doi:10.1080/10618600.2022.2084405>. Uses bootstrap or DKW-bounds to compute the confidence bands of the cumulative distributions. These two methods are described in B. Efron. (1979) <doi:10.1214/aos/1176344552> and P. Massart (1990) <doi:10.1214/aop/1176990746>.

r-regress 1.3-22
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/kbroman/regress
Licenses: GPL 2
Build system: r
Synopsis: Gaussian Linear Models with Linear Covariance Structure
Description:

This package provides functions to fit Gaussian linear model by maximising the residual log likelihood where the covariance structure can be written as a linear combination of known matrices. Can be used for multivariate models and random effects models. Easy straight forward manner to specify random effects models, including random interactions. Code now optimised to use Sherman Morrison Woodbury identities for matrix inversion in random effects models. We've added the ability to fit models using any kernel as well as a function to return the mean and covariance of random effects conditional on the data (best linear unbiased predictors, BLUPs). Clifford and McCullagh (2006) <https://www.r-project.org/doc/Rnews/Rnews_2006-2.pdf>.

r-rada 1.1.9
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-reshape2@1.4.5 r-openxlsx@4.2.8.1 r-matrixstats@1.5.0 r-lmertest@3.1-3 r-lme4@1.1-37 r-knitr@1.50 r-hmisc@5.2-4 r-gridextra@2.3 r-ggplot2@4.0.1 r-forestplot@3.1.7 r-e1071@1.7-16 r-dplyr@1.1.4 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rADA
Licenses: GPL 3
Build system: r
Synopsis: Statistical Analysis and Cut-Point Determination of Immunoassays
Description:

Systematically transform immunoassay data, evaluate if the data is normally distributed, and pick the right method for cut point determination based on that evaluation. This package can also produce plots that are needed for reports, so data analysis and visualization can be done easily.

r-read-gt3x 1.2.0
Propagated dependencies: r-rcpp@1.1.0 r-r-utils@2.13.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=read.gt3x
Licenses: FSDG-compatible
Build system: r
Synopsis: Parse 'ActiGraph' 'GT3X'/'GT3X+' 'Accelerometer' Data
Description:

This package implements a high performance C++ parser for ActiGraph GT3X'/'GT3X+ data format (with extension .gt3x') for accelerometer samples. Activity samples can be easily read into a matrix or data.frame. This allows for storing the raw accelerometer samples in the original binary format to reserve space.

r-rsynthbio 4.1.0
Propagated dependencies: r-keyring@1.4.1 r-jsonlite@2.0.0 r-httr@1.4.7 r-getpass@0.2-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/synthesizebio/rsynthbio
Licenses: Expat
Build system: r
Synopsis: Synthesize Bio API Wrapper
Description:

Access Synthesize Bio models from their API <https://app.synthesize.bio/> using this wrapper that provides a convenient interface to the Synthesize Bio API, allowing users to generate realistic gene expression data based on specified biological conditions. This package enables researchers to easily access AI-generated transcriptomic data for various modalities including bulk RNA-seq, single-cell RNA-seq, microarray data, and more.

Total packages: 69236