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

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-measurer 0.0.2
Propagated dependencies: r-viridislite@0.4.2 r-tidyverse@2.0.0 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-shinywidgets@0.9.0 r-shiny@1.11.1 r-semptools@0.3.2 r-semplot@1.1.7 r-rlang@1.1.6 r-readxl@1.4.5 r-readr@2.1.6 r-purrr@1.2.0 r-psych@2.5.6 r-mirt@1.45.1 r-lavaan@0.6-20 r-ggplot2@4.0.1 r-dt@0.34.0 r-dplyr@1.1.4 r-data-table@1.17.8 r-ctt@2.3.4 r-colourpicker@1.3.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/hdmeasure/measureR
Licenses: Expat
Build system: r
Synopsis: Tools for Educational and Psychological Measurement
Description:

Provides an interactive toolkit for educational and psychological measurement implemented using the shiny framework. The package supports content validity analysis, dimensionality assessment, and Classical Test Theory using the CTT package (Willse, 2018) <doi:10.32614/CRAN.package.CTT>.Item Response Theory (IRT) analyses are conducted via mirt (Chalmers, 2012) <doi:10.18637/jss.v048.i06>. Exploratory Factor Analysis is performed using psych (Revelle, 2025), while Confirmatory Factor Analysis and Structural Equation Modeling are based on the lavaan framework (Rosseel, 2012) <doi:10.18637/jss.v048.i02>. The application allows users to upload data, evaluate statistical models, visualize results, and export outputs through an intuitive graphical interface without requiring programming experience.

r-metaensembler 0.1.0
Propagated dependencies: r-randomforest@4.7-1.2 r-gridextra@2.3 r-ggplot2@4.0.1 r-gbm@2.2.2 r-e1071@1.7-16 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=metaEnsembleR
Licenses: GPL 2+
Build system: r
Synopsis: Automated Intuitive Package for Meta-Ensemble Learning
Description:

Extends the base classes and methods of caret package for integration of base learners. The user can input the number of different base learners, and specify the final learner, along with the train-validation-test data partition split ratio. The predictions on the unseen new data is the resultant of the ensemble meta-learning <https://machinelearningmastery.com/stacking-ensemble-machine-learning-with-python/> of the heterogeneous learners aimed to reduce the generalization error in the predictive models. It significantly lowers the barrier for the practitioners to apply heterogeneous ensemble learning techniques in an amateur fashion to their everyday predictive problems.

r-mewavg 0.3.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mewAvg
Licenses: GPL 2+
Build system: r
Synopsis: Fixed Memeory Moving Expanding Window Average
Description:

Compute the average of a sequence of random vectors in a moving expanding window using a fixed amount of memory.

r-medianadesigner 0.13
Dependencies: zlib@1.3.1
Propagated dependencies: r-shinymatrix@0.8.1 r-shinydashboard@0.7.3 r-shiny@1.11.1 r-rootsolve@1.8.2.4 r-rcppnumerical@0.6-0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-pbkrtest@0.5.5 r-officer@0.7.1 r-mvtnorm@1.3-3 r-mass@7.3-65 r-lmertest@3.1-3 r-lme4@1.1-37 r-foreach@1.5.2 r-flextable@0.9.10 r-doparallel@1.0.17 r-devemf@4.5-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/medianasoft/MedianaDesigner
Licenses: GPL 3
Build system: r
Synopsis: Power and Sample Size Calculations for Clinical Trials
Description:

Efficient simulation-based power and sample size calculations are supported for a broad class of late-stage clinical trials. The following modules are included in the package: Adaptive designs with data-driven sample size or event count re-estimation, Adaptive designs with data-driven treatment selection, Adaptive designs with data-driven population selection, Optimal selection of a futility stopping rule, Event prediction in event-driven trials, Adaptive trials with response-adaptive randomization (experimental module), Traditional trials with multiple objectives (experimental module). Traditional trials with cluster-randomized designs (experimental module).

r-matchit 4.7.2
Propagated dependencies: r-rlang@1.1.6 r-rcppprogress@0.4.2 r-rcpp@1.1.0 r-chk@0.10.0 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://kosukeimai.github.io/MatchIt/
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Preprocessing for Parametric Causal Inference
Description:

Selects matched samples of the original treated and control groups with similar covariate distributions -- can be used to match exactly on covariates, to match on propensity scores, or perform a variety of other matching procedures. The package also implements a series of recommendations offered in Ho, Imai, King, and Stuart (2007) <DOI:10.1093/pan/mpl013>. (The gurobi package, which is not on CRAN, is optional and comes with an installation of the Gurobi Optimizer, available at <https://www.gurobi.com>.).

r-multe 1.1.0
Propagated dependencies: r-nnet@7.3-20
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/kolesarm/multe
Licenses: Expat
Build system: r
Synopsis: Multiple Treatment Effects Regression
Description:

This package implements contamination bias diagnostics and alternative estimators for regressions with multiple treatments. The implementation is based on Goldsmith-Pinkham, Hull, and Kolesár (2024) <doi:10.48550/arXiv.2106.05024>.

r-medfateland 2.8.1
Propagated dependencies: r-tidyterra@1.0.0 r-tidyr@1.3.1 r-tibble@3.3.0 r-terra@1.8-86 r-stars@0.6-8 r-shiny@1.11.1 r-sf@1.0-23 r-rlang@1.1.6 r-rcpp@1.1.0 r-meteoland@2.2.6 r-medfate@4.8.4 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://emf-creaf.github.io/medfateland/
Licenses: GPL 2+
Build system: r
Synopsis: Mediterranean Landscape Simulation
Description:

Simulate forest hydrology, forest function and dynamics over landscapes [De Caceres et al. (2015) <doi:10.1016/j.agrformet.2015.06.012>]. Parallelization is allowed in several simulation functions and simulations may be conducted including spatial processes such as lateral water transfer and seed dispersal.

r-mvntestchar 1.1.3
Propagated dependencies: r-knitr@1.50 r-hmisc@5.2-4 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MVNtestchar
Licenses: GPL 2+
Build system: r
Synopsis: Test for Multivariate Normal Distribution Based on a Characterization
Description:

This package provides a test of multivariate normality of an unknown sample that does not require estimation of the nuisance parameters, the mean and covariance matrix. Rather, a sequence of transformations removes these nuisance parameters and results in a set of sample matrices that are positive definite. These matrices are uniformly distributed on the space of positive definite matrices in the unit hyper-rectangle if and only if the original data is multivariate normal (Fairweather, 1973, Doctoral dissertation, University of Washington). The package performs a goodness of fit test of this hypothesis. In addition to the test, functions in the package give visualizations of the support region of positive definite matrices for bivariate samples.

r-modeler 3.4.9
Propagated dependencies: r-tailrank@3.2.4 r-rpart@4.1.24 r-randomforest@4.7-1.2 r-oompabase@3.2.10 r-nnet@7.3-20 r-neuralnet@1.44.2 r-e1071@1.7-16 r-classdiscovery@3.4.9 r-classcomparison@3.3.5 r-class@7.3-23
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: Classes and Methods for Training and Using Binary Prediction Models
Description:

Defines classes and methods to learn models and use them to predict binary outcomes. These are generic tools, but we also include specific examples for many common classifiers.

r-mixopt 0.1.3
Propagated dependencies: r-splitfngr@0.1.2 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/CollinErickson/mixopt
Licenses: LGPL 3+
Build system: r
Synopsis: Mixed Variable Optimization
Description:

Mixed variable optimization for non-linear functions. Can optimize function whose inputs are a combination of continuous, ordered, and unordered variables.

r-md 1.0.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=md
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Selecting Bandwidth for Kernel Density Estimator with Minimum Distance Method
Description:

Selects bandwidth for the kernel density estimator with minimum distance method as proposed by Devroye and Lugosi (1996). The minimum distance method directly selects the optimal kernel density estimator from countably infinite kernel density estimators and indirectly selects the optimal bandwidth. This package selects the optimal bandwidth from finite kernel density estimators.

r-midas 1.0.1
Propagated dependencies: r-xml2@1.5.0 r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=midas
Licenses: GPL 3
Build system: r
Synopsis: Turn HTML 'Shiny'
Description:

This package contains functions for converting existing HTML/JavaScript source into equivalent shiny functions. Bootstraps the process of making new shiny functions by allowing us to turn HTML snippets directly into R functions.

r-mapgl 0.4.5
Propagated dependencies: r-viridislite@0.4.2 r-terra@1.8-86 r-shiny@1.11.1 r-sf@1.0-23 r-rlang@1.1.6 r-png@0.1-8 r-jsonlite@2.0.0 r-htmlwidgets@1.6.4 r-htmltools@0.5.8.1 r-geojsonsf@2.0.5 r-classint@0.4-11 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://walker-data.com/mapgl/
Licenses: Expat
Build system: r
Synopsis: Interactive Maps with 'Mapbox GL JS' and 'MapLibre GL JS'
Description:

This package provides an interface to the Mapbox GL JS (<https://docs.mapbox.com/mapbox-gl-js/guides>) and the MapLibre GL JS (<https://maplibre.org/maplibre-gl-js/docs/>) interactive mapping libraries to help users create custom interactive maps in R. Users can create interactive globe visualizations; layer sf objects to create filled maps, circle maps, heatmaps', and three-dimensional graphics; and customize map styles and views. The package also includes utilities to use Mapbox and MapLibre maps in Shiny web applications.

r-mvopr 2.0.0
Propagated dependencies: r-rrpack@0.1-14 r-ncvreg@3.16.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://arxiv.org/abs/2503.16807
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Multi-View Orthogonal Projection Regression for Multi-Modality Integration
Description:

This package implements the MVOPR (Multi-View Orthogonal Projection Regression) method for robust variable selection and integration of multi-modality data.

r-multiatsm 1.5.1-1
Propagated dependencies: r-pracma@2.4.6 r-magic@1.6-1 r-hablar@0.3.2 r-ggplot2@4.0.1 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/rubensmoura87/MultiATSM
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Multicountry Term Structure of Interest Rates Models
Description:

Package for estimating, analyzing, and forecasting multi-country macro-finance affine term structure models (ATSMs). All setups build on the single-country unspanned macroeconomic risk framework from Joslin, Priebsch, and Singleton (2014, JF) <doi:10.1111/jofi.12131>. Multicountry extensions by Jotikasthira, Le, and Lundblad (2015, JFE) <doi:10.1016/j.jfineco.2014.09.004>, Candelon and Moura (2023, EM) <doi:10.1016/j.econmod.2023.106453>, and Candelon and Moura (2024, JFEC) <doi:10.1093/jjfinec/nbae008> are also available. The package also provides tools for bias correction as in Bauer Rudebusch and Wu (2012, JBES) <doi:10.1080/07350015.2012.693855>, bootstrap analysis, and several graphical/numerical outputs.

r-mrf2d 1.0
Propagated dependencies: r-tidyr@1.3.1 r-rdpack@2.6.4 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/Freguglia/mrf2d
Licenses: GPL 3
Build system: r
Synopsis: Markov Random Field Models for Image Analysis
Description:

Model fitting, sampling and visualization for the (Hidden) Markov Random Field model with pairwise interactions and general interaction structure from Freguglia, Garcia & Bicas (2020) <doi:10.1002/env.2613>, which has many popular models used in 2-dimensional lattices as particular cases, like the Ising Model and Potts Model. A complete manuscript describing the package is available in Freguglia & Garcia (2022) <doi:10.18637/jss.v101.i08>.

r-mully 2.1.38
Propagated dependencies: r-rgl@1.3.31 r-randomcolor@1.1.0.1 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/frankkramer-lab/mully
Licenses: GPL 2+
Build system: r
Synopsis: Create, Modify and Visualize Multi-Layered Networks
Description:

Allows the user to create graphs with multiple layers. The user can also modify the layers, the nodes, and the edges. The graph can also be visualized. Zaynab Hammoud and Frank Kramer (2018) <doi:10.3390/genes9110519>. More about multilayered graphs and their usage can be found in our review paper: Zaynab Hammoud and Frank Kramer (2020) <doi:10.1186/s41044-020-00046-0>.

r-mirecsurv 1.0.2
Propagated dependencies: r-survival@3.8-3 r-stringi@1.8.7 r-matrixstats@1.5.0 r-compoissonreg@0.8.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=miRecSurv
Licenses: GPL 2+
Build system: r
Synopsis: Left-Censored Recurrent Events Survival Models
Description:

Fitting recurrent events survival models for left-censored data with multiple imputation of the number of previous episodes. See Hernández-Herrera G, Moriña D, Navarro A. (2020) <arXiv:2007.15031>.

r-mratios 1.4.4
Propagated dependencies: r-survpresmooth@1.1-12 r-survival@3.8-3 r-mvtnorm@1.3-3 r-multcomp@1.4-29
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mratios
Licenses: GPL 2
Build system: r
Synopsis: Ratios of Coefficients in the General Linear Model
Description:

This package performs (simultaneous) inferences for ratios of linear combinations of coefficients in the general linear model, linear mixed model, and for quantiles in a one-way layout. Multiple comparisons and simultaneous confidence interval estimations can be performed for ratios of treatment means in the normal one-way layout with homogeneous and heterogeneous treatment variances, according to Dilba et al. (2007) <https://cran.r-project.org/doc/Rnews/Rnews_2007-1.pdf> and Hasler and Hothorn (2008) <doi:10.1002/bimj.200710466>. Confidence interval estimations for ratios of linear combinations of linear model parameters like in (multiple) slope ratio and parallel line assays can be carried out. Moreover, it is possible to calculate the sample sizes required in comparisons with a control based on relative margins. For the simple two-sample problem, functions for a t-test for ratio-formatted hypotheses and the corresponding confidence interval are provided assuming homogeneous or heterogeneous group variances.

r-maicchecks 0.2.0
Propagated dependencies: r-tidyr@1.3.1 r-quadprog@1.5-8 r-lpsolve@5.6.23 r-ggplot2@4.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=maicChecks
Licenses: GPL 3+
Build system: r
Synopsis: Exact Matching and Matching-Adjusted Indirect Comparison (MAIC)
Description:

The second version (0.2.0) contains implementation for exact matching which is an alternative to propensity score matching (see Glimm & Yau (2025)). The initial version (0.1.2) contains a collection of easy-to-implement tools for checking whether a MAIC can be conducted, as well as an alternative way of calculating weights (see Glimm & Yau (2021) <doi:10.1002/pst.2210>.).

r-mcpan 1.1-21
Propagated dependencies: r-plyr@1.8.9 r-mvtnorm@1.3-3 r-multcomp@1.4-29 r-mcmcpack@1.7-1 r-magic@1.6-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MCPAN
Licenses: GPL 2
Build system: r
Synopsis: Multiple Comparisons Using Normal Approximation
Description:

Multiple contrast tests and simultaneous confidence intervals based on normal approximation. With implementations for binomial proportions in a 2xk setting (risk difference and odds ratio), poly-3-adjusted tumour rates, biodiversity indices (multinomial data) and expected values under lognormal assumption. Approximative power calculation for multiple contrast tests of binomial and Gaussian data.

r-mazamaspatialplots 0.3.0
Propagated dependencies: r-tmap@4.2 r-sf@1.0-23 r-rlang@1.1.6 r-mazamaspatialutils@0.8.7 r-mazamacoreutils@0.6.0 r-magrittr@2.0.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/MazamaScience/MazamaSpatialPlots
Licenses: GPL 3
Build system: r
Synopsis: Thematic Plots for Mazama Spatial Datasets
Description:

This package provides a suite of convenience functions for generating US state and county thematic maps using datasets from the MazamaSpatialUtils package.

r-mcmcsae 0.8.0
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-matrix@1.7-4 r-loo@2.8.0 r-gigrvg@0.8 r-collapse@2.1.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mcmcsae
Licenses: GPL 3
Build system: r
Synopsis: Markov Chain Monte Carlo Small Area Estimation
Description:

Fit multi-level models with possibly correlated random effects using Markov Chain Monte Carlo simulation. Such models allow smoothing over space and time and are useful in, for example, small area estimation.

r-minter 0.1.0
Propagated dependencies: r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://fdecunta.github.io/minter/
Licenses: Expat
Build system: r
Synopsis: Effect Sizes for Meta-Analysis of Interactions from Factorial Experiments
Description:

Compute effect sizes and their sampling variances from factorial experimental designs. The package supports calculation of simple effects, overall effects, and interaction effects for use in factorial meta-analyses. See Gurevitch et al. (2000) <doi:10.1086/303337>, Morris et al. (2007) <doi:10.1890/06-0442>, Lajeunesse (2011) <doi:10.1890/11-0423.1> and Macartney et al. (2022) <doi:10.1016/j.neubiorev.2022.104554>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457