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

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-multirng 1.2.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MultiRNG
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Multivariate Pseudo-Random Number Generation
Description:

Pseudo-random number generation for 11 multivariate distributions: Normal, t, Uniform, Bernoulli, Hypergeometric, Beta (Dirichlet), Multinomial, Dirichlet-Multinomial, Laplace, Wishart, and Inverted Wishart. The details of the method are explained in Demirtas (2004) <DOI:10.22237/jmasm/1099268340>.

r-metahelper 1.0.1
Propagated dependencies: r-magrittr@2.0.5 r-confintr@1.0.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/RobertEmprechtinger/metaHelper
Licenses: Expat
Build system: r
Synopsis: Transforms Statistical Measures Commonly Used for Meta-Analysis
Description:

Helps calculate statistical values commonly used in meta-analysis. It provides several methods to compute different forms of standardized mean differences, as well as other values such as standard errors and standard deviations. The methods used in this package are described in the following references: Altman D G, Bland J M. (2011) <doi:10.1136/bmj.d2090> Borenstein, M., Hedges, L.V., Higgins, J.P.T. and Rothstein, H.R. (2009) <doi:10.1002/9780470743386.ch4> Chinn S. (2000) <doi:10.1002/1097-0258(20001130)19:22%3C3127::aid-sim784%3E3.0.co;2-m> Cochrane Handbook (2011) <https://www.cochrane.org/authors/handbooks-and-manuals/handbook/archive/v5.1.0> Cooper, H., Hedges, L. V., & Valentine, J. C. (2009) <https://psycnet.apa.org/record/2009-05060-000> Cohen, J. (1977) <https://psycnet.apa.org/record/1987-98267-000> Ellis, P.D. (2009) <https://www.psychometrica.de/effect_size.html> Goulet-Pelletier, J.-C., & Cousineau, D. (2018) <doi:10.20982/tqmp.14.4.p242> Hedges, L. V. (1981) <doi:10.2307/1164588> Hedges L. V., Olkin I. (1985) <doi:10.1016/C2009-0-03396-0> Murad M H, Wang Z, Zhu Y, Saadi S, Chu H, Lin L et al. (2023) <doi:10.1136/bmj-2022-073141> Mayer M (2023) <https://search.r-project.org/CRAN/refmans/confintr/html/ci_proportion.html> Stackoverflow (2014) <https://stats.stackexchange.com/questions/82720/confidence-interval-around-binomial-estimate-of-0-or-1> Stackoverflow (2018) <https://stats.stackexchange.com/q/338043>.

r-metabodata 0.6.4
Propagated dependencies: r-yaml@2.3.12 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-piggyback@0.1.5 r-magrittr@2.0.5 r-fs@2.1.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://aberhrml.github.io/metaboData/
Licenses: GPL 3+
Build system: r
Synopsis: Example Metabolomics Data Sets
Description:

Data sets from a variety of biological sample matrices, analysed using a number of mass spectrometry based metabolomic analytical techniques. The example data sets are stored remotely using GitHub releases <https://github.com/aberHRML/metaboData/releases> which can be accessed from R using the package. The package also includes the abr1 FIE-MS data set from the FIEmspro package <https://github.com/aberHRML/FIEmspro> <doi:10.1038/nprot.2007.511>.

r-missinghandle 0.1.1
Propagated dependencies: r-zoo@1.8-15 r-imputets@3.4 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MissingHandle
Licenses: GPL 3
Build system: r
Synopsis: Handles Missing Dates and Data and Converts into Weekly and Monthly from Daily
Description:

Many times, you will not find data for all dates. After first January, 2011 you may have next data on 20th January, 2011 and so on. Also available dates may have zero values. Try to gather all such kinds of data in different excel sheets of a single excel file. Every sheet will contain two columns (1st one is dates and second one is the data). After loading all the sheets into different elements of a list, using this you can fill the gaps for all the sheets and mark all the corresponding values as zeros. Here I am talking about daily data. Finally, it will combine all the filled results into one data frame (first column is date and other columns will be corresponding values of your sheets) and give one combined data frame. Number of columns in the data frame will be number of sheets plus one. Then imputation will be done. Daily to monthly and weekly conversion is also possible. More details can be found in Garai and others (2023) <doi:10.13140/RG.2.2.11977.42087>.

r-multichull 3.0.1
Propagated dependencies: r-shinythemes@1.2.0 r-shiny@1.13.0 r-plotly@4.12.0 r-igraph@2.3.1 r-dt@0.34.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multichull
Licenses: GPL 2+
Build system: r
Synopsis: Generic Convex-Hull-Based Model Selection Method
Description:

Given a set of models for which a measure of model (mis)fit and model complexity is provided, CHull(), developed by Ceulemans and Kiers (2006) <doi:10.1348/000711005X64817>, determines the models that are located on the boundary of the convex hull and selects an optimal model by means of the scree test values.

r-metanlp 0.1.4
Propagated dependencies: r-tm@0.7-18 r-textstem@0.1.4 r-lexicon@1.2.1 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/imbi-heidelberg/MetaNLP
Licenses: Expat
Build system: r
Synopsis: Natural Language Processing for Meta Analysis
Description:

Given a CSV file with titles and abstracts, the package creates a document-term matrix that is lemmatized and stemmed and can directly be used to train machine learning methods for automatic title-abstract screening in the preparation of a meta analysis.

r-mailchimpr 0.1.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://windsor.ai/
Licenses: GPL 3
Build system: r
Synopsis: Get Mailchimp Data via the 'Windsor.ai' API
Description:

Collect your data on digital marketing campaigns from Mailchimp using the Windsor.ai API <https://windsor.ai/api-fields/>.

r-mmpa 1.2.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mMPA
Licenses: Expat
Build system: r
Synopsis: Implementation of Marker-Assisted Mini-Pooling with Algorithm
Description:

To determine the number of quantitative assays needed for a sample of data using pooled testing methods, which include mini-pooling (MP), MP with algorithm (MPA), and marker-assisted MPA (mMPA). To estimate the number of assays needed, the package also provides a tool to conduct Monte Carlo (MC) to simulate different orders in which the sample would be collected to form pools. Using MC avoids the dependence of the estimated number of assays on any specific ordering of the samples to form pools.

r-msgr 1.1.2
Propagated dependencies: r-rlang@1.2.0 r-purrr@1.2.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/ChadGoymer/msgr
Licenses: Expat
Build system: r
Synopsis: Extends Messages, Warnings and Errors by Adding Levels and Log Files
Description:

This package provides new functions info(), warn() and error(), similar to message(), warning() and stop() respectively. However, the new functions can have a level associated with them, so that when executed the global level option determines whether they are shown or not. This allows debug modes, outputting more information. The can also output all messages to a log file.

r-metevalue 0.2.4
Propagated dependencies: r-sqldf@0.4-12 r-psych@2.6.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=metevalue
Licenses: FSDG-compatible
Build system: r
Synopsis: E-Value in the Omics Data Association Studies
Description:

In the omics data association studies, it is common to conduct the p-value corrections to control the false significance. Beyond the P-value corrections, E-value is recently studied to facilitate multiple testing correction based on V. Vovk and R. Wang (2021) <doi:10.1214/20-AOS2020>. This package provides E-value calculation for DNA methylation data and RNA-seq data. Currently, five data formats are supported: DNA methylation levels using DMR detection tools (BiSeq, DMRfinder, MethylKit, Metilene and other DNA methylation tools) and RNA-seq data. The relevant references are listed below: Katja Hebestreit and Hans-Ulrich Klein (2022) <doi:10.18129/B9.bioc.BiSeq>; Altuna Akalin et.al (2012) <doi:10.18129/B9.bioc.methylKit>.

r-mada 0.5.12
Propagated dependencies: r-mvtnorm@1.3-7 r-mvmeta@1.0.3 r-metafor@5.0-1 r-ellipse@0.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://r-forge.r-project.org/projects/mada/
Licenses: GPL 2
Build system: r
Synopsis: Meta-Analysis of Diagnostic Accuracy
Description:

This package provides functions for diagnostic meta-analysis. Next to basic analysis and visualization the bivariate Model of Reitsma et al. (2005) that is equivalent to the HSROC of Rutter & Gatsonis (2001) can be fitted. A new approach based to diagnostic meta-analysis of Holling et al. (2012) is also available. Standard methods like summary, plot and so on are provided.

r-mrc 0.1.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/k-dettloff/mRc
Licenses: Expat
Build system: r
Synopsis: Multi-Visit Closed Population Mark-Recapture Estimates
Description:

Compute bootstrap confidence intervals for the adjusted Schnabel and Schumacher-Eschmeyer multi-visit mark-recapture estimators based on Dettloff (2023) <doi:10.1016/j.fishres.2023.106756>.

r-mixoptim 0.1.2
Propagated dependencies: r-rlang@1.2.0 r-patchwork@1.3.2 r-ggplot2@4.0.3 r-desirability@2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MixOptim
Licenses: GPL 2
Build system: r
Synopsis: Mixture Optimization Algorithm
Description:

Simple tools to perform mixture optimization based on the desirability package by Max Kuhn. It also provides a plot routine using ggplot2 and patchwork'.

r-mvpbt 1.2-1
Propagated dependencies: r-mvmeta@1.0.3 r-metafor@5.0-1 r-mass@7.3-65 r-mada@0.5.12
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MVPBT
Licenses: GPL 3
Build system: r
Synopsis: Publication Bias Tests for Meta-Analysis of Diagnostic Accuracy Test
Description:

Generalized Egger tests for detecting publication bias in meta-analysis for diagnostic accuracy test (Noma (2020) <doi:10.1111/biom.13343>, Noma (2022) <doi:10.48550/arXiv.2209.07270>). These publication bias tests are generally more powerful compared with the conventional univariate publication bias tests and can incorporate correlation information between the outcome variables.

r-marquee 1.2.1
Propagated dependencies: r-vctrs@0.7.3 r-textshaping@1.0.5 r-systemfonts@1.3.2 r-s7@0.2.2 r-rlang@1.2.0 r-png@0.1-9 r-lifecycle@1.0.5 r-jpeg@0.1-11 r-glue@1.8.1 r-cpp11@0.5.5 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://marquee.r-lib.org
Licenses: Expat
Build system: r
Synopsis: Markdown Parser and Renderer for R Graphics
Description:

This package provides the mean to parse and render markdown text with grid along with facilities to define the styling of the text.

r-mofat 1.0
Propagated dependencies: r-slhd@2.1-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MOFAT
Licenses: GPL 2+
Build system: r
Synopsis: Maximum One-Factor-at-a-Time Designs
Description:

Identifying important factors from a large number of potentially important factors of a highly nonlinear and computationally expensive black box model is a difficult problem. Xiao, Joseph, and Ray (2022) <doi:10.1080/00401706.2022.2141897> proposed Maximum One-Factor-at-a-Time (MOFAT) designs for doing this. A MOFAT design can be viewed as an improvement to the random one-factor-at-a-time (OFAT) design proposed by Morris (1991) <doi:10.1080/00401706.1991.10484804>. The improvement is achieved by exploiting the connection between Morris screening designs and Monte Carlo-based Sobol designs, and optimizing the design using a space-filling criterion. This work is supported by a U.S. National Science Foundation (NSF) grant CMMI-1921646 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1921646>.

r-mcboost 0.4.4
Propagated dependencies: r-rpart@4.1.27 r-rmarkdown@2.31 r-r6@2.6.1 r-mlr3pipelines@0.11.0 r-mlr3misc@0.21.0 r-mlr3@1.6.0 r-glmnet@5.0 r-data-table@1.18.4 r-checkmate@2.3.4 r-backports@1.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mlr-org/mcboost
Licenses: LGPL 3+
Build system: r
Synopsis: Multi-Calibration Boosting
Description:

This package implements Multi-Calibration Boosting (2018) <https://proceedings.mlr.press/v80/hebert-johnson18a.html> and Multi-Accuracy Boosting (2019) <doi:10.48550/arXiv.1805.12317> for the multi-calibration of a machine learning model's prediction. MCBoost updates predictions for sub-groups in an iterative fashion in order to mitigate biases like poor calibration or large accuracy differences across subgroups. Multi-Calibration works best in scenarios where the underlying data & labels are unbiased, but resulting models are. This is often the case, e.g. when an algorithm fits a majority population while ignoring or under-fitting minority populations.

r-miesmuschel 0.0.4-3
Propagated dependencies: r-r6@2.6.1 r-paradox@1.0.1 r-mlr3misc@0.21.0 r-matrixstats@1.5.0 r-lgr@0.5.2 r-data-table@1.18.4 r-checkmate@2.3.4 r-bbotk@1.10.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mlr-org/miesmuschel
Licenses: Expat
Build system: r
Synopsis: Mixed Integer Evolution Strategies
Description:

Evolutionary black box optimization algorithms building on the bbotk package. miesmuschel offers both ready-to-use optimization algorithms, as well as their fundamental building blocks that can be used to manually construct specialized optimization loops. The Mixed Integer Evolution Strategies as described by Li et al. (2013) <doi:10.1162/EVCO_a_00059> can be implemented, as well as the multi-objective optimization algorithms NSGA-II by Deb, Pratap, Agarwal, and Meyarivan (2002) <doi:10.1109/4235.996017>.

r-multivator 1.2-1
Propagated dependencies: r-quadform@0.0-4 r-mvtnorm@1.3-7 r-emulator@1.2-24
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/RobinHankin/multivator
Licenses: GPL 2
Build system: r
Synopsis: Multivariate Emulator
Description:

This package provides a multivariate generalization of the emulator package.

r-miivefa 0.1.2
Propagated dependencies: r-miivsem@0.5.8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/lluo0/MIIVefa/
Licenses: Expat
Build system: r
Synopsis: Exploratory Factor Analysis Using Model Implied Instrumental Variables
Description:

Data-driven approach for Exploratory Factor Analysis (EFA) that uses Model Implied Instrumental Variables (MIIVs). The method starts with a one factor model and arrives at a suggested model with enhanced interpretability that allows cross-loadings and correlated errors.

r-motifr 1.0.0
Dependencies: python@3.12.12 python-pandas@2.3.3 python-numpy@2.3.1
Propagated dependencies: r-tidygraph@1.3.1 r-tibble@3.3.1 r-scales@1.4.0 r-rlang@1.2.0 r-reticulate@1.46.0 r-reshape2@1.4.5 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-network@1.20.0 r-intergraph@2.0-4 r-igraph@2.3.1 r-ggraph@2.2.2 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://marioangst.github.io/motifr/
Licenses: Expat
Build system: r
Synopsis: Motif Analysis in Multi-Level Networks
Description:

This package provides tools for motif analysis in multi-level networks. Multi-level networks combine multiple networks in one, e.g. social-ecological networks. Motifs are small configurations of nodes and edges (subgraphs) occurring in networks. motifr can visualize multi-level networks, count multi-level network motifs and compare motif occurrences to baseline models. It also identifies contributions of existing or potential edges to motifs to find critical or missing edges. The package is in many parts an R wrapper for the excellent SESMotifAnalyser Python package written by Tim Seppelt.

r-mrpc 3.2.0
Propagated dependencies: r-wgcna@1.74 r-rgraphviz@2.56.0 r-psych@2.6.5 r-plyr@1.8.9 r-pcalg@2.7-12 r-network@1.20.0 r-mice@3.19.0 r-hmisc@5.2-5 r-gtools@3.9.5 r-graph@1.90.0 r-ggally@2.4.0 r-fastcluster@1.3.0 r-dynamictreecut@1.63-1 r-compositions@2.0-9 r-bnlearn@5.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MRPC
Licenses: GPL 2+
Build system: r
Synopsis: PC Algorithm with the Principle of Mendelian Randomization
Description:

This package provides a PC Algorithm with the Principle of Mendelian Randomization. This package implements the MRPC (PC with the principle of Mendelian randomization) algorithm to infer causal graphs. It also contains functions to simulate data under a certain topology, to visualize a graph in different ways, and to compare graphs and quantify the differences. See Badsha and Fu (2019) <doi:10.3389/fgene.2019.00460>, Badsha, Martin and Fu (2021) <doi:10.3389/fgene.2021.651812>, Kvamme and Badsha, et al. (2025) <doi:10.1093/genetics/iyaf064>.

r-msgps 1.3.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://keihirose.com/
Licenses: GPL 2+
Build system: r
Synopsis: Degrees of Freedom of Elastic Net, Adaptive Lasso and Generalized Elastic Net
Description:

Computes the degrees of freedom of the lasso, elastic net, generalized elastic net and adaptive lasso based on the generalized path seeking algorithm. The optimal model can be selected by model selection criteria including Mallows Cp, bias-corrected AIC (AICc), generalized cross validation (GCV) and BIC.

r-mixmashnet 1.1.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-qgraph@1.9.8 r-progressr@0.19.0 r-patchwork@1.3.2 r-networktools@1.6.0 r-mgm@1.2-15 r-magrittr@2.0.5 r-igraph@2.3.1 r-ggplot2@4.0.3 r-future-apply@1.20.2 r-eganet@2.4.1 r-dplyr@1.2.1 r-colorspace@2.1-2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://arcbiostat.github.io/MixMashNet/
Licenses: AGPL 3+
Build system: r
Synopsis: Tools for Multilayer and Single Layer Network Modeling
Description:

Estimation and bootstrap utilities for single layer and multilayer Mixed Graphical Models, including functions for centrality, bridge metrics, membership stability, and plotting (De Martino et al. (2026) <doi:10.48550/arXiv.2602.05716>).

Total packages: 73954