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

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-messy-cats 1.0
Propagated dependencies: r-varhandle@2.0.6 r-stringr@1.6.0 r-stringdist@0.9.17 r-rapportools@1.2 r-gt@1.3.0 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=messy.cats
Licenses: Expat
Build system: r
Synopsis: Employs String Distance Tools to Help Clean Categorical Data
Description:

Matching with string distance has never been easier! messy.cats contains various functions that employ string distance tools in order to make data management easier for users working with categorical data. Categorical data, especially user inputted categorical data that often tends to be plagued by typos, can be difficult to work with. messy.cats aims to provide functions that make cleaning categorical data simple and easy.

r-memo 1.1.2
Propagated dependencies: r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=memo
Licenses: Expat
Build system: r
Synopsis: Hashmaps and Memoization (in-Memory Caching of Repeated Computations)
Description:

This package provides a simple in-memory, LRU cache that can be wrapped around any function to memoize it. The cache is keyed on a hash of the input data (using digest') or on pointer equivalence. Also includes a generic hashmap object that can key on any object type.

r-markovchart 2.1.5
Propagated dependencies: r-optimparallel@1.0-2 r-metr@0.18.3 r-ggplot2@4.0.3 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=Markovchart
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Markov Chain-Based Cost-Optimal Control Charts
Description:

This package provides functions for cost-optimal control charts with a focus on health care applications. Compared to assumptions in traditional control chart theory, here, we allow random shift sizes, random repair and random sampling times. The package focuses on X-bar charts with a sample size of 1 (representing the monitoring of a single patient at a time). The methods are described in Zempleni et al. (2004) <doi:10.1002/asmb.521>, Dobi and Zempleni (2019) <doi:10.1002/qre.2518> and Dobi and Zempleni (2019) <http://ac.inf.elte.hu/Vol_049_2019/129_49.pdf>.

r-motorneuron 1.0.0
Propagated dependencies: r-ggplot2@4.0.3 r-dygraphs@1.1.1.6
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://github.com/tweedell/motoRneuron
Licenses: GPL 2
Build system: r
Synopsis: Analyzing Paired Neuron Discharge Times for Time-Domain Synchronization
Description:

The temporal relationship between motor neurons can offer explanations for neural strategies. We combined functions to reduce neuron action potential discharge data and analyze it for short-term, time-domain synchronization. Even more so, motoRneuron combines most available methods for the determining cross correlation histogram peaks and most available indices for calculating synchronization into simple functions. See Nordstrom, Fuglevand, and Enoka (1992) <doi:10.1113/jphysiol.1992.sp019244> for a more thorough introduction.

r-madsim 1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=madsim
Licenses: GPL 2+
Build system: r
Synopsis: Flexible Microarray Data Simulation Model
Description:

This function allows to generate two biological conditions synthetic microarray dataset which has similar behavior to those currently observed with common platforms. User provides a subset of parameters. Available default parameters settings can be modified.

r-multinomiallogitmix 1.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-rcolorbrewer@1.1-3 r-mvtnorm@1.3-7 r-matrixstats@1.5.0 r-mass@7.3-65 r-label-switching@1.8 r-ggplot2@4.0.3 r-foreach@1.5.2 r-doparallel@1.0.17 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=multinomialLogitMix
Licenses: GPL 2
Build system: r
Synopsis: Clustering Multinomial Count Data under the Presence of Covariates
Description:

This package provides methods for model-based clustering of multinomial counts under the presence of covariates using mixtures of multinomial logit models, as implemented in Papastamoulis (2023) <DOI:10.1007/s11634-023-00547-5>. These models are estimated under a frequentist as well as a Bayesian setup using the Expectation-Maximization algorithm and Markov chain Monte Carlo sampling (MCMC), respectively. The (unknown) number of clusters is selected according to the Integrated Completed Likelihood criterion (for the frequentist model), and estimating the number of non-empty components using overfitting mixture models after imposing suitable sparse prior assumptions on the mixing proportions (in the Bayesian case), see Rousseau and Mengersen (2011) <DOI:10.1111/j.1467-9868.2011.00781.x>. In the latter case, various MCMC chains run in parallel and are allowed to switch states. The final MCMC output is suitably post-processed in order to undo label switching using the Equivalence Classes Representatives (ECR) algorithm, as described in Papastamoulis (2016) <DOI:10.18637/jss.v069.c01>.

r-mnt 1.3
Propagated dependencies: r-pracma@2.4.6 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mnt
Licenses: FSDG-compatible
Build system: r
Synopsis: Affine Invariant Tests of Multivariate Normality
Description:

Various affine invariant multivariate normality tests are provided. It is designed to accompany the survey article Ebner, B. and Henze, N. (2020) <arXiv:2004.07332> titled "Tests for multivariate normality -- a critical review with emphasis on weighted L^2-statistics". We implement new and time honoured L^2-type tests of multivariate normality, such as the Baringhaus-Henze-Epps-Pulley (BHEP) test, the Henze-Zirkler test, the test of Henze-Jiménes-Gamero, the test of Henze-Jiménes-Gamero-Meintanis, the test of Henze-Visage, the Dörr-Ebner-Henze test based on harmonic oscillator and the Dörr-Ebner-Henze test based on a double estimation in a PDE. Secondly, we include the measures of multivariate skewness and kurtosis by Mardia, Koziol, Malkovich and Afifi and Móri, Rohatgi and Székely, as well as the associated tests. Thirdly, we include the tests of multivariate normality by Cox and Small, the energy test of Székely and Rizzo, the tests based on spherical harmonics by Manzotti and Quiroz and the test of Pudelko. All the functions and tests need the data to be a n x d matrix where n is the samplesize (number of rows) and d is the dimension (number of columns).

r-mosemiind 0.1.2
Propagated dependencies: r-shiny@1.13.0 r-pracma@2.4.6 r-copula@1.1-7
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MOsemiind
Licenses: Expat
Build system: r
Synopsis: Marshall-Olkin Shock Models with Semi-Independent Time
Description:

This package provides tools for analyzing Marshall-Olkin shock models semi-independent time. It includes interactive shiny applications for exploring copula-based dependence structures, along with functions for modeling and visualization. The methods are based on Mijanovic and Popovic (2024, submitted) "An R package for Marshall-Olkin shock models with semi-independent times.".

r-multilevelmod 1.0.0
Propagated dependencies: r-withr@3.0.2 r-tibble@3.3.1 r-rlang@1.2.0 r-purrr@1.2.2 r-parsnip@1.6.0 r-lme4@2.0-1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/tidymodels/multilevelmod
Licenses: Expat
Build system: r
Synopsis: Model Wrappers for Multi-Level Models
Description:

Bindings for hierarchical regression models for use with the parsnip package. Models include longitudinal generalized linear models (Liang and Zeger, 1986) <doi:10.1093/biomet/73.1.13>, and mixed-effect models (Pinheiro and Bates) <doi:10.1007/978-1-4419-0318-1_1>.

r-mmoc 0.1.1.0
Propagated dependencies: r-spectrum@1.1 r-mass@7.3-65 r-igraph@2.3.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MMOC
Licenses: Expat
Build system: r
Synopsis: Multi-Omic Spectral Clustering using the Flag Manifold
Description:

Multi-omic (or any multi-view) spectral clustering methods often assume the same number of clusters across all datasets. We supply methods for multi-omic spectral clustering when the number of distinct clusters differs among the omics profiles (views).

r-moranajp 0.9.8
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-stringi@1.8.7 r-rvest@1.0.5 r-rlang@1.2.0 r-purrr@1.2.2 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://github.com/matutosi/moranajp
Licenses: Expat
Build system: r
Synopsis: Morphological Analysis for Japanese
Description:

Supports morphological analysis for Japanese by using MeCab <https://taku910.github.io/mecab/>, Sudachi <https://github.com/WorksApplications/Sudachi>, Chamame <https://chamame.ninjal.ac.jp/>, or Ginza <https://github.com/megagonlabs/ginza>. Can input a data.frame and obtain all results of MeCab and the row number of the original data.frame as a text id.

r-metabook 0.2-0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/guido-s/metabook/
Licenses: GPL 2+
Build system: r
Synopsis: Data Sets and Code for "Meta-Analysis with R"
Description:

Data sets and code supporting the second edition of "Meta-Analysis with R"; first edition: Schwarzer, Carpenter, and Rücker (2015) <DOI:10.1007/978-3-319-21416-0>.

r-mvpd 0.0.5
Propagated dependencies: r-stabledist@0.7-2 r-mvtnorm@1.3-7 r-matrixstats@1.5.0 r-matrix@1.7-5 r-libstable4u@1.0.5 r-cubature@2.1.4-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/swihart/mvpd
Licenses: Expat
Build system: r
Synopsis: Multivariate Product Distributions for Elliptically Contoured Distributions
Description:

Estimates multivariate subgaussian stable densities and probabilities as well as generates random variates using product distribution theory. A function for estimating the parameters from data to fit a distribution to data is also provided, using the method from Nolan (2013) <doi:10.1007/s00180-013-0396-7>.

r-mmcsd 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlist@0.4.6.2 r-purrr@1.2.2 r-magrittr@2.0.5 r-knitr@1.51 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=Mmcsd
Licenses: GPL 3+
Build system: r
Synopsis: Modeling Complex Longitudinal Data in a Quick and Easy Way
Description:

Matching longitudinal methodology models with complex sampling design. It fits fixed and random effects models and covariance structured models so far. It also provides tools to perform statistical tests considering these specifications as described in : Pacheco, P. H. (2021). "Modeling complex longitudinal data in R: development of a statistical package." <https://repositorio.ufjf.br/jspui/bitstream/ufjf/13437/1/pedrohenriquedemesquitapacheco.pdf>.

r-mdmr 0.5.2
Propagated dependencies: r-lme4@2.0-1 r-compquadform@1.4.4 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/dmcartor/mdmr
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate Distance Matrix Regression
Description:

Allows users to conduct multivariate distance matrix regression using analytic p-values and compute measures of effect size. For details on the method, see McArtor, Lubke, & Bergeman (2017) <doi:10.1007/s11336-016-9527-8>.

r-misreparma 0.2.0
Propagated dependencies: r-tseries@0.10-61 r-r2jags@0.8-9 r-mixtools@2.0.0.1 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MisRepARMA
Licenses: GPL 2+
Build system: r
Synopsis: Misreported Time Series Analysis
Description:

This package provides a simple and trustworthy methodology for the analysis of misreported continuous time series using either a frequentist (bootstrap-based EM algorithm) or a Bayesian (MCMC via JAGS) approach. The frequentist method is described in Morina et al. (2021) <doi:10.1038/s41598-021-02620-5>. The Bayesian extension fits the same ARMA model with misreporting structure using a full posterior distribution, providing credible intervals and DIC for model comparison, as described in Morina et al. (2024) <doi:10.1101/2024.02.26.24303373>.

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-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-magmar 1.0.4
Propagated dependencies: r-jsonlite@2.0.0 r-crul@1.6.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=magmaR
Licenses: GPL 2
Build system: r
Synopsis: R-Client for Interacting with the 'UCSF Data Library'
Description:

This package provides a client for interacting with magma', the data warehouse of the UCSF Data Library'. magmaR includes functions for querying and downloading data from magma', in order to enable working with such data in R, as well as for uploading local data to magma'.

r-micss 0.3.1
Propagated dependencies: 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=micss
Licenses: GPL 2
Build system: r
Synopsis: Modified Iterative Cumulative Sum of Squares Algorithm
Description:

Companion package of Carrion-i-Silvestre & Sansó (2026): "Testing for Constant Unconditional Variance in Heavy-Tailed Time Series". It implements the Modified Iterative Cumulative Sum of Squares Algorithm, which is an extension of the Iterative Cumulative Sum of Squares (ICSS) Algorithm of Inclan and Tiao (1994), and it checks for changes in the unconditional variance of a time series controlling for the tail index of the underlying distribution. The fourth order moment is estimated non-parametrically to avoid the size problems when the innovations are non-Gaussian (see, Sansó et al., 2004). Critical values and p-values are generated using a Generalized Extreme Value distribution approach. References Carrion-i-Silvestre J.J & Sansó A (2026) <doi:10.1080/03610918.2026.2615207>. Inclan C & Tiao G.C (1994) <doi:10.1080/01621459.1994.10476824>, Sansó A & Aragó V & Carrion-i-Silvestre J.L (2004) <https://dspace.uib.es/xmlui/bitstream/handle/11201/152078/524035.pdf>.

r-miceafter 0.5.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-survival@3.8-6 r-stringr@1.6.0 r-rms@8.1-1 r-rlang@1.2.0 r-purrr@1.2.2 r-proc@1.19.0.1 r-mitools@2.4 r-mitml@0.4-5 r-mice@3.19.0 r-magrittr@2.0.5 r-dplyr@1.2.1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://mwheymans.github.io/miceafter/
Licenses: GPL 2+
Build system: r
Synopsis: Data and Statistical Analyses after Multiple Imputation
Description:

Statistical Analyses and Pooling after Multiple Imputation. A large variety of repeated statistical analysis can be performed and finally pooled. Statistical analysis that are available are, among others, Levene's test, Odds and Risk Ratios, One sample proportions, difference between proportions and linear and logistic regression models. Functions can also be used in combination with the Pipe operator. More and more statistical analyses and pooling functions will be added over time. Heymans (2007) <doi:10.1186/1471-2288-7-33>. Eekhout (2017) <doi:10.1186/s12874-017-0404-7>. Wiel (2009) <doi:10.1093/biostatistics/kxp011>. Marshall (2009) <doi:10.1186/1471-2288-9-57>. Sidi (2021) <doi:10.1080/00031305.2021.1898468>. Lott (2018) <doi:10.1080/00031305.2018.1473796>. Grund (2021) <doi:10.31234/osf.io/d459g>.

r-mixr 0.2.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mixR
Licenses: GPL 2+
Build system: r
Synopsis: Finite Mixture Modeling for Raw and Binned Data
Description:

This package performs maximum likelihood estimation for finite mixture models for families including Normal, Weibull, Gamma and Lognormal by using EM algorithm, together with Newton-Raphson algorithm or bisection method when necessary. It also conducts mixture model selection by using information criteria or bootstrap likelihood ratio test. The data used for mixture model fitting can be raw data or binned data. The model fitting process is accelerated by using R package Rcpp'.

r-mixmeta 1.2.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/gasparrini/mixmeta
Licenses: GPL 3+
Build system: r
Synopsis: An Extended Mixed-Effects Framework for Meta-Analysis
Description:

This package provides a collection of functions to perform various meta-analytical models through a unified mixed-effects framework, including standard univariate fixed and random-effects meta-analysis and meta-regression, and non-standard extensions such as multivariate, multilevel, longitudinal, and dose-response models.

r-movehmm 1.12
Propagated dependencies: r-sp@2.2-1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-numderiv@2016.8-1.1 r-mass@7.3-65 r-ggplot2@4.0.3 r-ggmap@4.0.2 r-geosphere@1.6-8 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/TheoMichelot/moveHMM
Licenses: GPL 3
Build system: r
Synopsis: Animal Movement Modelling using Hidden Markov Models
Description:

This package provides tools for animal movement modelling using hidden Markov models. These include processing of tracking data, fitting hidden Markov models to movement data, visualization of data and fitted model, decoding of the state process, etc. <doi:10.1111/2041-210X.12578>.

Total packages: 73977