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

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-dwmmlridge 0.1.1
Propagated dependencies: r-styperidge-reg@0.1.0 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/filizkrdg/dwmmlRidge
Licenses: Expat
Build system: r
Synopsis: Dynamically Weighted Modified Maximum Likelihood (DWMML) Ridge Regression
Description:

This package implements the dynamically weighted modified maximum likelihood ridge (DWMMLR) regression estimator, a robust and multicollinearity-aware linear regression estimator that combines the DWMML3 weighting procedure of Sazak (2019) <doi:10.1080/00949655.2019.1571060> with ridge penalization to address both outlier sensitivity and variance inflation due to multicollinearity. The ridge parameter is selected automatically using the approach implemented in the ridgregextra package (Karadag, Sazak, and Aydin, 2023) <https://CRAN.R-project.org/package=ridgregextra>, described further in Karadag, Sazak, and Aydin (2026) <doi:10.1080/02664763.2026.2655681>, which targets a variance inflation factor (VIF) close to but not below 1, removing the need for manual tuning. Returns comprehensive outputs (coefficients, fitted values, residuals, mean squared error (MSE), standard errors, R-squared, and adjusted R-squared) through a simple x/y interface.

r-densityratio 0.2.2
Propagated dependencies: r-rcppprogress@0.4.2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-pbapply@1.7-4 r-osqp@1.0.0 r-ggplot2@4.0.3 r-ggh4x@0.3.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://thomvolker.github.io/densityratio/
Licenses: GPL 3+
Build system: r
Synopsis: Distribution Comparison Through Density Ratio Estimation
Description:

Fast, flexible and user-friendly tools for distribution comparison through direct density ratio estimation. The estimated density ratio can be used for covariate shift adjustment, outlier-detection, change-point detection, classification and evaluation of synthetic data quality. The package implements multiple non-parametric estimation techniques (unconstrained least-squares importance fitting, ulsif(), Kullback-Leibler importance estimation procedure, kliep(), spectral density ratio estimation, spectral(), kernel mean matching, kmm(), and least-squares hetero-distributional subspace search, lhss()). with automatic tuning of hyperparameters. Helper functions are available for two-sample testing and visualizing the density ratios. For an overview on density ratio estimation, see Sugiyama et al. (2012) <doi:10.1017/CBO9781139035613> for a general overview, and the help files for references on the specific estimation techniques.

r-databionicswarm 2.0.0
Dependencies: pandoc@3.7.0.2
Propagated dependencies: r-rcppparallel@5.1.11-2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-ggplot2@4.0.3 r-generalizedumatrix@1.3.1 r-deldir@2.0-4 r-abcanalysis@1.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://www.deepbionics.org/
Licenses: GPL 3
Build system: r
Synopsis: Swarm Intelligence for Self-Organized Clustering
Description:

Algorithms implementing populations of agents that interact with one another and sense their environment may exhibit emergent behavior such as self-organization and swarm intelligence. Here, a swarm system called Databionic swarm (DBS) is introduced which was published in Thrun, M.C., Ultsch A.: "Swarm Intelligence for Self-Organized Clustering" (2020), Artificial Intelligence, <DOI:10.1016/j.artint.2020.103237>. DBS is able to adapt itself to structures of high-dimensional data such as natural clusters characterized by distance and/or density based structures in the data space. The first module is the parameter-free projection method called Pswarm (Pswarm()), which exploits the concepts of self-organization and emergence, game theory, swarm intelligence and symmetry considerations. The second module is the parameter-free high-dimensional data visualization technique, which generates projected points on the topographic map with hypsometric tints defined by the generalized U-matrix (GeneratePswarmVisualization()). The third module is the clustering method itself with non-critical parameters (DBSclustering()). Clustering can be verified by the visualization and vice versa. The term DBS refers to the method as a whole. It enables even a non-professional in the field of data mining to apply its algorithms for visualization and/or clustering to data sets with completely different structures drawn from diverse research fields. The comparison to common projection methods can be found in the book of Thrun, M.C.: "Projection Based Clustering through Self-Organization and Swarm Intelligence" (2018) <DOI:10.1007/978-3-658-20540-9>.

r-didec 1.1.0
Propagated dependencies: r-rlang@1.2.0 r-rann@2.6.2 r-phylogram@2.1.0 r-pcapp@2.0-5 r-gtools@3.9.5 r-ggplot2@4.0.3 r-foci@0.1.3 r-dendextend@1.19.1 r-cowplot@1.2.0 r-copbasic@2.2.14
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=didec
Licenses: Expat
Build system: r
Synopsis: Directed Dependence Coefficient
Description:

Directed Dependence Coefficient (didec) is a measure of functional dependence. Multivariate Feature Ordering by Conditional Independence (MFOCI) is a variable selection algorithm based on didec. Hierarchical Variable Clustering (VarClustPartition) is a variable clustering method based on didec. For more information, see the paper by Ansari and Fuchs (2025, <doi:10.48550/arXiv.2212.01621>), and the paper by Fuchs and Wang (2024, <doi:10.1016/j.ijar.2024.109185>).

r-dgeobj 1.1.2
Propagated dependencies: r-stringr@1.6.0 r-magrittr@2.0.5 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DGEobj
Licenses: GPL 3
Build system: r
Synopsis: Differential Gene Expression (DGE) Analysis Results Data Object
Description:

This package provides a flexible container to manage and annotate Differential Gene Expression (DGE) analysis results (Smythe et. al (2015) <doi:10.1093/nar/gkv007>). The DGEobj has data slots for row (gene), col (samples), assays (matrix n-rows by m-samples dimensions) and metadata (not keyed to row, col, or assays). A set of accessory functions to deposit, query and retrieve subsets of a data workflow has been provided. Attributes are used to capture metadata such as species and gene model, including reproducibility information such that a 3rd party can access a DGEobj history to see how each data object was created or modified. Since the DGEobj is customizable and extensible it is not limited to RNA-seq analysis types of workflows -- it can accommodate nearly any data analysis workflow that starts from a matrix of assays (rows) by samples (columns).

r-dr-sc 3.7
Propagated dependencies: r-spatstat-geom@3.7-3 r-seurat@5.5.0 r-s4vectors@0.50.1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-mclust@6.1.2 r-matrix@1.7-5 r-mass@7.3-65 r-irlba@2.3.7 r-ggplot2@4.0.3 r-cowplot@1.2.0 r-compquadform@1.4.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/feiyoung/DR.SC
Licenses: GPL 3
Build system: r
Synopsis: Joint Dimension Reduction and Spatial Clustering
Description:

Joint dimension reduction and spatial clustering is conducted for Single-cell RNA sequencing and spatial transcriptomics data, and more details can be referred to Wei Liu, Xu Liao, Yi Yang, Huazhen Lin, Joe Yeong, Xiang Zhou, Xingjie Shi and Jin Liu. (2022) <doi:10.1093/nar/gkac219>. It is not only computationally efficient and scalable to the sample size increment, but also is capable of choosing the smoothness parameter and the number of clusters as well.

r-distatisr 1.1.2
Propagated dependencies: r-tidytext@0.4.3 r-readxl@1.5.0 r-prettygraphs@2.2.0 r-dplyr@1.2.1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DistatisR
Licenses: GPL 2
Build system: r
Synopsis: DiSTATIS Three Way Metric Multidimensional Scaling
Description:

Implement DiSTATIS and CovSTATIS (three-way multidimensional scaling). DiSTATIS and CovSTATIS are used to analyze multiple distance/covariance matrices collected on the same set of observations. These methods are based on Abdi, H., Williams, L.J., Valentin, D., & Bennani-Dosse, M. (2012) <doi:10.1002/wics.198>.

r-depthproc 2.1.6
Propagated dependencies: r-zoo@1.8-15 r-sm@2.2-6.0 r-rrcov@1.7-7 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-np@0.70-2 r-mass@7.3-65 r-lattice@0.22-9 r-ggplot2@4.0.3 r-geometry@0.5.2 r-colorspace@2.1-2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://www.depthproc.zstat.pl/
Licenses: GPL 2
Build system: r
Synopsis: Statistical Depth Functions for Multivariate Analysis
Description:

Data depth concept offers a variety of powerful and user friendly tools for robust exploration and inference for multivariate data. The offered techniques may be successfully used in cases of lack of our knowledge on parametric models generating data due to their nature. The package consist of among others implementations of several data depth techniques involving multivariate quantile-quantile plots, multivariate scatter estimators, multivariate Wilcoxon tests and robust regressions.

r-deducorrect 1.3.7
Propagated dependencies: r-editrules@2.9.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/data-cleaning/deducorrect
Licenses: GPL 3
Build system: r
Synopsis: Deductive Correction, Deductive Imputation, and Deterministic Correction
Description:

This package provides a collection of methods for automated data cleaning where all actions are logged.

r-dmbc 1.0.3
Propagated dependencies: r-robustx@1.2-8 r-robustbase@0.99-7 r-rcppprogress@0.4.2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-modeltools@0.2-24 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-coda@0.19-4.1 r-bayesplot@1.15.0 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dmbc
Licenses: GPL 2+
Build system: r
Synopsis: Model Based Clustering of Binary Dissimilarity Measurements
Description:

This package provides functions for fitting a Bayesian model for grouping binary dissimilarity matrices in homogeneous clusters. Currently, it includes methods only for binary data (<doi:10.18637/jss.v100.i16>).

r-differ 0.0-8
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-terra@1.9-27 r-rlang@1.2.0 r-raster@3.6-32 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/amsantac/diffeR
Licenses: GPL 2+
Build system: r
Synopsis: Metrics of Difference for Comparing Pairs of Maps or Pairs of Variables
Description:

Metrics of difference for comparing pairs of variables or pairs of maps representing real or categorical variables at original and multiple resolutions.

r-dtda-cif 1.0.2
Propagated dependencies: r-rcpp@1.1.1-1.1 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DTDA.cif
Licenses: GPL 2
Build system: r
Synopsis: Doubly Truncated Data Analysis, Cumulative Incidence Functions
Description:

Nonparametric estimator of the cumulative incidences of competing risks under double truncation. The estimator generalizes the Efron-Petrosian NPMLE (Non-Parametric Maximun Likelihood Estimator) to the competing risks setting. Efron, B. and Petrosian, V. (1999) <doi:10.2307/2669997>.

r-dibble 0.3.2
Propagated dependencies: r-vctrs@0.7.3 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-purrr@1.2.2 r-pillar@1.11.1 r-memoise@2.0.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/UchidaMizuki/dibble
Licenses: Expat
Build system: r
Synopsis: Dimensional Data Frames
Description:

This package provides a dibble that implements data cubes (derived from dimensional tibble'), and allows broadcasting by dimensional names.

r-dfcomb 3.1-5
Propagated dependencies: r-rcppprogress@0.4.2 r-rcpp@1.1.1-1.1 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dfcomb
Licenses: GPL 3
Build system: r
Synopsis: Phase I/II Adaptive Dose-Finding Design for Combination Studies
Description:

Phase I/II adaptive dose-finding design for combination studies where toxicity rates are supposed to increase with both agents.

r-demographictable 0.2.3
Propagated dependencies: r-scales@1.4.0 r-officer@0.7.5 r-flextable@0.9.11 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DemographicTable
Licenses: GPL 2
Build system: r
Synopsis: Create Demographic Table
Description:

To create demographic table with simple summary statistics, with optional comparison(s) over one or more groups.

r-dmrnet 0.4.1
Propagated dependencies: r-hclust1d@0.1.1 r-grpreg@3.6.0 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/SzymonNowakowski/DMRnet
Licenses: GPL 2
Build system: r
Synopsis: Delete or Merge Regressors Algorithms for Linear and Logistic Model Selection and High-Dimensional Data
Description:

Model selection algorithms for regression and classification, where the predictors can be continuous or categorical and the number of regressors may exceed the number of observations. The selected model consists of a subset of numerical regressors and partitions of levels of factors. Szymon Nowakowski, Piotr Pokarowski, Wojciech Rejchel and Agnieszka SoÅ tys, 2023. Improving Group Lasso for High-Dimensional Categorical Data. In: Computational Science â ICCS 2023. Lecture Notes in Computer Science, vol 14074, p. 455-470. Springer, Cham. <doi:10.1007/978-3-031-36021-3_47>. Aleksandra Maj-KaÅ ska, Piotr Pokarowski and Agnieszka Prochenka, 2015. Delete or merge regressors for linear model selection. Electronic Journal of Statistics 9(2): 1749-1778. <doi:10.1214/15-EJS1050>. Piotr Pokarowski and Jan Mielniczuk, 2015. Combined l1 and greedy l0 penalized least squares for linear model selection. Journal of Machine Learning Research 16(29): 961-992. <https://www.jmlr.org/papers/volume16/pokarowski15a/pokarowski15a.pdf>. Piotr Pokarowski, Wojciech Rejchel, Agnieszka SoÅ tys, MichaÅ Frej and Jan Mielniczuk, 2022. Improving Lasso for model selection and prediction. Scandinavian Journal of Statistics, 49(2): 831â 863. <doi:10.1111/sjos.12546>.

r-deckroadmap 0.1.5
Propagated dependencies: r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/CodingTigerTang/deckroadmap
Licenses: Expat
Build system: r
Synopsis: Roadmap Footers for 'Reveal.js' Slides in 'Quarto' and 'R Markdown'
Description:

Adds section-aware roadmap footers to Reveal.js slide decks created with Quarto or R Markdown'. The footer highlights completed, current, and upcoming sections as slides advance. Supports multiple visual styles, inherited section tags, roadmap-free slides, and configurable colors, size, and positioning options.

r-debugr 0.0.1
Propagated dependencies: r-rstudioapi@0.18.0 r-rprojroot@2.1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/jsugarelli/debugr/
Licenses: GPL 3
Build system: r
Synopsis: Debug Tool to Watch Objects/Expressions While Running an R Script
Description:

Tool to print out the value of R objects/expressions while running an R script. Outputs can be made dependent on user-defined conditions/criteria. Debug messages only appear when a global option for debugging is set. This way, debugr code can even remain in the debugged code for later use without any negative effects during normal runtime.

r-datefixr 2.0.1
Dependencies: xz@5.4.5
Propagated dependencies: r-rlang@1.2.0 r-lifecycle@1.0.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://docs.ropensci.org/datefixR/
Licenses: GPL 3+
Build system: r
Synopsis: Standardize Dates in Different Formats or with Missing Data
Description:

There are many different formats dates are commonly represented with: the order of day, month, or year can differ, different separators ("-", "/", or whitespace) can be used, months can be numerical, names, or abbreviations and year given as two digits or four. datefixR takes dates in all these different formats and converts them to R's built-in date class. If datefixR cannot standardize a date, such as because it is too malformed, then the user is told which date cannot be standardized and the corresponding ID for the row. datefixR also allows the imputation of missing days and months with user-controlled behavior.

r-datazoom-social 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-pnadcibge@0.7.5 r-magrittr@2.0.5 r-dplyr@1.2.1 r-data-table@1.18.4 r-arrow@24.0.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://datazoom.com.br/en/
Licenses: Expat
Build system: r
Synopsis: Simplify Access to Brazilian Social Data
Description:

This package provides tools for downloading and processing microdata from the PNAD Contà nua (PNADC, Continuous National Household Sample Survey), a rotating panel survey published quarterly by IBGE (Brazilian Institute of Geography and Statistics). Includes panel identification algorithms for linking individuals across survey waves.

r-dive 1.3
Propagated dependencies: r-sp@2.2-1 r-fme@1.3.6.4 r-desolve@1.42
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DivE
Licenses: GPL 2+
Build system: r
Synopsis: Diversity Estimator
Description:

This package contains functions for the DivE estimator <doi:10.1371/journal.pcbi.1003646>. The DivE estimator is a heuristic approach to estimate the number of classes or the number of species (species richness) in a population.

r-dsmsearch 1.2.4
Propagated dependencies: r-terra@1.9-27 r-sp@2.2-1 r-sf@1.1-1 r-nominatimlite@0.6.0 r-imager@1.0.8 r-httr2@1.2.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dsmSearch
Licenses: GPL 3
Build system: r
Synopsis: DSM and LiDAR Downloader
Description:

This package provides a collection of functions to search and download DSM (Digital Surface Model) and LiDAR (Light Detection and Ranging) data via APIs, including OpenTopography <https://portal.opentopography.org/apidocs/> and TNMAccess <https://apps.nationalmap.gov/tnmaccess/#/>.

r-dda 0.1.1
Propagated dependencies: r-foreach@1.5.2 r-energy@1.7-12 r-dhsic@2.2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/wwiedermann/dda
Licenses: Expat
Build system: r
Synopsis: Direction Dependence Analysis
Description:

This package provides a collection of tests to analyze the causal direction of dependence in linear models (Wiedermann, W., & von Eye, A., 2025, ISBN: 9781009381390). The package includes functions to perform Direction Dependence Analysis for variable distributions, residual distributions, and independence properties of predictors and residuals in competing causal models. In addition, the package contains functions to test the causal direction of dependence in conditional models (i.e., models with interaction terms) For more information see <https://www.ddaproject.com>.

r-deconvolver 1.2-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://bnaras.github.io/deconvolveR/
Licenses: GPL 2+
Build system: r
Synopsis: Empirical Bayes Estimation Strategies
Description:

Empirical Bayes methods for learning prior distributions from data. An unknown prior distribution (g) has yielded (unobservable) parameters, each of which produces a data point from a parametric exponential family (f). The goal is to estimate the unknown prior ("g-modeling") by deconvolution and Empirical Bayes methods. Details and examples are in the paper by Narasimhan and Efron (2020, <doi:10.18637/jss.v094.i11>).

Total packages: 22167