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

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-delayed 0.5.0
Propagated dependencies: r-visnetwork@2.1.4 r-uuid@1.2-1 r-rstackdeque@1.1.1 r-rlang@1.1.6 r-r6@2.6.1 r-r-utils@2.13.0 r-r-oo@1.27.1 r-progress@1.2.3 r-igraph@2.2.1 r-future@1.68.0 r-data-table@1.17.8 r-bbmisc@1.13
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://tlverse.org/delayed/
Licenses: GPL 3
Build system: r
Synopsis: Framework for Parallelizing Dependent Tasks
Description:

Mechanisms to parallelize dependent tasks in a manner that optimizes the compute resources available. It provides access to "delayed" computations, which may be parallelized using futures. It is, to an extent, a facsimile of the Dask library (<https://www.dask.org/>), for the Python language.

r-dexter 1.7.2
Propagated dependencies: r-tidyr@1.3.1 r-rsqlite@2.4.4 r-rlang@1.1.6 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-mass@7.3-65 r-dqrng@0.4.1 r-dplyr@1.1.4 r-dbi@1.2.3 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://dexter-psychometrics.github.io/dexter/
Licenses: LGPL 3
Build system: r
Synopsis: Data Management and Analysis of Tests
Description:

This package provides a system for the management, assessment, and psychometric analysis of data from educational and psychological tests.

r-diagl1 1.0.1
Propagated dependencies: r-quantreg@6.1 r-matrixmodels@0.5-4 r-matrix@1.7-4 r-mass@7.3-65 r-lawstat@3.6 r-greekletters@1.0.4 r-foreach@1.5.2 r-doparallel@1.0.17 r-cubature@2.1.4-1 r-conquer@1.3.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=diagL1
Licenses: GPL 2+
Build system: r
Synopsis: Routines for Fit, Inference and Diagnostics in Linear L1 and LAD Models
Description:

Diagnostics for linear L1 regression (also known as LAD - Least Absolute Deviations), including: estimation, confidence intervals, tests of hypotheses, measures of leverage, methods of diagnostics for L1 regression, special diagnostics graphs and measures of leverage. The algorithms are based in Dielman (2005) <doi:10.1080/0094965042000223680>, Elian et al. (2000) <doi:10.1080/03610920008832518> and Dodge (1997) <doi:10.1006/jmva.1997.1666>. This package builds on the quantreg package, which is a well-established package for tuning quantile regression models. There are also tests to verify if the errors have a Laplace distribution based on the work of Puig and Stephens (2000) <doi:10.2307/1270952>.

r-dci 1.0.3
Propagated dependencies: r-units@1.0-0 r-tidyselect@1.2.1 r-tidygraph@1.3.1 r-sfnetworks@0.6.5 r-sf@1.0-23 r-rlang@1.1.6 r-magrittr@2.0.4 r-igraph@2.2.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/aarkilanian/dci
Licenses: Expat
Build system: r
Synopsis: Calculate the Dendritic Connectivity Index in River Networks
Description:

Calculate and analyze ecological connectivity across the watercourse of river networks using the Dendritic Connectivity Index.

r-drugexposurediagnostics 1.1.7
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-rlang@1.1.6 r-r6@2.6.1 r-omopgenerics@1.3.7 r-magrittr@2.0.4 r-glue@1.8.0 r-drugutilisation@1.1.0 r-dplyr@1.1.4 r-checkmate@2.3.3 r-cdmconnector@2.5.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://darwin-eu.github.io/DrugExposureDiagnostics/
Licenses: FSDG-compatible
Build system: r
Synopsis: Diagnostics for OMOP Common Data Model Drug Records
Description:

Ingredient specific diagnostics for drug exposure records in the Observational Medical Outcomes Partnership (OMOP) common data model.

r-diffpriv 0.4.2
Propagated dependencies: r-gsl@2.1-9
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/brubinstein/diffpriv
Licenses: Expat
Build system: r
Synopsis: Easy Differential Privacy
Description:

An implementation of major general-purpose mechanisms for privatizing statistics, models, and machine learners, within the framework of differential privacy of Dwork et al. (2006) <doi:10.1007/11681878_14>. Example mechanisms include the Laplace mechanism for releasing numeric aggregates, and the exponential mechanism for releasing set elements. A sensitivity sampler (Rubinstein & Alda, 2017) <arXiv:1706.02562> permits sampling target non-private function sensitivity; combined with the generic mechanisms, it permits turn-key privatization of arbitrary programs.

r-daks 2.1-3
Propagated dependencies: r-sets@1.0-25 r-relations@0.6-15
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://www.meb.edu.tum.de
Licenses: GPL 2+
Build system: r
Synopsis: Data Analysis and Knowledge Spaces
Description:

This package provides functions and an example dataset for the psychometric theory of knowledge spaces. This package implements data analysis methods and procedures for simulating data and quasi orders and transforming different formulations in knowledge space theory. See package?DAKS for an overview.

r-diffenrich 0.1.2
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.1.6 r-reshape2@1.4.5 r-here@1.0.2 r-ggplot2@4.0.1 r-ggnewscale@0.5.2 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/SabaLab/diffEnrich
Licenses: GPL 2
Build system: r
Synopsis: Given a List of Gene Symbols, Performs Differential Enrichment Analysis
Description:

Compare functional enrichment between two experimentally-derived groups of genes or proteins (Peterson, DR., et al.(2018)) <doi: 10.1371/journal.pone.0198139>. Given a list of gene symbols, diffEnrich will perform differential enrichment analysis using the Kyoto Encyclopedia of Genes and Genomes (KEGG) REST API. This package provides a number of functions that are intended to be used in a pipeline. Briefly, the user provides a KEGG formatted species id for either human, mouse or rat, and the package will download and clean species specific ENTREZ gene IDs and map them to their respective KEGG pathways by accessing KEGG's REST API. KEGG's API is used to guarantee the most up-to-date pathway data from KEGG. Next, the user will identify significantly enriched pathways from two gene sets, and finally, the user will identify pathways that are differentially enriched between the two gene sets. In addition to the analysis pipeline, this package also provides a plotting function.

r-dartr-base 1.2.3
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-stampp@1.6.3 r-snpstats@1.60.0 r-snprelate@1.44.0 r-reshape2@1.4.5 r-plyr@1.8.9 r-patchwork@1.3.2 r-mass@7.3-65 r-gtools@3.9.5 r-gridextra@2.3 r-ggplot2@4.0.1 r-foreach@1.5.2 r-dplyr@1.1.4 r-data-table@1.17.8 r-dartr-data@1.2.2 r-crayon@1.5.3 r-bigstatsr@1.6.2 r-bigsnpr@1.12.21 r-ape@5.8-1 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' and 'Silicodart' Data - Basic Functions
Description:

Facilitates the import and analysis of SNP (single nucleotide polymorphism') and silicodart (presence/absence) data. The main focus is on data generated by DarT (Diversity Arrays Technology), however, data from other sequencing platforms can be used once SNP or related fragment presence/absence data from any source is imported. Genetic datasets are stored in a derived genlight format (package adegenet'), that allows for a very compact storage of data and metadata. Functions are available for importing and exporting of SNP and silicodart data, for reporting on and filtering on various criteria (e.g. callrate', heterozygosity', reproducibility', maximum allele frequency). Additional functions are available for visualization (e.g. Principle Coordinate Analysis) and creating a spatial representation using maps. dartR.base is the base package of the dartRverse suits of packages. To install the other packages, we recommend to install the dartRverse package, that supports the installation of all packages in the dartRverse'. If you want to cite dartR', you find the information by typing citation('dartR.base') in the console.

r-densitr 0.2
Propagated dependencies: r-changepoint@2.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/krajnc/densitr
Licenses: GPL 3
Build system: r
Synopsis: Analysing Density Profiles from Resistance Drilling of Trees
Description:

This package provides various tools for analysing density profiles obtained by resistance drilling. It can load individual or multiple files and trim the starting and ending part of each density profile. Tools are also provided to trim profiles manually, to remove the trend from measurements using several methods, to plot the profiles and to detect tree rings automatically. Written with a focus on forestry use of resistance drilling in standing trees.

r-daghmm 0.1.1
Propagated dependencies: r-prroc@1.4 r-matrixstats@1.5.0 r-gtools@3.9.5 r-future@1.68.0 r-bnlearn@5.1 r-bnclassify@0.4.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dagHMM
Licenses: FSDG-compatible
Build system: r
Synopsis: Directed Acyclic Graph HMM with TAN Structured Emissions
Description:

Hidden Markov models (HMMs) are a formal foundation for making probabilistic models of linear sequence. They provide a conceptual toolkit for building complex models just by drawing an intuitive picture. They are at the heart of a diverse range of programs, including genefinding, profile searches, multiple sequence alignment and regulatory site identification. HMMs are the Legos of computational sequence analysis. In graph theory, a tree is an undirected graph in which any two vertices are connected by exactly one path, or equivalently a connected acyclic undirected graph. Tree represents the nodes connected by edges. It is a non-linear data structure. A poly-tree is simply a directed acyclic graph whose underlying undirected graph is a tree. The model proposed in this package is the same as an HMM but where the states are linked via a polytree structure rather than a simple path.

r-dynetnlaresistance 0.1.0
Propagated dependencies: r-igraph@2.2.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=dynetNLAResistance
Licenses: Expat
Build system: r
Synopsis: Resisting Neighbor Label Attack in a Dynamic Network
Description:

An anonymization algorithm to resist neighbor label attack in a dynamic network.

r-distplotter 0.0.2
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7 r-shinywidgets@0.9.1 r-shinyjs@2.1.0 r-shinybs@0.61.1 r-shinyalert@3.1.0 r-shiny@1.11.1 r-scales@1.4.0 r-rio@1.2.4 r-ggplot2@4.0.1 r-extradistr@1.10.0 r-dt@0.34.0 r-dplyr@1.1.4 r-colourpicker@1.3.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/ccasement/DistPlotter
Licenses: Expat
Build system: r
Synopsis: Graphical User Interface for Plotting Common Univariate Distributions
Description:

Package including an interactive Shiny application for plotting common univariate distributions.

r-dyndimred 1.0.4
Propagated dependencies: r-tibble@3.3.0 r-lmds@0.1.0 r-irlba@2.3.5.1 r-dynutils@1.0.12
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/dynverse/dyndimred
Licenses: Expat
Build system: r
Synopsis: Dimensionality Reduction Methods in a Common Format
Description:

This package provides a common interface for applying dimensionality reduction methods, such as Principal Component Analysis ('PCA'), Independent Component Analysis ('ICA'), diffusion maps, Locally-Linear Embedding ('LLE'), t-distributed Stochastic Neighbor Embedding ('t-SNE'), and Uniform Manifold Approximation and Projection ('UMAP'). Has built-in support for sparse matrices.

r-dpp 0.1.2
Propagated dependencies: r-rcpp@1.1.0 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DPP
Licenses: Expat
Build system: r
Synopsis: Inference of Parameters of Normal Distributions from a Mixture of Normals
Description:

This MCMC method takes a data numeric vector (Y) and assigns the elements of Y to a (potentially infinite) number of normal distributions. The individual normal distributions from a mixture of normals can be inferred. Following the method described in Escobar (1994) <doi:10.2307/2291223> we use a Dirichlet Process Prior (DPP) to describe stochastically our prior assumptions about the dimensionality of the data.

r-dsos 0.1.2
Propagated dependencies: r-simctest@2.6.1 r-scales@1.4.0 r-ggplot2@4.0.1 r-future-apply@1.20.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/vathymut/dsos
Licenses: GPL 3+
Build system: r
Synopsis: Dataset Shift with Outlier Scores
Description:

Test for no adverse shift in two-sample comparison when we have a training set, the reference distribution, and a test set. The approach is flexible and relies on a robust and powerful test statistic, the weighted AUC. Technical details are in Kamulete, V. M. (2021) <arXiv:1908.04000>. Modern notions of outlyingness such as trust scores and prediction uncertainty can be used as the underlying scores for example.

r-dotty 0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://kevinushey.github.io/dotty/
Licenses: Expat
Build system: r
Synopsis: The Unpacking Dot Operator
Description:

This package provides a `.` object which can be used for unpacking assignments. For example, `.[rows, columns] <- dim(cars)` could be used to pull the number of rows and number of columns from `dim(cars)` into individual variables `rows` and `columns` in a single step.

r-datastreamdsws2r 1.9.12
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1 r-stringr@1.6.0 r-stringi@1.8.7 r-jsonlite@2.0.0 r-httr@1.4.7 r-foreach@1.5.2 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/CharlesCara/DatastreamDSWS2R
Licenses: GPL 3
Build system: r
Synopsis: Provides a Link Between the 'LSEG Datastream' System and R
Description:

This package provides a set of functions and a class to connect, extract and upload information from the LSEG Datastream database. This package uses the DSWS API and server used by the Datastream DFO addin'. Details of this API are available at <https://www.lseg.com/en/data-analytics>. Please report issues at <https://github.com/CharlesCara/DatastreamDSWS2R/issues>.

r-designr 0.1.13
Propagated dependencies: r-tibble@3.3.0 r-mass@7.3-65 r-lme4@1.1-37 r-dplyr@1.1.4 r-crossdes@1.1-2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://maxrabe.com/designr
Licenses: GPL 3
Build system: r
Synopsis: Balanced Factorial Designs
Description:

Generate balanced factorial designs with crossed and nested random and fixed effects <https://github.com/mmrabe/designr>.

r-didforbigdata 1.0
Propagated dependencies: r-sandwich@3.1-1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://setzler.github.io/DiDforBigData/
Licenses: Expat
Build system: r
Synopsis: Big Data Implementation of Difference-in-Differences Estimation with Staggered Treatment
Description:

This package provides a big-data-friendly and memory-efficient difference-in-differences estimator for staggered (and non-staggered) treatment contexts.

r-dropr 1.0.6
Propagated dependencies: r-survival@3.8-3 r-shiny@1.11.1 r-lifecycle@1.0.4 r-ggplot2@4.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://iscience-kn.github.io/dropR/
Licenses: GPL 3+
Build system: r
Synopsis: Dropout Analysis by Condition
Description:

Analysis and visualization of dropout between conditions in surveys and (online) experiments. Features include computation of dropout statistics, comparing dropout between conditions (e.g. Chi squared), analyzing survival (e.g. Kaplan-Meier estimation), comparing conditions with the most different rates of dropout (Kolmogorov-Smirnov) and visualizing the result of each in designated plotting functions. Article published in _Behavior Research Methods_ on dropR by the authors: Dropout analysis: A method for data from Internet-based research and dropR', an R-based web app and package to analyze and visualize dropout. (2025) <doi:10.3758/s13428-025-02730-2>. Sources: Andrea Frick, Marie-Terese Baechtiger & Ulf-Dietrich Reips (2001) <doi:10.5167/uzh-19758>; Ulf-Dietrich Reips (2002) <doi:10.1026//1618-3169.49.4.243>.

r-discsurv 2.0.0
Propagated dependencies: r-vgam@1.1-13 r-treeclust@1.1-7.1 r-rpart@4.1.24 r-rdpack@2.6.4 r-ranger@0.17.0 r-mvtnorm@1.3-3 r-mvnfast@0.2.8 r-mgcv@1.9-4 r-geepack@1.3.13 r-functional@0.6 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=discSurv
Licenses: GPL 3
Build system: r
Synopsis: Discrete Time Survival Analysis
Description:

This package provides data transformations, estimation utilities, predictive evaluation measures and simulation functions for discrete time survival analysis.

r-designsize 0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=designsize
Licenses: GPL 3
Build system: r
Synopsis: Sample Size Calculation of Various Study Designs
Description:

Different sample size calculations with different study designs. These techniques are explained by Chow (2007) <doi:10.1201/9781584889830>.

r-dupir 1.2.1
Propagated dependencies: r-plotrix@3.8-13
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dupiR
Licenses: GPL 2
Build system: r
Synopsis: Bayesian Inference from Count Data using Discrete Uniform Priors
Description:

We consider a set of sample counts obtained by sampling arbitrary fractions of a finite volume containing an homogeneously dispersed population of identical objects. This package implements a Bayesian derivation of the posterior probability distribution of the population size using a binomial likelihood and non-conjugate, discrete uniform priors under sampling with or without replacement. This can be used for a variety of statistical problems involving absolute quantification under uncertainty. See Comoglio et al. (2013) <doi:10.1371/journal.pone.0074388>.

Total packages: 69239