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

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-ds4psy 1.3.0
Propagated dependencies: r-unikn@1.0.0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://hneth-ds4psy.share.connect.posit.cloud/
Licenses: CC-BY-SA 4.0
Build system: r
Synopsis: Data Science for Psychologists
Description:

All datasets and functions required for the examples and exercises of the book "Data Science for Psychologists" (by Hansjoerg Neth, Konstanz University, 2026, <doi:10.5281/zenodo.7229812>), freely available at <https://hneth-ds4psy.share.connect.posit.cloud/>. The book and corresponding courses introduce principles and methods of data science to students of psychology and other biological or social sciences. The ds4psy package primarily provides datasets, but also functions for data generation and manipulation (e.g., of text and time data) and graphics that are used in the book and its exercises. All functions included in ds4psy are designed to be explicit and instructive, rather than efficient or elegant.

r-dfcrm 0.2-2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://www.columbia.edu/~yc632
Licenses: GPL 2
Build system: r
Synopsis: Dose-Finding by the Continual Reassessment Method
Description:

This package provides functions to run the CRM and TITE-CRM in phase I trials and calibration tools for trial planning purposes.

r-dendrosync 0.1.5
Propagated dependencies: r-nlme@3.1-168 r-gridextra@2.3 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://bitbucket.org/josucham/dendrosync/src/issues/
Licenses: GPL 2
Build system: r
Synopsis: Set of Tools for Calculating Spatial Synchrony Between Tree-Ring Chronologies
Description:

This package provides functions for the calculation and plotting of synchrony in tree growth from tree-ring width chronologies (TRW index). It combines variance-covariance (VCOV) mixed modelling with functions that quantify the degree to which the TRW chronologies contain a common temporal signal. It also implements temporal trends in spatial synchrony using a moving window. These methods can also be used with other kind of ecological variables that have temporal autocorrelation corrected.

r-diner 1.0.1
Propagated dependencies: r-progress@1.2.3 r-matrix@1.7-4 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/RicSalgado/dineR
Licenses: Expat
Build system: r
Synopsis: Differential Network Estimation in R
Description:

An efficient and convenient set of functions to perform differential network estimation through the use of alternating direction method of multipliers optimization with a variety of loss functions.

r-docstring 1.0.0
Propagated dependencies: r-roxygen2@7.3.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/dasonk/docstring
Licenses: GPL 2
Build system: r
Synopsis: Provides Docstring Capabilities to R Functions
Description:

This package provides the ability to display something analogous to Python's docstrings within R. By allowing the user to document their functions as comments at the beginning of their function without requiring putting the function into a package we allow more users to easily provide documentation for their functions. The documentation can be viewed just like any other help files for functions provided by packages as well.

r-dtts 0.1.4
Propagated dependencies: r-rcppdate@0.0.6 r-rcppcctz@0.2.13 r-rcpp@1.1.0 r-nanotime@0.3.12 r-data-table@1.17.8 r-bit64@4.6.0-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dtts
Licenses: GPL 2+
Build system: r
Synopsis: 'data.table' Time-Series
Description:

High-frequency time-series support via nanotime and data.table'.

r-datasetsuni 0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DataSetsUni
Licenses: GPL 2+
Build system: r
Synopsis: Collection of Univariate Data Sets
Description:

This package provides a collection of widely used univariate data sets of various applied domains on applications of distribution theory. The functions allow researchers and practitioners to quickly, easily, and efficiently access and use these data sets. The data are related to different applied domains and as follows: Bio-medical, survival analysis, medicine, reliability analysis, hydrology, actuarial science, operational research, meteorology, extreme values, quality control, engineering, finance, sports and economics. The total 100 data sets are documented along with associated references for further details and uses.

r-deckgl 0.3.0
Propagated dependencies: r-yaml@2.3.10 r-tibble@3.3.0 r-readr@2.1.6 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-htmlwidgets@1.6.4 r-htmltools@0.5.8.1 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/crazycapivara/deckgl/
Licenses: Expat
Build system: r
Synopsis: An R Interface to 'deck.gl'
Description:

Makes deck.gl <https://deck.gl/>, a WebGL-powered open-source JavaScript framework for visual exploratory data analysis of large datasets, available within R via the htmlwidgets package. Furthermore, it supports basemaps from mapbox <https://www.mapbox.com/> via mapbox-gl-js <https://github.com/mapbox/mapbox-gl-js>.

r-deplogo 1.2.2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DepLogo
Licenses: GPL 3
Build system: r
Synopsis: Dependency Logo
Description:

Plots dependency logos from a set of aligned input sequences.

r-dormancy 0.1.0
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/danymukesha/dormancy/
Licenses: Expat
Build system: r
Synopsis: Detection and Analysis of Dormant Patterns in Data
Description:

This package provides a novel framework for detecting, quantifying, and analyzing dormant patterns in multivariate data. Dormant patterns are statistical relationships that exist in data but remain inactive until specific trigger conditions emerge. This concept, inspired by biological dormancy (seeds, pathogens) and geological phenomena (dormant faults), provides tools to identify latent risks, hidden correlations, and potential phase transitions in complex systems. The package introduces methods for quantifying dormancy depth, trigger sensitivity, and awakening risk - enabling analysts to discover patterns that conventional methods miss because they focus only on currently active relationships.

r-dataone 2.3.0
Propagated dependencies: r-xml@3.99-0.20 r-uuid@1.2-1 r-stringr@1.6.0 r-stringi@1.8.7 r-plyr@1.8.9 r-parsedate@1.3.2 r-jsonlite@2.0.0 r-httr@1.4.7 r-datapack@1.4.2 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/DataONEorg/rdataone
Licenses: ASL 2.0
Build system: r
Synopsis: R Interface to the 'DataONE' REST API
Description:

This package provides read and write access to data and metadata from the DataONE network <https://www.dataone.org> of data repositories. Each DataONE repository implements a consistent repository application programming interface. Users call methods in R to access these remote repository functions, such as methods to query the metadata catalog, get access to metadata for particular data packages, and read the data objects from the data repository. Users can also insert and update data objects on repositories that support these methods.

r-deps 0.4.1
Propagated dependencies: r-renv@1.1.5 r-remotes@2.5.0 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://hub.analythium.io/deps/
Licenses: Expat
Build system: r
Synopsis: Dependency Management with 'roxygen'-Style Comments
Description:

Manage your source code dependencies by decorating your existing R code with special, roxygen'-style comments.

r-ddiwr 0.19
Propagated dependencies: r-xml2@1.5.0 r-writexl@1.5.4 r-readxl@1.4.5 r-haven@2.5.5 r-digest@0.6.39 r-declared@0.26 r-base64enc@0.1-3 r-admisc@0.39
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/dusadrian/DDIwR
Licenses: GPL 3+
Build system: r
Synopsis: DDI with R
Description:

Useful functions for various DDI (Data Documentation Initiative) related inputs and outputs. Converts data files to and from DDI, SPSS, Stata, SAS, R and Excel, including user declared missing values.

r-datamojo 1.0.0
Propagated dependencies: r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dataMojo
Licenses: Expat
Build system: r
Synopsis: Reshape Data Table
Description:

This package provides a grammar of data manipulation with data.table', providing a consistent a series of utility functions that help you solve the most common data manipulation challenges.

r-dfadjust 1.1.0
Propagated dependencies: r-collapse@2.1.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/kolesarm/Robust-Small-Sample-Standard-Errors
Licenses: Expat
Build system: r
Synopsis: Degrees of Freedom Adjustment for Robust Standard Errors
Description:

Computes small-sample degrees of freedom adjustment for heteroskedasticity robust standard errors, and for clustered standard errors in linear regression. See Imbens and Kolesár (2016) <doi:10.1162/REST_a_00552> for a discussion of these adjustments.

r-decp 0.1.2
Propagated dependencies: r-rlang@1.1.6 r-purrr@1.2.0 r-matrixcalc@1.0-6 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-geigen@2.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=decp
Licenses: GPL 3
Build system: r
Synopsis: Complete Change Point Analysis
Description:

This package provides a comprehensive approach for identifying and estimating change points in multivariate time series through various statistical methods. Implements the multiple change point detection methodology from Ryan & Killick (2023) <doi:10.1080/00401706.2023.2183261> and a novel estimation methodology from Fotopoulos et al. (2023) <doi:10.1007/s00362-023-01495-0> generalized to fit the detection methodologies. Performs both detection and estimation of change points, providing visualization and summary information of the estimation process for each detected change point.

r-dummy 0.1.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dummy
Licenses: GPL 2+
Build system: r
Synopsis: Automatic Creation of Dummies with Support for Predictive Modeling
Description:

Efficiently create dummies of all factors and character vectors in a data frame. Support is included for learning the categories on one data set (e.g., a training set) and deploying them on another (e.g., a test set).

r-dartr-data 1.2.2
Propagated dependencies: 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://github.com/green-striped-gecko/dartR.data
Licenses: GPL 3+
Build system: r
Synopsis: Auxiliary Data Package for Our Main Package 'dartR'
Description:

Data package for dartR'. Provides data sets to run examples in dartR'. This was necessary due to the size limit imposed by CRAN'. The data in dartR.data is needed to run the examples provided in the dartR functions. All available data sets are either based on actual data (but reduced in size) and/or simulated data sets to allow the fast execution of examples and demonstration of the functions.

r-drake 7.13.11
Propagated dependencies: r-vctrs@0.6.5 r-txtq@0.2.4 r-tidyselect@1.2.1 r-storr@1.2.6 r-rlang@1.1.6 r-igraph@2.2.1 r-digest@0.6.39 r-base64url@1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/ropensci/drake
Licenses: GPL 3
Build system: r
Synopsis: Pipeline Toolkit for Reproducible Computation at Scale
Description:

This package provides a general-purpose computational engine for data analysis, drake rebuilds intermediate data objects when their dependencies change, and it skips work when the results are already up to date. Not every execution starts from scratch, there is native support for parallel and distributed computing, and completed projects have tangible evidence that they are reproducible. Extensive documentation, from beginner-friendly tutorials to practical examples and more, is available at the reference website <https://docs.ropensci.org/drake/> and the online manual <https://books.ropensci.org/drake/>.

r-dpqmpfr 0.3-3
Propagated dependencies: r-sfsmisc@1.1-23 r-rmpfr@1.1-2 r-gmp@0.7-5 r-dpq@0.6-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://specfun.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: DPQ (Density, Probability, Quantile) Distribution Computations using MPFR
Description:

An extension to the DPQ package with computations for DPQ (Density (pdf), Probability (cdf) and Quantile) functions, where the functions here partly use the Rmpfr package and hence the underlying MPFR and GMP C libraries.

r-durga 2.1.0
Propagated dependencies: r-vipor@0.4.7 r-rcolorbrewer@1.1-3 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/KhanKawsar/EstimationPlot
Licenses: Expat
Build system: r
Synopsis: Effect Size Estimation and Visualisation
Description:

An easy-to-use yet powerful system for plotting grouped data effect sizes. Various types of effect size can be estimated, then plotted together with a representation of the original data. Select from many possible data representations (box plots, violin plots, raw data points etc.), and combine as desired. Durga plots are implemented in base R, so are compatible with base R methods for combining plots, such as layout()'. See Khan & McLean (2023) <doi:10.1101/2023.02.06.526960>.

r-dglmextpois 0.2.4
Propagated dependencies: r-nloptr@2.2.1 r-compoissonreg@0.8.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/franciscomartinezdelrio/DGLMExtPois
Licenses: GPL 2
Build system: r
Synopsis: Double Generalized Linear Models Extending Poisson Regression
Description:

Model estimation, dispersion testing and diagnosis of hyper-Poisson Saez-Castillo, A.J. and Conde-Sanchez, A. (2013) <doi:10.1016/j.csda.2012.12.009> and Conway-Maxwell-Poisson Huang, A. (2017) regression models.

r-dime 1.3.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DIME
Licenses: GPL 2+
Build system: r
Synopsis: Differential Identification using Mixture Ensemble
Description:

This package provides a robust identification of differential binding sites method for analyzing ChIP-seq (Chromatin Immunoprecipitation Sequencing) comparing two samples that considers an ensemble of finite mixture models combined with a local false discovery rate (fdr) allowing for flexible modeling of data. Methods for Differential Identification using Mixture Ensemble (DIME) is described in: Taslim et al., (2011) <doi:10.1093/bioinformatics/btr165>.

r-dvir 3.4.0
Propagated dependencies: r-verbalisr@0.7.2 r-ribd@1.7.1 r-pedtools@2.10.0 r-pedprobr@1.0.1 r-pedfamilias@0.2.4 r-pbapply@1.7-4 r-forrel@1.8.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/magnusdv/dvir
Licenses: GPL 3
Build system: r
Synopsis: Disaster Victim Identification
Description:

Joint DNA-based disaster victim identification (DVI), as described in Vigeland and Egeland (2021) <doi:10.21203/rs.3.rs-296414/v1>. Identification is performed by optimising the joint likelihood of all victim samples and reference individuals. Individual identification probabilities, conditional on all available information, are derived from the joint solution in the form of posterior pairing probabilities. dvir is part of the pedsuite collection of packages for pedigree analysis.

Total packages: 69239