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

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-ream 1.0-10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/RaphaelHartmann/ream
Licenses: GPL 2+
Build system: r
Synopsis: Density, Distribution, and Sampling Functions for Evidence Accumulation Models
Description:

Calculate the probability density functions (PDFs) for two threshold evidence accumulation models (EAMs). These are defined using the following Stochastic Differential Equation (SDE), dx(t) = v(x(t),t)*dt+D(x(t),t)*dW, where x(t) is the accumulated evidence at time t, v(x(t),t) is the drift rate, D(x(t),t) is the noise scale, and W is the standard Wiener process. The boundary conditions of this process are the upper and lower decision thresholds, represented by b_u(t) and b_l(t), respectively. Upper threshold b_u(t) > 0, while lower threshold b_l(t) < 0. The initial condition of this process x(0) = z where b_l(t) < z < b_u(t). We represent this as the relative start point w = z/(b_u(0)-b_l(0)), defined as a ratio of the initial threshold location. This package generates the PDF using the same approach as the python package it is based upon, PyBEAM by Murrow and Holmes (2023) <doi:10.3758/s13428-023-02162-w>. First, it converts the SDE model into the forwards Fokker-Planck equation dp(x,t)/dt = d(v(x,t)*p(x,t))/dt-0.5*d^2(D(x,t)^2*p(x,t))/dx^2, then solves this equation using the Crank-Nicolson method to determine p(x,t). Finally, it calculates the flux at the decision thresholds, f_i(t) = 0.5*d(D(x,t)^2*p(x,t))/dx evaluated at x = b_i(t), where i is the relevant decision threshold, either upper (i = u) or lower (i = l). The flux at each thresholds f_i(t) is the PDF for each threshold, specifically its PDF. We discuss further details of this approach in this package and PyBEAM publications. Additionally, one can calculate the cumulative distribution functions of and sampling from the EAMs.

r-rnetcarto 0.2.6
Dependencies: gsl@2.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rnetcarto
Licenses: GPL 2+
Build system: r
Synopsis: Fast Network Modularity and Roles Computation by Simulated Annealing (Rgraph C Library Wrapper for R)
Description:

This package provides functions to compute the modularity and modularity-related roles in networks. It is a wrapper around the rgraph library (Guimera & Amaral, 2005, <doi:10.1038/nature03288>).

r-rmsdp 0.1.1
Propagated dependencies: r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RMSDp
Licenses: GPL 3+
Build system: r
Synopsis: Refined Modified Stahel-Donoho (MSD) Estimators for Outlier Detection (Parallel Version)
Description:

This package provides a parallel function for multivariate outlier detection named modified Stahel-Donoho estimators is contained in this package. The function RMSDp() is for elliptically distributed datasets and recognizes outliers based on Mahalanobis distance. This function is for higher dimensional datasets that cannot be handled by a single core function RMSD() included in RMSD package. See Wada and Tsubaki (2013) <doi:10.1109/CLOUDCOM-ASIA.2013.86> for the detail of the algorithm.

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.

r-rbin 0.2.1
Propagated dependencies: r-ggplot2@4.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/rsquaredacademy/rbin
Licenses: Expat
Build system: r
Synopsis: Tools for Binning Data
Description:

Manually bin data using weight of evidence and information value. Includes other binning methods such as equal length, quantile and winsorized. Options for combining levels of categorical data are also available. Dummy variables can be generated based on the bins created using any of the available binning methods. References: Siddiqi, N. (2006) <doi:10.1002/9781119201731.biblio>.

r-restatis 0.4.0
Propagated dependencies: r-vctrs@0.6.5 r-tibble@3.3.0 r-readr@2.1.6 r-purrr@1.2.0 r-memoise@2.0.1 r-httr2@1.2.1 r-askpass@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://correlaid.github.io/restatis/
Licenses: Expat
Build system: r
Synopsis: R Wrapper to Access a Wide Range of Germany's Federal Statistical System Databases Based on the GENESIS Web Service RESTful API of the German Federal Statistical Office (Statistisches Bundesamt/Destatis)
Description:

This package provides a RESTful API wrapper for accessing the main databases of Germany's Federal Statistical System. Supports data search functions, credential management, result caching, and handling remote background jobs for large datasets.

r-rcatfish 1.0.2
Propagated dependencies: r-xml2@1.5.0 r-tidyr@1.3.1 r-stringr@1.6.0 r-rvest@1.0.5 r-rfishbase@5.0.3 r-rcurl@1.98-1.17 r-qdapregex@0.7.10 r-magrittr@2.0.4 r-lubridate@1.9.4 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://cran.r-project.org/package=rcatfish
Licenses: GPL 2+
Build system: r
Synopsis: An R Interface to the California Academy of Sciences Eschmeyer's Catalog of Fishes
Description:

Accesses the California Academy of Sciences Eschmeyer's Catalog of Fishes in R using web requests. The Catalog of fishes is the leading authority in fish taxonomy. Functions in the package allow users to search for fish taxa and valid names, retrieve taxonomic references, retrieve monthly taxonomic changes, obtain natural history collection information, and see the number of species by taxonomic group. For more information on the Catalog: Fricke, R., Eschmeyer, W. N. & R. van der Laan (eds) 2025. ESCHMEYER'S CATALOG OF FISHES <https://researcharchive.calacademy.org/research/ichthyology/catalog/fishcatmain.asp>.

r-r4subrisk 0.1.0
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-r4subcore@0.1.0 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/R4SUB/r4subrisk
Licenses: Expat
Build system: r
Synopsis: Risk Quantification Engine for Clinical Submission Readiness
Description:

Quantifies submission risk using a Failure Modes and Effects Analysis (FMEA)-inspired framework (probability, impact, detectability). Builds risk registers from evidence, computes Risk Priority Numbers (RPN), classifies risk levels, and emits standardized R4SUB (R for Regulatory Submission) evidence table rows via r4subcore'. Supports risk mitigation tracking and trend analysis across submission milestones.

r-rcites 1.3.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7 r-curl@7.0.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://docs.ropensci.org/rcites/
Licenses: Expat
Build system: r
Synopsis: R Interface to the Species+ Database
Description:

This package provides a programmatic interface to the Species+ <https://speciesplus.net/> database via the Species+/CITES Checklist API <https://api.speciesplus.net/>.

r-rilostat 2.5.0
Propagated dependencies: r-tidyselect@1.2.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-readr@2.1.6 r-httr2@1.2.1 r-haven@2.5.5 r-dplyr@1.1.4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://ilostat.github.io/Rilostat/
Licenses: FreeBSD
Build system: r
Synopsis: Access and Manipulation of ILOSTAT Labour Statistics
Description:

This package provides functions to access and manipulate data from the ILOSTAT database <https://ilostat.ilo.org>, the International Labour Organization's repository of labour statistics. Supports bulk download of datasets, metadata retrieval, and tools for filtering, reshaping, and analysing data.

r-rcarbon 1.5.2
Propagated dependencies: r-spatstat-model@3.5-0 r-spatstat-linnet@3.3-2 r-spatstat-geom@3.6-1 r-spatstat-explore@3.6-0 r-spatstat@3.4-1 r-snow@0.4-4 r-sf@1.0-23 r-knitr@1.50 r-iterators@1.0.14 r-foreach@1.5.2 r-dosnow@1.0.20
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ahb108/rcarbon/
Licenses: GPL 2+
Build system: r
Synopsis: Calibration and Analysis of Radiocarbon Dates
Description:

Enables the calibration and analysis of radiocarbon dates, often but not exclusively for the purposes of archaeological research. It includes functions not only for basic calibration, uncalibration, and plotting of one or more dates, but also a statistical framework for building demographic and related longitudinal inferences from aggregate radiocarbon date lists, including: Monte-Carlo simulation test (Timpson et al 2014 <doi:10.1016/j.jas.2014.08.011>), random mark permutation test (Crema et al 2016 <doi:10.1371/journal.pone.0154809>) and spatial permutation tests (Crema, Bevan, and Shennan 2017 <doi:10.1016/j.jas.2017.09.007>).

r-rriskdistributions 2.1.2
Dependencies: tcl@8.6.12
Propagated dependencies: r-tkrplot@0.0-30 r-msm@1.8.2 r-mc2d@0.2.1 r-eha@2.11.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.bfr.bund.de/cd/52158
Licenses: GPL 3+
Build system: r
Synopsis: Fitting Distributions to Given Data or Known Quantiles
Description:

Collection of functions for fitting distributions to given data or by known quantiles. Two main functions fit.perc() and fit.cont() provide users a GUI that allows to choose a most appropriate distribution without any knowledge of the R syntax. Note, this package is a part of the rrisk project.

r-rtiktoken 0.0.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://davzim.github.io/rtiktoken/
Licenses: Expat
Build system: r
Synopsis: Byte-Pair-Encoding (BPE) Tokenizer for OpenAI's Large Language Models
Description:

This package provides a thin wrapper around the tiktoken-rs crate, allowing to encode text into Byte-Pair-Encoding (BPE) tokens and decode tokens back to text. This is useful to understand how Large Language Models (LLMs) perceive text.

r-rcgls 1.0.3
Propagated dependencies: r-sp@2.2-0 r-rcurl@1.98-1.17 r-raster@3.6-32 r-ncdf4@1.24
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RCGLS
Licenses: Expat
Build system: r
Synopsis: Download and Open Data Provided by the Copernicus Global Land Service
Description:

Download and open manifest files provided by the Copernicus Global Land Service data <https://land.copernicus.eu/global/>. The manifest files are available at: <https://land.copernicus.vgt.vito.be/manifest/>. Also see: <https://land.copernicus.eu/global/access/>. Before you can download the data, you will first need to register to create a username and password.

r-revise 0.1.0
Propagated dependencies: r-xml2@1.5.0 r-worcs@0.1.20 r-stringr@1.6.0 r-rstudioapi@0.17.1 r-rmarkdown@2.30 r-pdftools@3.6.0 r-papaja@0.1.4 r-officer@0.7.1 r-knitr@1.50 r-glue@1.8.0 r-dplyr@1.1.4 r-cli@3.6.5 r-bookdown@0.45
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/conig/revise
Licenses: FSDG-compatible
Build system: r
Synopsis: Dynamic Revision Letters for 'Rmarkdown' Manuscripts
Description:

Extracts tagged text from markdown manuscripts for inclusion in dynamically generated revision letters. Provides an R markdown template based on papaja::revision_letter_pdf() with comment cross-referencing, a system for managing multiple sections of extracted text, and a way to automatically determine the page number of quoted sections from PDF manuscripts.

r-rdatapipeline 0.60.0
Propagated dependencies: r-yaml@2.3.10 r-usethis@3.2.1 r-semver@0.2.0 r-rhdf5@2.54.0 r-r6@2.6.1 r-openssl@2.3.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-git2r@0.36.2 r-dplyr@1.1.4 r-configr@0.3.5 r-cli@3.6.5 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.fairdatapipeline.org/rDataPipeline/
Licenses: GPL 3+
Build system: r
Synopsis: Functions to Interact with the 'FAIR Data Pipeline'
Description:

R implementation of the FAIR Data Pipeline API'. The FAIR Data Pipeline is intended to enable tracking of provenance of FAIR (findable, accessible and interoperable) data used in epidemiological modelling.

r-rtmpinvi 0.2.0
Propagated dependencies: r-rtmpinv@0.3.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/econcz/rtmpinvi
Licenses: Expat
Build system: r
Synopsis: Interactive Tabular Matrix Problems via Pseudoinverse Estimation
Description:

This package provides an interactive wrapper for the tmpinv() function from the rtmpinv package with options extending its functionality to pre- and post-estimation processing and streamlined incorporation of prior cell information. The Tabular Matrix Problems via Pseudoinverse Estimation (TMPinv) is a two-stage estimation method that reformulates structured table-based systems - such as allocation problems, transaction matrices, and input-output tables - as structured least-squares problems. Based on the Convex Least Squares Programming (CLSP) framework, TMPinv solves systems with row and column constraints, block structure, and optionally reduced dimensionality by (1) constructing a canonical constraint form and applying a pseudoinverse-based projection, followed by (2) a convex-programming refinement stage to improve fit, coherence, and regularization (e.g., via Lasso, Ridge, or Elastic Net).

r-recmap 1.0.20
Propagated dependencies: r-sp@2.2-0 r-rcpp@1.1.0 r-ga@3.2.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=recmap
Licenses: GPL 3
Build system: r
Synopsis: Compute the Rectangular Statistical Cartogram
Description:

This package implements the RecMap MP2 construction heuristic <doi:10.1109/INFVIS.2004.57>. This algorithm draws maps according to a given statistical value, e.g., election results, population, or epidemiological data. The basic idea of the RecMap algorithm is that each map region, e.g., different countries, is represented by a rectangle. The area of each rectangle represents the statistical value provided as input to maintain zero cartographic error. Computationally intensive tasks are implemented in C++. The included vignette documents recmap algorithm usage.

r-regmed 2.1.5
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-lavaan@0.6-20 r-knitr@1.50 r-igraph@2.2.1 r-gtools@3.9.5 r-glasso@1.11
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=regmed
Licenses: GPL 2+
Build system: r
Synopsis: Regularized Mediation Analysis
Description:

Mediation analysis for multiple mediators by penalized structural equation models with different types of penalties depending on whether there are multiple mediators and only one exposure and one outcome variable (using sparse group lasso) or multiple exposures, multiple mediators, and multiple outcome variables (using lasso, L1, penalties).

r-ragflowchainr 0.1.7
Propagated dependencies: r-xml2@1.5.0 r-rvest@1.0.5 r-pdftools@3.6.0 r-officer@0.7.1 r-httr@1.4.7 r-duckdb@1.4.2 r-dplyr@1.1.4 r-dbi@1.2.3 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/knowusuboaky/RAGFlowChainR
Licenses: Expat
Build system: r
Synopsis: Retrieval-Augmented Generation (RAG) Workflows in R with Local and Web Search
Description:

Enables Retrieval-Augmented Generation (RAG) workflows in R by combining local vector search using DuckDB with optional web search via the Tavily API. Supports OpenAI'- and Ollama'-compatible embedding models, full-text and HNSW (Hierarchical Navigable Small World) indexing, and modular large language model (LLM) invocation. Designed for advanced question-answering, chat-based applications, and production-ready AI pipelines. This package is the R equivalent of the python package RAGFlowChain available at <https://pypi.org/project/RAGFlowChain/>.

r-r02pro 0.2
Propagated dependencies: r-learnr@0.11.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://r02pro.github.io/
Licenses: GPL 2
Build system: r
Synopsis: R Programming: Zero to Pro
Description:

This is a companion package of the book "R Programming: Zero to Pro" <https://r02pro.github.io/>. It contains the datasets used in the book and provides interactive exercises corresponding to the book. It covers a wide range of topics including visualization, data transformation, tidying data, data input and output.

r-ricrt 0.1.0
Propagated dependencies: r-tidyverse@2.0.0 r-superlearner@2.0-29 r-rlang@1.1.6 r-rdpack@2.6.4 r-randomforest@4.7-1.2 r-glmnet@4.1-10 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Ricrt
Licenses: Expat
Build system: r
Synopsis: Randomization Inference of Clustered Randomized Trials
Description:

This package provides methods for randomization inference in group-randomized trials. Specifically, it can be used to analyze the treatment effect of stratified data with multiple clusters in each stratum with treatment given on cluster level. User may also input as many covariates as they want to fit the data. Methods are described by Dylan S Small et al., (2012) <doi:10.1198/016214507000000897>.

r-roxygen2md 1.0.1
Propagated dependencies: r-usethis@3.2.1 r-tibble@3.3.0 r-rlang@1.1.6 r-rex@1.2.1 r-devtools@2.4.6 r-desc@1.4.3 r-cli@3.6.5 r-brio@1.1.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://roxygen2md.r-lib.org/
Licenses: GPL 3
Build system: r
Synopsis: 'Roxygen' to 'Markdown'
Description:

Converts elements of roxygen documentation to markdown'.

r-robincar 1.2.0
Propagated dependencies: r-tidyverse@2.0.0 r-tidyr@1.3.1 r-survival@3.8-3 r-superlearner@2.0-29 r-rlang@1.1.6 r-rdpack@2.6.4 r-numderiv@2016.8-1.1 r-mass@7.3-65 r-magrittr@2.0.4 r-fastdummies@1.7.5 r-emulator@1.2-24 r-dplyr@1.1.4 r-data-table@1.17.8 r-broom@1.0.10 r-aipw@0.6.9.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RobinCar
Licenses: Expat
Build system: r
Synopsis: Robust Inference for Covariate Adjustment in Randomized Clinical Trials
Description:

This package performs robust estimation and inference when using covariate adjustment and/or covariate-adaptive randomization in randomized clinical trials. Ting Ye, Jun Shao, Yanyao Yi, Qinyuan Zhao (2023) <doi:10.1080/01621459.2022.2049278>. Ting Ye, Marlena Bannick, Yanyao Yi, Jun Shao (2023) <doi:10.1080/24754269.2023.2205802>. Ting Ye, Jun Shao, Yanyao Yi (2023) <doi:10.1093/biomet/asad045>. Marlena Bannick, Jun Shao, Jingyi Liu, Yu Du, Yanyao Yi, Ting Ye (2024) <doi:10.1093/biomet/asaf029>. Xiaoyu Qiu, Yuhan Qian, Jaehwan Yi, Jinqiu Wang, Yu Du, Yanyao Yi, Ting Ye (2025) <doi:10.48550/arXiv.2408.12541>.

Total packages: 69236