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

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-modelscompete4 0.2.6
Propagated dependencies: r-tidyr@1.3.2 r-nonnest2@0.5-9 r-lavaan@0.6-21 r-ggplot2@4.0.3 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/ssjerf-stack/modelscompete4
Licenses: GPL 3+
Build system: r
Synopsis: Compare Nested and Non-Nested Structural Equation Models
Description:

This package provides a comprehensive package for comparing multiple Structural Equation Models (SEM). Supports both nested and non-nested model comparisons, chi-square difference tests, and extraction of multiple fit indices including AIC (Akaike Information Criterion), BIC (Bayesian Information Criterion), CFI (Comparative Fit Index), TLI (Tucker-Lewis Index), RMSEA (Root Mean Square Error of Approximation), and SRMR (Standardized Root Mean Square Residual). Built on top of the lavaan package for seamless SEM model comparison workflows. The Vuong test (Vuong, 1989) for non-nested models is used as the statistical test.

r-marsgwr 0.1.0
Propagated dependencies: r-qpdf@1.4.1 r-numbers@0.9-2 r-earth@5.3.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MARSGWR
Licenses: GPL 2+
Build system: r
Synopsis: Hybrid Spatial Model for Capturing Spatially Varying Relationships Between Variables in the Data
Description:

It is a hybrid spatial model that combines the strength of two widely used regression models, MARS (Multivariate Adaptive Regression Splines) and GWR (Geographically Weighted Regression) to provide an effective approach for predicting a response variable at unknown locations. The MARS model is used in the first step of the development of a hybrid model to identify the most important predictor variables that assist in predicting the response variable. For method details see, Friedman, J.H. (1991). <DOI:10.1214/aos/1176347963>.The GWR model is then used to predict the response variable at testing locations based on these selected variables that account for spatial variations in the relationships between the variables. This hybrid model can improve the accuracy of the predictions compared to using an individual model alone.This developed hybrid spatial model can be useful particularly in cases where the relationship between the response variable and predictor variables is complex and non-linear, and varies across locations.

r-meantables 0.1.2
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.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=meantables
Licenses: Expat
Build system: r
Synopsis: Make Quick Descriptive Tables for Continuous Variables
Description:

Quickly make tables of descriptive statistics (i.e., counts, means, confidence intervals) for continuous variables. This package is designed to work in a Tidyverse pipeline, and consideration has been given to get results from R to Microsoft Word ® with minimal pain.

r-madpop 1.1.7
Propagated dependencies: r-stanheaders@2.32.10 r-rstantools@2.6.0 r-rstan@2.32.7 r-rcppparallel@5.1.11-2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mlysy/MADPop
Licenses: GPL 3
Build system: r
Synopsis: MHC Allele-Based Differencing Between Populations
Description:

This package provides tools for the analysis of population differences using the Major Histocompatibility Complex (MHC) genotypes of samples having a variable number of alleles (1-4) recorded for each individual. A hierarchical Dirichlet-Multinomial model on the genotype counts is used to pool small samples from multiple populations for pairwise tests of equality. Bayesian inference is implemented via the rstan package. Bootstrapped and posterior p-values are provided for chi-squared and likelihood ratio tests of equal genotype probabilities.

r-mvprobit 0.1-10
Propagated dependencies: r-mvtnorm@1.3-7 r-misctools@0.6-30 r-maxlik@1.5-2.2 r-bayesm@3.1-7 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://www.sampleSelection.org
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate Probit Models
Description:

This package provides tools for estimating multivariate probit models, calculating conditional and unconditional expectations, and calculating marginal effects on conditional and unconditional expectations.

r-mmtsne 0.1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mmtsne
Licenses: FSDG-compatible FSDG-compatible
Build system: r
Synopsis: Multiple Maps t-SNE
Description:

An implementation of multiple maps t-distributed stochastic neighbor embedding (t-SNE). Multiple maps t-SNE is a method for projecting high-dimensional data into several low-dimensional maps such that non-metric space properties are better preserved than they would be by a single map. Multiple maps t-SNE with only one map is equivalent to standard t-SNE. When projecting onto more than one map, multiple maps t-SNE estimates a set of latent weights that allow each point to contribute to one or more maps depending on similarity relationships in the original data. This implementation is a port of the original Matlab library by Laurens van der Maaten. See Van der Maaten and Hinton (2012) <doi:10.1007/s10994-011-5273-4>. This material is based upon work supported by the United States Air Force and Defense Advanced Research Project Agency (DARPA) under Contract No. FA8750-17-C-0020. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the United States Air Force and Defense Advanced Research Projects Agency. Distribution Statement A: Approved for Public Release; Distribution Unlimited.

r-minigui 0.8-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=miniGUI
Licenses: FSDG-compatible
Build system: r
Synopsis: Tcl/Tk Quick and Simple Function GUI
Description:

Quick and simple Tcl/Tk Graphical User Interface to call functions. Also comprises a very simple experimental GUI framework.

r-modturpoint 0.1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=modTurPoint
Licenses: GPL 3
Build system: r
Synopsis: Estimate ED50 Based on Modified Turning Point Method
Description:

Turning point method is a method proposed by Choi (1990) <doi:10.2307/2531453> to estimate 50 percent effective dose (ED50) in the study of drug sensitivity. The method has its own advantages for that it can provide robust ED50 estimation. This package contains the modified function of Choi's turning point method.

r-mantar 0.3.1
Propagated dependencies: r-rdpack@2.6.6 r-matrix@1.7-5 r-mathjaxr@2.0-0 r-glassofast@1.0.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/kai-nehler/mantar
Licenses: GPL 3+
Build system: r
Synopsis: Missingness Alleviation for Network Analysis
Description:

This package provides functionality for estimating cross-sectional network structures representing partial correlations while accounting for missing data. Networks are estimated via neighborhood selection or regularization, with model selection guided by information criteria. Missing data can be handled primarily via multiple imputation or a maximum likelihood-based approach, as demonstrated by Nehler and Schultze (2025) <doi:10.1080/00273171.2025.2503833> and Nehler and Schultze (2026) <doi:10.1037/met0000828>. Deletion-based approaches are also available but play a secondary role.

r-multiglarmavarsel 1.0
Propagated dependencies: r-matrix@1.7-5 r-glmnet@5.0 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=MultiGlarmaVarSel
Licenses: GPL 2
Build system: r
Synopsis: Variable Selection in Sparse Multivariate GLARMA Models
Description:

This package performs variable selection in high-dimensional sparse GLARMA models. For further details we refer the reader to the paper Gomtsyan et al. (2022), <arXiv:2208.14721>.

r-mhurdle 1.3-2
Propagated dependencies: r-truncreg@0.2-5 r-survival@3.8-6 r-sandwich@3.1-1 r-rdpack@2.6.6 r-prediction@0.3.18 r-numderiv@2016.8-1.1 r-nonnest2@0.5-9 r-maxlik@1.5-2.2 r-margins@0.3.28 r-generics@0.1.4 r-formula@1.2-5 r-compquadform@1.4.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://www.R-project.org
Licenses: GPL 2+
Build system: r
Synopsis: Multiple Hurdle Tobit Models
Description:

Estimation of models with dependent variable left-censored at zero. Null values may be caused by a selection process Cragg (1971) <doi:10.2307/1909582>, insufficient resources Tobin (1958) <doi:10.2307/1907382>, or infrequency of purchase Deaton and Irish (1984) <doi:10.1016/0047-2727(84)90067-7>.

r-marketmatching 1.2.1
Propagated dependencies: r-zoo@1.8-15 r-utf8@1.2.6 r-tidyr@1.3.2 r-scales@1.4.0 r-reshape2@1.4.5 r-iterators@1.0.14 r-ggplot2@4.0.3 r-foreach@1.5.2 r-dtw@1.23-2 r-dplyr@1.2.1 r-doparallel@1.0.17 r-causalimpact@1.4.1 r-bsts@0.9.11 r-boom@0.9.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MarketMatching
Licenses: GPL 3+
Build system: r
Synopsis: Market Matching and Causal Impact Inference
Description:

For a given test market find the best control markets using time series matching and analyze the impact of an intervention. The intervention could be a marketing event or some other local business tactic that is being tested. The workflow implemented in the Market Matching package utilizes dynamic time warping (the dtw package) to do the matching and the CausalImpact package to analyze the causal impact. In fact, this package can be considered a "workflow wrapper" for those two packages. In addition, if you don't have a chosen set of test markets to match, the Market Matching package can provide suggested test/control market pairs and pseudo prospective power analysis (measuring causal impact at fake interventions).

r-moodler 1.0.5
Propagated dependencies: r-usethis@3.2.1 r-tidytext@0.4.3 r-stringr@1.6.0 r-scales@1.4.0 r-rsqlite@3.52.0 r-rpostgres@1.4.10 r-rmariadb@1.3.5 r-rlang@1.2.0 r-lifecycle@1.0.5 r-glue@1.8.1 r-ggwordcloud@0.6.2 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-dbi@1.3.0 r-config@0.3.2 r-cli@3.6.6 r-anytime@0.3.13
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/chi2labs/moodleR
Licenses: Expat
Build system: r
Synopsis: Helper Functions to Work with 'Moodle' Data
Description:

This package provides a collection of functions to connect to a Moodle database, cache relevant tables locally and generate learning analytics. Moodle is an open source Learning Management System (LMS) developed by MoodleHQ. For more information about Moodle, visit <https://moodle.org>.

r-mychisq 1.0.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=Mychisq
Licenses: GPL 3
Build system: r
Synopsis: Chi-Squared Test for Goodness of Fit and Independence Test
Description:

The chi-squared test for goodness of fit and an independence test. In addition, the chi-squared test for the population variance, the function for computing a confidence interval for the population variance, and the function for calculating the population standard deviation are provided.

r-markowitz 0.1.0
Propagated dependencies: r-tidyverse@2.0.0 r-tidyr@1.3.2 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/luana1909/Markowitiz
Licenses: GPL 3
Build system: r
Synopsis: Markowitz Criterion
Description:

The Markowitz criterion is a multicriteria decision-making method that stands out in risk and uncertainty analysis in contexts where probabilities are known. This approach represents an evolution of Pascal's criterion by incorporating the dimension of variability. In this framework, the expected value reflects the anticipated return, while the standard deviation serves as a measure of risk. The markowitz package provides a practical and accessible tool for implementing this method, enabling researchers and professionals to perform analyses without complex calculations. Thus, the package facilitates the application of the Markowitz criterion. More details on the method can be found in Octave Jokung-Nguéna (2001, ISBN 2100055372).

r-mdir-logrank 0.0.4
Propagated dependencies: 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=mdir.logrank
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Multiple-Direction Logrank Test
Description:

Implemented are the one-sided and two-sided multiple-direction logrank test for two-sample right censored data. In addition to the statistics p-values are calculated: 1. For the one-sided testing problem one p-value based on a wild bootstrap approach is determined. 2. In the two-sided case one p-value based on a chi-squared approximation and a second p-values based on a permutation approach are calculated. Ditzhaus, M. and Friedrich, S. (2018) <arXiv:1807.05504>. Ditzhaus, M. and Pauly, M. (2018) <arXiv:1808.05627>.

r-mvntest 1.1-0
Propagated dependencies: r-mvtnorm@1.3-7 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=mvnTest
Licenses: GPL 2+
Build system: r
Synopsis: Goodness of Fit Tests for Multivariate Normality
Description:

Routines for assessing multivariate normality. Implements three Wald's type chi-squared tests; non-parametric Anderson-Darling and Cramer-von Mises tests; Doornik-Hansen test, Royston test and Henze-Zirkler test.

r-mapsf 1.2.2
Propagated dependencies: r-sf@1.1-1 r-s2@1.1.9 r-maplegend@0.6.3 r-classint@0.4-11
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://riatelab.github.io/mapsf/
Licenses: GPL 3+
Build system: r
Synopsis: Thematic Cartography
Description:

Create and integrate thematic maps in your workflow. This package helps to design various cartographic representations such as proportional symbols, choropleth or typology maps. It also offers several functions to display layout elements that improve the graphic presentation of maps (e.g. scale bar, north arrow, title, labels). mapsf maps sf objects on base graphics.

r-methscope 1.0.4
Dependencies: zlib@1.3.1
Propagated dependencies: r-xgboost@3.2.1.1 r-uwot@0.2.4 r-tidyr@1.3.2 r-stringr@1.6.0 r-nnls@1.6 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-fnn@1.1.4.1 r-dplyr@1.2.1 r-doparallel@1.0.17 r-data-table@1.18.4 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=MethScope
Licenses: AGPL 3
Build system: r
Synopsis: Ultra-Fast Analysis of Sparse DNA Methylome via Recurrent Pattern Encoding
Description:

This package provides methods for analyzing DNA methylation data via Most Recurrent Methylation Patterns (MRMPs). Supports cell-type annotation, spatial deconvolution, unsupervised clustering, and cancer cell-of-origin inference. Includes C-backed summaries for YAME ".cg/.cm" files (overlap counts, log2 odds ratios, beta/depth aggregation), an XGBoost classifier, NNLS deconvolution, and plotting utilities. Scales to large spatial and single-cell methylomes and is robust to extreme sparsity.

r-mpmsim 3.3.0
Propagated dependencies: r-reshape@0.8.10 r-rcompadre@1.5.0 r-rage@1.9.0 r-popdemo@1.3-4 r-popbio@2.8 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://jonesor.github.io/mpmsim/
Licenses: CC-BY-SA 4.0
Build system: r
Synopsis: Simulation of Matrix Population Models with Defined Life History Characteristics
Description:

Allows users to simulate matrix population models with particular characteristics based on aspects of life history such as mortality trajectories and fertility trajectories. Also allows the exploration of sampling error due to small sample size.

r-mfsd 0.1.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mvtnorm@1.3-7 r-fda@6.3.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MFSD
Licenses: GPL 3
Build system: r
Synopsis: Multivariate Functional Spatial Data
Description:

Analysis of multivariate functional spatial data, including spectral multivariate functional principal component analysis and related statistical procedures (Si-Ahmed, Idris, et al. "Principal component analysis of multivariate spatial functional data." Big Data Research 39 (2025) 100504). (Kuenzer, T., Hörmann, S., & Kokoszka, P. (2021). "Principal component analysis of spatially indexed functions." Journal of the American Statistical Association, 116(535), 1444-1456.) (Happ, C., & Greven, S. (2018). "Multivariate functional principal component analysis for data observed on different (dimensional) domains." Journal of the American Statistical Association, 113(522), 649-659.).

r-mvtmeta 1.1
Propagated dependencies: r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mvtmeta
Licenses: GPL 3
Build system: r
Synopsis: Multivariate Meta-Analysis
Description:

This package provides functions to run fixed effects or random effects multivariate meta-analysis.

r-move2 0.5.0
Propagated dependencies: r-vroom@1.7.1 r-vctrs@0.7.3 r-units@1.0-1 r-tidyselect@1.2.1 r-tibble@3.3.1 r-sf@1.1-1 r-rlang@1.2.0 r-dplyr@1.2.1 r-cli@3.6.6 r-bit64@4.8.2 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://bartk.gitlab.io/move2/
Licenses: GPL 3+
Build system: r
Synopsis: Processing and Analysing Animal Trajectories
Description:

This package provides tools to handle, manipulate and explore trajectory data, with an emphasis on data from tracked animals. The package is designed to support large studies with several million location records and keep track of units where possible. Data import directly from movebank <https://www.movebank.org/cms/movebank-main> and files is facilitated.

r-mpv 2.0
Propagated dependencies: r-lattice@0.22-9 r-kernsmooth@2.23-26
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MPV
Licenses: FSDG-compatible
Build system: r
Synopsis: Data Sets from Montgomery, Peck and Vining
Description:

Most of this package consists of data sets from the textbook Introduction to Linear Regression Analysis (3rd ed), by Montgomery, Peck and Vining. Some additional data sets and functions are also included.

Total packages: 73977