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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-mvt 0.3-81
Propagated dependencies: r-fastmatrix@0.6-6
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://mvt.mat.utfsm.cl/
Licenses: GPL 3
Build system: r
Synopsis: Estimation and Testing for the Multivariate t-Distribution
Description:

Routines to perform estimation and inference under the multivariate t-distribution <doi:10.1007/s10182-022-00468-2>. Currently, the following methodologies are implemented: multivariate mean and covariance estimation, hypothesis testing about equicorrelation and homogeneity of variances, the Wilson-Hilferty transformation, QQ-plots with envelopes and random variate generation.

r-metaquant 0.1.3
Propagated dependencies: r-sld@1.0.1 r-plotly@4.11.0 r-metafor@4.8-0 r-magrittr@2.0.4 r-gld@2.6.8 r-ggplot2@4.0.1 r-estmeansd@1.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=metaquant
Licenses: GPL 3
Build system: r
Synopsis: Meta-Analysis of Quantiles and Functions of Quantiles
Description:

This package implements a novel density-based approach for estimating unknown parameters, distribution visualisations and meta-analyses of quantiles and ther functions. A detailed vignettes with example datasets and code to prepare data and analyses is available at <https://bookdown.org/a2delivera/metaquant/>. The methods are described in the pre-print by De Livera, Prendergast and Kumaranathunga (2024, <doi:10.48550/arXiv.2411.10971>).

r-motif 0.6.5
Propagated dependencies: r-tibble@3.3.0 r-stars@0.6-8 r-sf@1.0-23 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-philentropy@0.10.0 r-comat@0.9.7
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://jakubnowosad.com/motif/
Licenses: Expat
Build system: r
Synopsis: Local Pattern Analysis
Description:

Describes spatial patterns of categorical raster data for any defined regular and irregular areas. Patterns are described quantitatively using built-in signatures based on co-occurrence matrices but also allows for any user-defined functions. It enables spatial analysis such as search, change detection, and clustering to be performed on spatial patterns (Nowosad (2021) <doi:10.1007/s10980-020-01135-0>).

r-momentchi2 0.1.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=momentchi2
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Moment-Matching Methods for Weighted Sums of Chi-Squared Random Variables
Description:

This package provides a collection of moment-matching methods for computing the cumulative distribution function of a positively-weighted sum of chi-squared random variables. Methods include the Satterthwaite-Welch method, Hall-Buckley-Eagleson method, Wood's F method, and the Lindsay-Pilla-Basak method.

r-matriks 0.1.5
Propagated dependencies: r-desctools@0.99.60
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=matRiks
Licenses: Expat
Build system: r
Synopsis: Generates Raven-Like Matrices According to Rules
Description:

Generates Raven like matrices according to different rules and the response list associated to the matrix. The package can generate matrices composed of 4 or 9 cells, along with a response list of 11 elements (the correct response + 10 incorrect responses). The matrices can be generated according to both logical rules (i.e., the relationships between the elements in the matrix are manipulated to create the matrix) and visual-spatial rules (i.e., the visual or spatial characteristics of the elements are manipulated to generate the matrix). The graphical elements of this package are based on the DescTools package. This package has been developed within the PRIN2020 Project (Prot. 20209WKCLL) titled "Computerized, Adaptive and Personalized Assessment of Executive Functions and Fluid Intelligence" and founded by the Italian Ministry of Education and Research.

r-maplamina 0.1.0
Propagated dependencies: r-sf@1.0-23 r-htmlwidgets@1.6.4 r-digest@0.6.39 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/jhumbl/maplamina
Licenses: Expat
Build system: r
Synopsis: High-Performance 'WebGL' Mapping Widgets for R
Description:

This package creates interactive maps using MapLibre GL and deck.gl via htmlwidgets'. Provides GPU-accelerated layers for points, lines and polygons, plus linked user interface components such as filters, views and summary cards for exploratory analysis and production dashboards.

r-mcstatsim 0.5.0
Propagated dependencies: r-pbapply@1.7-4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/ielbadisy/mcstatsim
Licenses: AGPL 3+
Build system: r
Synopsis: Monte Carlo Statistical Simulation Tools Using a Functional Approach
Description:

This package provides a lightweight package designed to facilitate statistical simulations through functional programming. It centralizes the simulation process into a single higher-order function, enhancing manageability and usability without adding overhead from external dependencies. The package includes ready-to-use functions for common simulation targets. A detailed example can be found on <https://github.com/ielbadisy/mcstatsim>.

r-metrix 1.1.0
Propagated dependencies: r-vegan@2.7-2 r-stringr@1.6.0 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=metrix
Licenses: GPL 3+
Build system: r
Synopsis: Water Quality Metrics Calculator
Description:

Calculate different metrics based on aquatic macroinvertebrate density data (individuals per square meter) to assess water quality (Prat N et al. 2009).

r-mswm 1.5
Propagated dependencies: r-nlme@3.1-168
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MSwM
Licenses: GPL 2+
Build system: r
Synopsis: Fitting Markov Switching Models
Description:

Estimation, inference and diagnostics for Univariate Autoregressive Markov Switching Models for Linear and Generalized Models. Distributions for the series include gaussian, Poisson, binomial and gamma cases. The EM algorithm is used for estimation (see Perlin (2012) <doi:10.2139/ssrn.1714016>).

r-mrbin 1.9.5
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/kleinomicslab/mrbin
Licenses: GPL 3
Build system: r
Synopsis: Metabolomics Data Analysis Functions
Description:

This package provides a collection of functions for processing and analyzing metabolite data. The namesake function mrbin() converts 1D or 2D Nuclear Magnetic Resonance data into a matrix of values suitable for further data analysis and performs basic processing steps in a reproducible way. Negative values, a common issue in such data, can be replaced by positive values (<doi:10.1021/acs.jproteome.0c00684>). All used parameters are stored in a readable text file and can be restored from that file to enable exact reproduction of the data at a later time. The function fia() ranks features according to their impact on classifier models, especially artificial neural network models.

r-mhurdle 1.3-2
Propagated dependencies: r-truncreg@0.2-5 r-survival@3.8-3 r-sandwich@3.1-1 r-rdpack@2.6.4 r-prediction@0.3.18 r-numderiv@2016.8-1.1 r-nonnest2@0.5-8 r-maxlik@1.5-2.1 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-mcptools 0.2.0
Propagated dependencies: r-rlang@1.1.6 r-promises@1.5.0 r-processx@3.8.6 r-nanonext@1.7.2 r-jsonlite@2.0.0 r-httr2@1.2.1 r-httpuv@1.6.16 r-ellmer@0.4.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/posit-dev/mcptools
Licenses: Expat
Build system: r
Synopsis: Model Context Protocol Servers and Clients
Description:

This package implements the Model Context Protocol (MCP). Users can start R'-based servers, serving functions as tools for large language models to call before responding to the user in MCP-compatible apps like Claude Desktop and Claude Code', with options to run those tools inside of interactive R sessions. On the other end, when R is the client via the ellmer package, users can register tools from third-party MCP servers to integrate additional context into chats.

r-mlpreemption 1.0.1
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: Maximum Likelihood Estimation of the Niche Preemption Model
Description:

This package provides functions for obtaining estimates of the parameter of the niche preemption model (also known as the geometric series), in particular a maximum likelihood estimator (Graffelman, 2021) <doi:10.1101/2021.01.27.428381>. The niche preemption model is a widely used model in ecology and biodiversity studies.

r-msprt 3.0
Propagated dependencies: r-nleqslv@3.3.5 r-iterators@1.0.14 r-ggpubr@0.6.2 r-ggplot2@4.0.1 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=MSPRT
Licenses: GPL 2+
Build system: r
Synopsis: Modified Sequential Probability Ratio Test (MSPRT)
Description:

Given the maximum available sample size (N) for an experiment, and the target levels of Type I and II error probabilities, this package designs a modified SPRT (MSPRT). For any designed MSPRT the package can also obtain its operating characteristics and implement the test for a given sequentially observed data. The MSPRT is defined in a manner very similar to Wald's initial proposal. The proposed test has shown evidence of reducing the average sample size required to perform statistical hypothesis tests at specified levels of significance and power. Currently, the package implements one-sample proportion tests, one and two-sample z tests, and one and two-sample t tests. A brief user guidance for this package is provided below. One can also refer to the supplemental information for the same.

r-multifunc 0.9.4
Propagated dependencies: r-purrr@1.2.0 r-mass@7.3-65 r-magrittr@2.0.4 r-dplyr@1.1.4 r-broom@1.0.10
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://jebyrnes.github.io/multifunc/
Licenses: Expat
Build system: r
Synopsis: Analysis of Ecological Drivers on Ecosystem Multifunctionality
Description:

This package provides methods for the analysis of how ecological drivers affect the multifunctionality of an ecosystem based on methods of Byrnes et al. 2016 <doi:10.1111/2041-210X.12143> and Byrnes et al. 2022 <doi:10.1101/2022.03.17.484802>. Most standard methods in the literature are implemented (see vignettes) in a tidy format.

r-minsample2 0.1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=minsample2
Licenses: GPL 3
Build system: r
Synopsis: The Minimum Sample Size
Description:

Using this package, one can determine the minimum sample size required so that the mean square error of the sample mean and the population mean of a distribution becomes less than some pre-determined epsilon, i.e. it helps the user to determine the minimum sample size required to attain the pre-fixed precision level by minimizing the difference between the sample mean and population mean.

r-mosqcontrol 0.1.0
Propagated dependencies: r-sfsmisc@1.1-23 r-pracma@2.4.6 r-nloptr@2.2.1 r-nlcoptim@0.6 r-magrittr@2.0.4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mosqcontrol
Licenses: Expat
Build system: r
Synopsis: Mosquito Control Resource Optimization
Description:

This project aims to make an accessible model for mosquito control resource optimization. The model uses data provided by users to estimate the mosquito populations in the sampling area for the sampling time period, and the optimal time to apply a treatment or multiple treatments.

r-mirrorselect 0.0.3
Propagated dependencies: r-yulab-utils@0.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mirrorselect
Licenses: Artistic License 2.0
Build system: r
Synopsis: Test CRAN/Bioconductor Mirror Speed
Description:

Testing CRAN and Bioconductor mirror speed by recording download time of src/base/COPYING (for CRAN) and packages/release/bioc/html/ggtree.html (for Bioconductor).

r-mwcsr 0.1.10
Dependencies: openjdk@25
Propagated dependencies: r-rcpp@1.1.0 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/ctlab/mwcsr
Licenses: Expat
Build system: r
Synopsis: Solvers for Maximum Weight Connected Subgraph Problem and Its Variants
Description:

Algorithms for solving various Maximum Weight Connected Subgraph Problems, including variants with budget constraints, cardinality constraints, weighted edges and signals. The package represents an R interface to high-efficient solvers based on relax-and-cut approach (Ã lvarez-Miranda E., Sinnl M. (2017) <doi:10.1016/j.cor.2017.05.015>) mixed-integer programming (Loboda A., Artyomov M., and Sergushichev A. (2016) <doi:10.1007/978-3-319-43681-4_17>) and simulated annealing.

r-mmac 1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MMAC
Licenses: GPL 2+
Build system: r
Synopsis: Data for Mathematical Modeling and Applied Calculus
Description:

This package contains the data sets for the first and second editions of the textbook "Mathematical Modeling and Applied Calculus" by Joel Kilty and Alex M. McAllister. The first edition of the book was published by Oxford University Press in 2018 with ISBN-13: 978-019882472. The second edition is expected to be published in January 2027.

r-medparser 0.2.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=medparser
Licenses: Expat
Build system: r
Synopsis: MedPC Text Parser
Description:

Parses information from text files with specific utility aimed at pulling information from Med Associate's (MPC) files. These functions allow for further analysis of MPC files.

r-macrocol 0.1.0
Propagated dependencies: r-readxl@1.4.5 r-r-utils@2.13.0 r-openxlsx@4.2.8.1 r-lubridate@1.9.4 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: <https://github.com/pedroCabraAcela/Scrapping-Colombian-Macrodata>
Licenses: ASL 2.0
Build system: r
Synopsis: Colombian Macro-Financial Time Series Generator
Description:

This repository aims to contribute to the econometric models production with Colombian data, by providing a set of web-scrapping functions of some of the main macro-financial indicators. All the sources are public and free, but the advantage of these functions is that they directly download and harmonize the information in R's environment. No need to import or download additional files. You only need an internet connection!

r-mizer 2.5.4
Propagated dependencies: r-rlang@1.1.6 r-reshape2@1.4.5 r-rcpp@1.1.0 r-progress@1.2.3 r-plyr@1.8.9 r-plotly@4.11.0 r-lubridate@1.9.4 r-lifecycle@1.0.4 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-desolve@1.40 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://sizespectrum.org/mizer/
Licenses: GPL 3
Build system: r
Synopsis: Dynamic Multi-Species Size Spectrum Modelling
Description:

This package provides a set of classes and methods to set up and run multi-species, trait based and community size spectrum ecological models, focused on the marine environment.

r-mgm 1.2-15
Propagated dependencies: r-stringr@1.6.0 r-qgraph@1.9.8 r-hmisc@5.2-4 r-gtools@3.9.5 r-glmnet@4.1-10
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://www.jstatsoft.org/article/view/v093i08
Licenses: GPL 2+
Build system: r
Synopsis: Estimating Time-Varying k-Order Mixed Graphical Models
Description:

Estimation of k-Order time-varying Mixed Graphical Models and mixed VAR(p) models via elastic-net regularized neighborhood regression. For details see Haslbeck & Waldorp (2020) <doi:10.18637/jss.v093.i08>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457