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

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-dataretrieval 2.7.26
Propagated dependencies: r-xml2@1.5.2 r-whisker@0.4.1 r-sf@1.1-1 r-rlang@1.2.0 r-readr@2.2.0 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-httr2@1.2.2 r-data-table@1.18.4 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dataRetrieval
Licenses: CC0
Build system: r
Synopsis: Retrieval Functions for USGS and EPA Hydrology and Water Quality Data
Description:

Collection of functions to help retrieve U.S. Geological Survey and U.S. Environmental Protection Agency water quality and hydrology data from web services.

r-dependentsimr 1.0.0.0
Propagated dependencies: r-rlang@1.2.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dependentsimr
Licenses: Expat
Build system: r
Synopsis: Simulate Omics-Scale Data with Dependency
Description:

Using a Gaussian copula approach, this package generates simulated data mimicking a target real dataset. It supports normal, Poisson, empirical, and DESeq2 (negative binomial with size factors) marginal distributions. It uses an low-rank plus diagonal covariance matrix to efficiently generate omics-scale data. Methods are described in: Yang, Grant, and Brooks (2025) <doi:10.1101/2025.01.31.634335>.

r-dbglm 1.0.0
Propagated dependencies: r-vctrs@0.7.3 r-tidyverse@2.0.0 r-tidyr@1.3.2 r-tidypredict@1.1.0 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-knitr@1.51 r-dplyr@1.2.1 r-dbplyr@2.5.2 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dbglm
Licenses: Expat
Build system: r
Synopsis: Generalised Linear Models by Subsampling and One-Step Polishing
Description:

Fast fitting of generalised linear models on moderately large datasets, by taking an initial sample, fitting in memory, then evaluating the score function for the full data in the database. Thomas Lumley <doi:10.1080/10618600.2019.1610312>.

r-dots 0.0.3
Propagated dependencies: r-terra@1.9-27 r-sp@2.2-1 r-sf@1.1-1 r-rmapshaper@0.5.0 r-rlang@1.2.0 r-purrr@1.2.2 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/christopherkenny/dots
Licenses: Expat
Build system: r
Synopsis: Dot Density Maps
Description:

Generate point data for representing people within spatial data. This collects a suite of tools for creating simple dot density maps. Several functions from different spatial packages are standardized to take the same arguments so that they can be easily substituted for each other.

r-diyar 0.5.1
Propagated dependencies: r-rlang@1.2.0 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://olisansonwu.github.io/diyar/index.html
Licenses: GPL 3
Build system: r
Synopsis: Record Linkage and Epidemiological Case Definitions in 'R'
Description:

An R package for iterative and batched record linkage, and applying epidemiological case definitions. diyar can be used for deterministic and probabilistic record linkage, or multistage record linkage combining both approaches. It features the implementation of nested match criteria, and mechanisms to address missing data and conflicting matches during stepwise record linkage. Case definitions are implemented by assigning records to groups based on match criteria such as person or place, and overlapping time or duration of events e.g. sample collection dates or periods of hospital stays. Matching records are assigned a unique group ID. Index and duplicate records are removed or further analyses as required.

r-desctable 0.3.1
Propagated dependencies: r-tidyr@1.3.2 r-rlang@1.2.0 r-pander@0.6.6 r-htmltools@0.5.9 r-dt@0.34.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://desctable.github.io
Licenses: GPL 3
Build system: r
Synopsis: Produce Descriptive and Comparative Tables Easily
Description:

Easily create descriptive and comparative tables. It makes use and integrates directly with the tidyverse family of packages, and pipes. Tables are produced as (nested) dataframes for easy manipulation.

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-diagcounts 0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=diagcounts
Licenses: Expat
Build system: r
Synopsis: Recover Diagnostic Test Accuracy Counts from Reported Accuracy Measures
Description:

This package implements a system of linear equations to recover unreported diagnostic test accuracy cell counts from commonly reported measures such as sensitivity, specificity, predictive values, prevalence, and sample size. The package is intended for applied researchers who require complete 2x2 table counts for downstream analyses.

r-dtfm 0.1.5
Propagated dependencies: r-tmvtnorm@1.7 r-sopc@0.1.0 r-mvtnorm@1.3-7 r-matrixcalc@1.0-6 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DTFM
Licenses: Expat
Build system: r
Synopsis: Distributed Online Covariance Matrix Tests for Truncated Factor Model
Description:

The truncated factor model is a statistical model designed to handle specific data structures in data analysis. DTFM is a powerful tool designed to efficiently process and analyze distributed datasets. The philosophy of the package is described in Guo et al. (2023) <doi:10.1007/s00180-022-01270-z>.

r-dbwebforms 0.1.0
Propagated dependencies: r-stringi@1.8.7 r-html5@1.0.2 r-dbi@1.3.0 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dbWebForms
Licenses: GPL 2+
Build system: r
Synopsis: Produce R Functions to Create HTML Forms Based on SQL Meta Data
Description:

Offers meta programming style tools to generate configurable R functions that produce HTML forms based on table input and SQL meta data. Also generates functions for collecting the parameters of those HTML forms after they are submitted. Useful for quickly generating HTML forms based on existing SQL tables. To use the resultant functions, the output files containing those functions must be read into the R environment (perhaps using base::source()).

r-dgof 1.5.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dgof
Licenses: GPL 2+
Build system: r
Synopsis: Discrete Goodness-of-Fit Tests
Description:

This package provides a revision to the stats::ks.test() function and the associated ks.test.Rd help page. With one minor exception, it does not change the existing behavior of ks.test(), and it adds features necessary for doing one-sample tests with hypothesized discrete distributions. The package also contains cvm.test(), for doing one-sample Cramer-von Mises goodness-of-fit tests.

r-desk 1.1.2
Propagated dependencies: r-rstudioapi@0.18.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/OvGU-SH/desk
Licenses: GPL 3+
Build system: r
Synopsis: Didactic Econometrics Starter Kit
Description:

Written to help undergraduate as well as graduate students to get started with R for basic econometrics without the need to import specific functions and datasets from many different sources. Primarily, the package is meant to accompany the German textbook Auer, L.v., Hoffmann, S., Kranz, T. (2024, ISBN: 978-3-662-68263-0) from which the exercises cover all the topics from the textbook Auer, L.v. (2023, ISBN: 978-3-658-42699-6).

r-distanceto 0.0.3
Propagated dependencies: r-sf@1.1-1 r-nabor@0.5.0 r-geodist@0.1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/robitalec/distance-to
Licenses: GPL 3+
Build system: r
Synopsis: Calculate Distance to Features
Description:

Calculates distances from point locations to features. The usual approach for eg. resource selection function analyses is to generate a complete distance to features surface then sample it with your observed and random points. Since these raster based approaches can be pretty costly with large areas, and often lead to memory issues in R, the distanceto package opts to compute these distances using efficient, vector based approaches. As a helper, there's a decidedly low-res raster based approach for visually inspecting your region's distance surface. But the workhorse is distance_to.

r-discoursegt 1.2.0
Propagated dependencies: r-network@1.20.0 r-igraph@2.3.1 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ggally@2.4.0 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=discourseGT
Licenses: Expat
Build system: r
Synopsis: Analyze Group Patterns using Graph Theory in Educational Settings
Description:

Analyzes group patterns using discourse analysis data with graph theory mathematics. Takes the order of which individuals talk and converts it to a network edge and weight list. Returns the density, centrality, centralization, and subgroup information for each group. Based on the analytical framework laid out in Chai et al. (2019) <doi:10.1187/cbe.18-11-0222>.

r-diagonals 6.4.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://qua.st/diagonals
Licenses: GPL 3
Build system: r
Synopsis: Block Diagonal Extraction or Replacement
Description:

Several tools for handling block-matrix diagonals and similar constructs are implemented. Block-diagonal matrices can be extracted or removed using two small functions implemented here. In addition, non-square matrices are supported. Block diagonal matrices occur when two dimensions of a data set are combined along one edge of a matrix. For example, trade-flow data in the decompr and gvc packages have each country-industry combination occur along both edges of the matrix.

r-dartr-captive 1.2.2
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-reshape2@1.4.5 r-patchwork@1.3.2 r-magrittr@2.0.5 r-gridextra@2.3 r-ggplot2@4.0.3 r-digest@0.6.39 r-data-table@1.18.4 r-dartr-sim@1.2.2 r-dartr-data@1.2.2 r-dartr-base@1.2.3 r-crayon@1.5.3 r-adegenet@2.1.11
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://green-striped-gecko.github.io/dartR/
Licenses: GPL 3+
Build system: r
Synopsis: Analysing 'SNP' Data to Support Captive Breeding
Description:

This package provides functions are provided that facilitate the analysis of SNP (single nucleotide polymorphism) data to answer questions regarding captive breeding and relatedness between individuals. dartR.captive is part of the dartRverse suit of packages. Gruber et al. (2018) <doi:10.1111/1755-0998.12745>. Mijangos et al. (2022) <doi:10.1111/2041-210X.13918>.

r-dynrb 0.19
Propagated dependencies: r-vegan@2.7-3 r-reshape2@1.4.5 r-rcolorbrewer@1.1-3 r-ggplot2@4.0.3 r-foreign@0.8-91 r-dplyr@1.2.1 r-corrplot@0.95
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dynRB
Licenses: GPL 2
Build system: r
Synopsis: Dynamic Range Boxes
Description:

Improves the concept of multivariate range boxes, which is highly susceptible for outliers and does not consider the distribution of the data. The package uses dynamic range boxes to overcome these problems.

r-delta 0.2.0.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=Delta
Licenses: GPL 3
Build system: r
Synopsis: Measure of Agreement Between Two Raters
Description:

Measure of agreement delta was originally by Martà n & Femia (2004) <DOI:10.1348/000711004849268>. Since then has been considered as agreement measure for different fields, since their behavior is usually better than the usual kappa index by Cohen (1960) <DOI:10.1177/001316446002000104>. The main issue with delta is that can not be computed by hand contrary to kappa. The current algorithm is based on the Version 5 of the delta windows program that can be found on <https://www.ugr.es/~bioest/software/delta/cmd.php?seccion=downloads>.

r-damiann 1.0.0
Propagated dependencies: r-testthat@3.3.2 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DamiaNN
Licenses: GPL 3
Build system: r
Synopsis: Neural Network Numerai
Description:

Interactively train neural networks on Numerai, <https://numer.ai/>, data. Generate tournament predictions and write them to a CSV.

r-downballotr 0.1.0
Dependencies: python@3.12.12
Propagated dependencies: r-rlang@1.2.0 r-reticulate@1.46.0 r-purrr@1.2.2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://gchickering21.github.io/DownBallotR/
Licenses: ASL 2.0
Build system: r
Synopsis: Access Federal, State, and Local Election Data
Description:

This package provides an R interface for downloading and standardizing election data to support research workflows. Election results are published by states through heterogeneous and often dynamic web interfaces that are not consistently accessible through existing R packages or APIs. To address this, the package wraps state-specific Python web scrapers through the reticulate package, enabling access to dynamic content while exposing consistent R functions for querying election availability and results across jurisdictions. The package is intended for responsible use and relies on publicly accessible election result pages.

r-dtms 0.5.0
Propagated dependencies: r-vgam@1.1-14 r-nnet@7.3-20 r-mclogit@0.9.15 r-markovchain@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://github.com/christiandudel/dtms
Licenses: Expat
Build system: r
Synopsis: Discrete-Time Multistate Models
Description:

Discrete-time multistate models with a user-friendly workflow. The package provides tools for processing data, several ways of estimating parametric and nonparametric multistate models, and an extensive set of Markov chain methods which use transition probabilities derived from the multistate model. Some of the implemented methods are described in Schneider et al. (2024) <doi:10.1080/00324728.2023.2176535>, Dudel (2021) <doi:10.1177/0049124118782541>, Dudel & Myrskylä (2020) <doi:10.1186/s12963-020-00217-0>, van den Hout (2017) <doi:10.1201/9781315374321>.

r-desir 1.2.2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/stanlazic/desiR
Licenses: GPL 3
Build system: r
Synopsis: Desirability Functions for Ranking, Selecting, and Integrating Data
Description:

This package provides functions for (1) ranking, selecting, and prioritising genes, proteins, and metabolites from high dimensional biology experiments, (2) multivariate hit calling in high content screens, and (3) combining data from diverse sources.

r-dove 1.11
Propagated dependencies: r-survival@3.8-6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DOVE
Licenses: GPL 2
Build system: r
Synopsis: Durability of Vaccine Efficacy
Description:

This package implements maximum likelihood methods for evaluating the durability of vaccine efficacy in a randomized, placebo-controlled clinical trial with staggered enrollment of participants and potential crossover of placebo recipients before the end of the trial. Lin, D. Y., Zeng, D., and Gilbert, P. B. (2021) <doi:10.1093/cid/ciab226> and Lin, D. Y., Gu, Y., Zeng, D., Janes, H. E., and Gilbert, P. B. (2021) <doi:10.1093/cid/ciab630>.

r-dml 1.1.0
Propagated dependencies: r-mass@7.3-65 r-lfda@1.1.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/terrytangyuan/dml
Licenses: Expat
Build system: r
Synopsis: Distance Metric Learning in R
Description:

The state-of-the-art algorithms for distance metric learning, including global and local methods such as Relevant Component Analysis, Discriminative Component Analysis, Local Fisher Discriminant Analysis, etc. These distance metric learning methods are widely applied in feature extraction, dimensionality reduction, clustering, classification, information retrieval, and computer vision problems.

Total packages: 73955