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

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-matrans 0.2.0
Propagated dependencies: r-quadprog@1.5-8 r-mass@7.3-65 r-glmnet@4.1-10 r-formatr@1.14 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=matrans
Licenses: GPL 3+
Build system: r
Synopsis: Model Averaging-Assisted Optimal Transfer Learning
Description:

Transfer learning, as a prevailing technique in computer sciences, aims to improve the performance of a target model by leveraging auxiliary information from heterogeneous source data. We provide novel tools for multi-source transfer learning under statistical models based on model averaging strategies, including linear regression models, partially linear models. Unlike existing transfer learning approaches, this method integrates the auxiliary information through data-driven weight assignments to avoid negative transfer. This is the first package for transfer learning based on the optimal model averaging frameworks, providing efficient implementations for practitioners in multi-source data modeling. The details are described in Hu and Zhang (2023) <https://jmlr.org/papers/v24/23-0030.html>.

r-mm2sdata 1.0.3
Propagated dependencies: r-biobase@2.70.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MM2Sdata
Licenses: GPL 3
Build system: r
Synopsis: Gene Expression Datasets for the 'MM2S' Package
Description:

Gene Expression datasets for the MM2S package. Contains normalized expression data for Human Medulloblastoma ('GSE37418') as well as Mouse Medulloblastoma models ('GSE36594'). Deena Gendoo et al. (2015) <doi:10.1016/j.ygeno.2015.05.002>.

r-map 1.0.0
Propagated dependencies: r-matrix@1.7-4 r-magrittr@2.0.4 r-flexmix@2.3-20
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://celehs.github.io/MAP/
Licenses: GPL 3
Build system: r
Synopsis: Multimodal Automated Phenotyping
Description:

Electronic health records (EHR) linked with biorepositories are a powerful platform for translational studies. A major bottleneck exists in the ability to phenotype patients accurately and efficiently. Towards that end, we developed an automated high-throughput phenotyping method integrating International Classification of Diseases (ICD) codes and narrative data extracted using natural language processing (NLP). Specifically, our proposed method, called MAP (Map Automated Phenotyping algorithm), fits an ensemble of latent mixture models on aggregated ICD and NLP counts along with healthcare utilization. The MAP algorithm yields a predicted probability of phenotype for each patient and a threshold for classifying subjects with phenotype yes/no (See Katherine P. Liao, et al. (2019) <doi:10.1093/jamia/ocz066>.).

r-minesweepr 0.1.1
Propagated dependencies: r-rlang@1.1.6 r-pals@1.10 r-mmand@1.7.0 r-mgc@2.0.2 r-hms@1.1.4 r-gsignal@0.3-7 r-dplyr@1.1.4 r-complexheatmap@2.26.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mineSweepR
Licenses: Expat
Build system: r
Synopsis: Mine Sweeper Game
Description:

This is the very popular mine sweeper game! The game requires you to find out tiles that contain mines through clues from unmasking neighboring tiles. Each tile that does not contain a mine shows the number of mines in its adjacent tiles. If you unmask all tiles that do not contain mines, you win the game; if you unmask any tile that contains a mine, you lose the game. For further game instructions, please run `help(run_game)` and check details. This game runs in X11-compatible devices with `grDevices::x11()`.

r-multeq 2.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MultEq
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Multiple Equivalence Tests and Simultaneous Confidence Intervals
Description:

Equivalence tests and related confidence intervals for the comparison of two treatments, simultaneously for one or many normally distributed, primary response variables (endpoints). The step-up procedure of Quan et al. (2001) is both applied for differences and extended to ratios of means. A related single-step procedure is also available.

r-modeltime-ensemble 1.1.0
Propagated dependencies: r-yardstick@1.3.2 r-workflows@1.3.0 r-tune@2.0.1 r-timetk@2.9.1 r-tidyr@1.3.1 r-tictoc@1.2.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rsample@1.3.1 r-rlang@1.1.6 r-recipes@1.3.1 r-purrr@1.2.0 r-modeltime-resample@0.3.0 r-modeltime@1.3.5 r-magrittr@2.0.4 r-glmnet@4.1-10 r-generics@0.1.4 r-foreach@1.5.2 r-dplyr@1.1.4 r-doparallel@1.0.17 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://business-science.github.io/modeltime.ensemble/
Licenses: Expat
Build system: r
Synopsis: Ensemble Algorithms for Time Series Forecasting with Modeltime
Description:

This package provides a modeltime extension that implements time series ensemble forecasting methods including model averaging, weighted averaging, and stacking. These techniques are popular methods to improve forecast accuracy and stability.

r-mousetrajectory 0.2.1
Propagated dependencies: r-signal@1.8-1 r-lifecycle@1.0.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mc-schaaf/mousetRajectory
Licenses: GPL 3+
Build system: r
Synopsis: Mouse Trajectory Analyses for Behavioural Scientists
Description:

Helping psychologists and other behavioural scientists to analyze mouse movement (and other 2-D trajectory) data. Bundles together several functions that compute spatial measures (e.g., maximum absolute deviation, area under the curve, sample entropy) or provide a shorthand for procedures that are frequently used (e.g., time normalization, linear interpolation, extracting initiation and movement times). For more information on these dependent measures, see Wirth et al. (2020) <doi:10.3758/s13428-020-01409-0>.

r-mllmcelltype 2.0.0
Propagated dependencies: r-r6@2.6.1 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-dplyr@1.1.4 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cafferyang.com/mLLMCelltype/
Licenses: Expat
Build system: r
Synopsis: Cell Type Annotation Using Large Language Models
Description:

Automated cell type annotation for single-cell RNA sequencing data using consensus predictions from multiple large language models. Integrates with Seurat objects and provides uncertainty quantification for annotations. Supports various LLM providers including OpenAI, Anthropic, and Google. For details see Yang et al. (2025) <doi:10.1101/2025.04.10.647852>.

r-mmod 1.3.3
Propagated dependencies: r-pegas@1.3 r-adegenet@2.1.11
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/dwinter/mmod
Licenses: Expat
Build system: r
Synopsis: Modern Measures of Population Differentiation
Description:

This package provides functions for measuring population divergence from genotypic data.

r-metaprotr 1.2.2
Propagated dependencies: r-tidyverse@2.0.0 r-stringr@1.6.0 r-reshape2@1.4.5 r-ggrepel@0.9.6 r-ggforce@0.5.0 r-dplyr@1.1.4 r-dendextend@1.19.1 r-ade4@1.7-23
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://forgemia.inra.fr/pappso/metaprotr
Licenses: GPL 3
Build system: r
Synopsis: Metaproteomics Post-Processing Analysis
Description:

Set of tools for descriptive analysis of metaproteomics data generated from high-throughput mass spectrometry instruments. These tools allow to cluster peptides and proteins abundance, expressed as spectral counts, and to manipulate them in groups of metaproteins. This information can be represented using multiple visualization functions to portray the global metaproteome landscape and to differentiate samples or conditions, in terms of abundance of metaproteins, taxonomic levels and/or functional annotation. The provided tools allow to implement flexible analytical pipelines that can be easily applied to studies interested in metaproteomics analysis.

r-mdftracks 0.2.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/burgerga/mdftracks
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Read and Write 'MTrackJ Data Files'
Description:

MTrackJ is an ImageJ plugin for motion tracking and analysis (see <https://imagescience.org/meijering/software/mtrackj/>). This package reads and writes MTrackJ Data Files ('.mdf', see <https://imagescience.org/meijering/software/mtrackj/format/>). It supports 2D data and read/writes cluster, point, and channel information. If desired, generates track identifiers that are unique over the clusters. See the project page for more information and examples.

r-motherduck 0.2.1
Propagated dependencies: r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-janitor@2.2.1 r-httr2@1.2.1 r-glue@1.8.0 r-duckdb@1.4.2 r-dplyr@1.1.4 r-dbplyr@2.5.1 r-dbi@1.2.3 r-cli@3.6.5 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://usrbinr.github.io/motherduck/
Licenses: Expat
Build system: r
Synopsis: Utilities for Managing a 'Motherduck' Database
Description:

This package provides helper functions, metadata utilities, and workflows for administering and managing databases on the Motherduck cloud platform. Some features require a Motherduck account (<https://motherduck.com/>).

r-moode 1.1.0
Propagated dependencies: r-rlang@1.1.6 r-rdpack@2.6.4 r-progressr@0.18.0 r-far@0.6-7 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/vkstats/MOODE
Licenses: GPL 3+
Build system: r
Synopsis: Multi-Objective Optimal Design of Experiments
Description:

This package provides functionality to generate compound optimal designs for targeting the multiple experimental objectives directly, ensuring that the full set of research questions is answered as economically as possible. Designs can be found using point or coordinate exchange algorithms combining estimation, inference and lack-of-fit criteria that account for model inadequacy. Details and examples are given by Koutra et al. (2024) <doi:10.48550/arXiv.2412.17158>.

r-multvardiv 1.0.15
Propagated dependencies: r-rgl@1.3.31 r-mass@7.3-65 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://forge.inrae.fr/imhorphen/multvardiv
Licenses: GPL 3+
Build system: r
Synopsis: Multivariate Generalized Gaussian Distribution, Multivariate t Distribution, Multivariate Cauchy Distribution, Statistical Divergence
Description:

Multivariate generalized Gaussian distribution, Multivariate Cauchy distribution, Multivariate t distribution. Distance between two distributions (see N. Bouhlel and A. Dziri (2019): <doi:10.1109/LSP.2019.2915000>, N. Bouhlel and D. Rousseau (2022): <doi:10.3390/e24060838>, N. Bouhlel and D. Rousseau (2023): <doi:10.1109/LSP.2023.3324594>). Manipulation of these multivariate probability distributions. This package replaces mggd', mcauchyd and mstudentd'.

r-mta 0.6.0
Propagated dependencies: r-sf@1.0-23 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/riatelab/MTA/
Licenses: GPL 3
Build system: r
Synopsis: Multiscalar Territorial Analysis
Description:

Build multiscalar territorial analysis based on various contexts.

r-monotonicity 1.3.1
Propagated dependencies: r-sandwich@3.1-1 r-mass@7.3-65 r-lmtest@0.9-40
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/skoestlmeier/monotonicity
Licenses: Modified BSD
Build system: r
Synopsis: Test for Monotonicity in Expected Asset Returns, Sorted by Portfolios
Description:

Test for monotonicity in financial variables sorted by portfolios. It is conventional practice in empirical research to form portfolios of assets ranked by a certain sort variable. A t-test is then used to consider the mean return spread between the portfolios with the highest and lowest values of the sort variable. Yet comparing only the average returns on the top and bottom portfolios does not provide a sufficient way to test for a monotonic relation between expected returns and the sort variable. This package provides nonparametric tests for the full set of monotonic patterns by Patton, A. and Timmermann, A. (2010) <doi:10.1016/j.jfineco.2010.06.006> and compares the proposed results with extant alternatives such as t-tests, Bonferroni bounds, and multivariate inequality tests through empirical applications and simulations.

r-momentuhmm 1.5.8
Propagated dependencies: r-sp@2.2-0 r-rlang@1.1.6 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-raster@3.6-32 r-numderiv@2016.8-1.1 r-mvtnorm@1.3-3 r-mass@7.3-65 r-foreach@1.5.2 r-dorng@1.8.6.2 r-doparallel@1.0.17 r-crawl@2.3.1 r-circstats@0.2-7 r-brobdingnag@1.2-9
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/bmcclintock/momentuHMM
Licenses: GPL 3
Build system: r
Synopsis: Maximum Likelihood Analysis of Animal Movement Behavior Using Multivariate Hidden Markov Models
Description:

Extended tools for analyzing telemetry data using generalized hidden Markov models. Features of momentuHMM (pronounced ``momentum'') include data pre-processing and visualization, fitting HMMs to location and auxiliary biotelemetry or environmental data, biased and correlated random walk movement models, hierarchical HMMs, multiple imputation for incorporating location measurement error and missing data, user-specified design matrices and constraints for covariate modelling of parameters, random effects, decoding of the state process, visualization of fitted models, model checking and selection, and simulation. See McClintock and Michelot (2018) <doi:10.1111/2041-210X.12995>.

r-mixmashnet 0.6.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-qgraph@1.9.8 r-progressr@0.18.0 r-patchwork@1.3.2 r-networktools@1.6.0 r-mgm@1.2-15 r-magrittr@2.0.4 r-igraph@2.2.1 r-ggplot2@4.0.1 r-future-apply@1.20.0 r-eganet@2.4.1 r-dplyr@1.1.4 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>).

r-multiassetoptions 0.1-2
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multiAssetOptions
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Finite Difference Method for Multi-Asset Option Valuation
Description:

Efficient finite difference method for valuing European and American multi-asset options.

r-mmbcv 0.3.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mmbcv
Licenses: Expat
Build system: r
Synopsis: Multistate Model Bias-Corrected Robust Variance
Description:

Computes robust and bias-corrected sandwich variance estimators for multi-state Cox models with clustered time-to-event data. The methodology extends the marginal Cox model bias-correction framework of Wang et al. (2023) <doi:10.1002/bimj.202200113> to the multi-state setting.

r-matrixset 0.4.1
Propagated dependencies: r-vctrs@0.6.5 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-rcpp@1.1.0 r-r6@2.6.1 r-purrr@1.2.0 r-pillar@1.11.1 r-matrix@1.7-4 r-lifecycle@1.0.4 r-dplyr@1.1.4 r-crayon@1.5.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/pascalcroteau/matrixset
Licenses: Expat
Build system: r
Synopsis: Creating, Manipulating and Annotating Matrix Ensemble
Description:

This package creates an object that stores a matrix ensemble, matrices that share the same common properties, where rows and columns can be annotated. Matrices must have the same dimension and dimnames. Operators to manipulate these objects are provided as well as mechanisms to apply functions to these objects.

r-mixedcca 1.6.3
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-pcapp@2.0-5 r-mnormt@2.1.1 r-matrix@1.7-4 r-mass@7.3-65 r-latentcor@2.0.2 r-irlba@2.3.5.1 r-fmultivar@4031.84
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mixedCCA
Licenses: GPL 3
Build system: r
Synopsis: Sparse Canonical Correlation Analysis for High-Dimensional Mixed Data
Description:

Semi-parametric approach for sparse canonical correlation analysis which can handle mixed data types: continuous, binary and truncated continuous. Bridge functions are provided to connect Kendall's tau to latent correlation under the Gaussian copula model. The methods are described in Yoon, Carroll and Gaynanova (2020) <doi:10.1093/biomet/asaa007> and Yoon, Mueller and Gaynanova (2021) <doi:10.1080/10618600.2021.1882468>.

r-maxent-ot 1.0.0
Propagated dependencies: r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/connormayer/maxent.ot
Licenses: GPL 3+
Build system: r
Synopsis: Perform Phonological Analyses using Maximum Entropy Optimality Theory
Description:

Fit Maximum Entropy Optimality Theory models to data sets, generate the predictions made by such models for novel data, and compare the fit of different models using a variety of metrics. The package is described in Mayer, C., Tan, A., Zuraw, K. (in press) <https://sites.socsci.uci.edu/~cjmayer/papers/cmayer_et_al_maxent_ot_accepted.pdf>.

r-modalclust 0.7
Propagated dependencies: r-zoo@1.8-14 r-mvtnorm@1.3-3 r-class@7.3-23
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=Modalclust
Licenses: GPL 2
Build system: r
Synopsis: Hierarchical Modal Clustering
Description:

This package performs Modal Clustering (MAC) including Hierarchical Modal Clustering (HMAC) along with their parallel implementation (PHMAC) over several processors. These model-based non-parametric clustering techniques can extract clusters in very high dimensions with arbitrary density shapes. By default clustering is performed over several resolutions and the results are summarised as a hierarchical tree. Associated plot functions are also provided. There is a package vignette that provides many examples. This version adheres to CRAN policy of not spanning more than two child processes by default.

Total packages: 69235