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

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-mbsgs 1.2.0
Propagated dependencies: r-truncnorm@1.0-9 r-mnormt@2.1.1 r-mgcv@1.9-4 r-mcmcpack@1.7-1 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=MBSGS
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate Bayesian Sparse Group Selection with Spike and Slab
Description:

An implementation of a Bayesian sparse group model using spike and slab priors in a regression context. It is designed for regression with a multivariate response variable, but also provides an implementation for univariate response.

r-masstimate 2.0-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MASSTIMATE
Licenses: GPL 2+
Build system: r
Synopsis: Body Mass Estimation Equations for Vertebrates
Description:

Estimation equations are from a variety of sources and associated error estimation.

r-mojson 0.1
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-rjsonio@2.0.0 r-magrittr@2.0.4 r-iterators@1.0.14 r-comparedf@2.3.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/chriswweibo/mojson
Licenses: Expat
Build system: r
Synopsis: Serialization-Style Flattening and Description for JSON
Description:

Support JSON flattening in a long data frame way, where the nesting keys will be stored in the absolute path. It also provides an easy way to summarize the basic description of a JSON list. The idea of mojson is to transform a JSON object in an absolute serialization way, which means the early key-value pairs will appear in the heading rows of the resultant data frame. mojson also provides an alternative way of comparing two different JSON lists, returning the left/inner/right-join style results.

r-mlmi 1.1.3
Propagated dependencies: r-norm@1.0-11.1 r-nlme@3.1-168 r-mix@1.0-13 r-matrix@1.7-4 r-mass@7.3-65 r-gsl@2.1-9 r-cat@0.0-9
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlmi
Licenses: GPL 3
Build system: r
Synopsis: Maximum Likelihood Multiple Imputation
Description:

This package implements proper and so-called Maximum Likelihood Multiple Imputation as described by von Hippel and Bartlett (2021) <doi:10.1214/20-STS793>. A number of different imputation methods are available, by utilising the norm', cat and mix packages. Inferences can be performed either using Rubin's rules (for proper imputation), or a modified version for maximum likelihood imputation. For maximum likelihood imputations a likelihood score based approach based on theory by Wang and Robins (1998) <doi:10.1093/biomet/85.4.935> is also available.

r-morrowplots 0.2.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://SandiCal.github.io/morrowplots/
Licenses: Expat
Build system: r
Synopsis: Historical Agricultural Data from the University of Illinois
Description:

Agricultural data for 1888-2021 from the Morrow Plots at the University of Illinois. The world's second oldest ongoing agricultural experiment, the Morrow Plots measure the impact of crop rotation and fertility treatments on corn yields. The data includes planting information and annual yield measures for corn grown continuously and in rotation with other crops, in treated and untreated soil.

r-mvar-pt 2.2.7
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=MVar.pt
Licenses: GPL 3
Build system: r
Synopsis: Analise multivariada (brazilian portuguese)
Description:

Analise multivariada, tendo funcoes que executam analise de correspondencia simples (CA) e multipla (MCA), analise de componentes principais (PCA), analise de correlacao canonica (CCA), analise fatorial (FA), escalonamento multidimensional (MDS), analise discriminante linear (LDA) e quadratica (QDA), analise de cluster hierarquico e nao hierarquico, regressao linear simples e multipla, analise de multiplos fatores (MFA) para dados quantitativos, qualitativos, de frequencia (MFACT) e dados mistos, biplot, scatter plot, projection pursuit (PP), grant tour e outras funcoes uteis para a analise multivariada.

r-minb 0.1.0
Propagated dependencies: r-pscl@1.5.9 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=minb
Licenses: GPL 3
Build system: r
Synopsis: Multiple-Inflated Negative Binomial Model
Description:

Count data is prevalent and informative, with widespread application in many fields such as social psychology, personality, and public health. Classical statistical methods for the analysis of count outcomes are commonly variants of the log-linear model, including Poisson regression and Negative Binomial regression. However, a typical problem with count data modeling is inflation, in the sense that the counts are evidently accumulated on some integers. Such an inflation problem could distort the distribution of the observed counts, further bias estimation and increase error, making the classic methods infeasible. Traditional inflated value selection methods based on histogram inspection are easy to neglect true points and computationally expensive in addition. Therefore, we propose a multiple-inflated negative binomial model to handle count data modeling with multiple inflated values, achieving data-driven inflated value selection. The proposed approach provides simultaneous identification of important regression predictors on the target count response as well. More details about the proposed method are described in Li, Y., Wu, M., Wu, M., & Ma, S. (2023) <arXiv:2309.15585>.

r-minedfind 0.1.3
Propagated dependencies: r-iso@0.0-21 r-gridextra@2.3 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=MinEDfind
Licenses: GPL 2
Build system: r
Synopsis: Bayesian Design for Minimum Effective Dosing-Finding Trial
Description:

The nonparametric two-stage Bayesian adaptive design is a novel phase II clinical trial design for finding the minimum effective dose (MinED). This design is motivated by the top priority and concern of clinicians when testing a new drug, which is to effectively treat patients and minimize the chance of exposing them to subtherapeutic or overly toxic doses. It is used to design single-agent trials.

r-mortalitygaps 1.0.7
Propagated dependencies: r-rdpack@2.6.4 r-pbapply@1.7-4 r-mass@7.3-65 r-forecast@8.24.0 r-crch@1.2-2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mpascariu/MortalityGaps
Licenses: GPL 3
Build system: r
Synopsis: The Double-Gap Life Expectancy Forecasting Model
Description:

Life expectancy is highly correlated over time among countries and between males and females. These associations can be used to improve forecasts. Here we have implemented a method for forecasting female life expectancy based on analysis of the gap between female life expectancy in a country compared with the record level of female life expectancy in the world. Second, to forecast male life expectancy, the gap between male life expectancy and female life expectancy in a country is analysed. We named this method the Double-Gap model. For a detailed description of the method see Pascariu et al. (2018). <doi:10.1016/j.insmatheco.2017.09.011>.

r-modelmap 3.4.0.8
Propagated dependencies: r-raster@3.6-32 r-randomforest@4.7-1.2 r-presenceabsence@1.1.11 r-mgcv@1.9-4 r-handtill2001@1.0.3 r-fields@17.1 r-corrplot@0.95
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=ModelMap
Licenses: FSDG-compatible
Build system: r
Synopsis: Modeling and Map Production using Random Forest and Related Stochastic Models
Description:

This package creates sophisticated models of training data and validates the models with an independent test set, cross validation, or Out Of Bag (OOB) predictions on the training data. Create graphs and tables of the model validation results. Applies these models to GIS .img files of predictors to create detailed prediction surfaces. Handles large predictor files for map making, by reading in the .img files in chunks, and output to the .txt file the prediction for each data chunk, before reading the next chunk of data.

r-movedesign 0.3.2
Propagated dependencies: r-viridis@0.6.5 r-tidyr@1.3.1 r-terra@1.8-86 r-stringr@1.6.0 r-shinywidgets@0.9.0 r-shinyjs@2.1.0 r-shinyfeedback@0.4.0 r-shinydashboardplus@2.0.6 r-shinydashboard@0.7.3 r-shinybusy@0.3.3 r-shinyalert@3.1.0 r-shiny@1.11.1 r-scales@1.4.0 r-rlang@1.1.6 r-rintrojs@0.3.4 r-reactable@0.4.5 r-quarto@1.5.1 r-parsedate@1.3.2 r-lubridate@1.9.4 r-gsl@2.1-9 r-golem@0.5.1 r-ggtext@0.1.2 r-ggpubr@0.6.2 r-ggplot2@4.0.1 r-ggiraph@0.9.2 r-gdtools@0.4.4 r-fontawesome@0.5.3 r-dplyr@1.1.4 r-data-table@1.17.8 r-ctmm@1.3.0 r-crayon@1.5.3 r-config@0.3.2 r-combinat@0.0-8 r-bsplus@0.1.5 r-bayestestr@0.17.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://ecoisilva.github.io/movedesign/
Licenses: GPL 3+
Build system: r
Synopsis: Study Design Toolbox for Movement Ecology Studies
Description:

Toolbox and shiny application to help researchers design movement ecology studies, focusing on two key objectives: estimating home range areas, and estimating fine-scale movement behavior, specifically speed and distance traveled. It provides interactive simulations and methodological guidance to support study planning and decision-making. The application is described in Silva et al. (2023) <doi:10.1111/2041-210X.14153>.

r-meetupr 0.3.1
Propagated dependencies: r-withr@3.0.2 r-s7@0.2.1 r-rstudioapi@0.17.1 r-rlist@0.4.6.2 r-rlang@1.1.6 r-purrr@1.2.0 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-httr2@1.2.1 r-glue@1.8.0 r-fs@1.6.6 r-dplyr@1.1.4 r-countrycode@1.6.1 r-clipr@0.8.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://rladies.org/meetupr/
Licenses: Expat
Build system: r
Synopsis: Access Meetup Data
Description:

This package provides programmatic access to the Meetup GraphQL API (<https://www.meetup.com/graphql/>), enabling users to retrieve information about groups, events, and members from Meetup (<https://www.meetup.com/>). Supports authentication via OAuth2 and includes functions for common queries and data manipulation tasks.

r-multisa 0.1.0
Propagated dependencies: r-tmb@1.9.18 r-tinyplot@0.6.0 r-snowfall@1.84-6.3 r-rtmb@1.8 r-rmarkdown@2.30 r-reshape2@1.4.5 r-pbapply@1.7-4 r-gplots@3.2.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://blue-matter.github.io/multiSA/
Licenses: GPL 3+
Build system: r
Synopsis: Multi-Stock Assessment
Description:

Implementation of a next-generation, multi-stock age-structured fisheries assessment model. multiSA is intended for use in mixed fisheries where stock composition can not be readily identified in fishery data alone, e.g., from catch and age/length composition. Models can be fitted to genetic data, e.g., stock composition of catches and close-kin pairs, with seasonal stock availability and movement.

r-maze 0.0.2
Propagated dependencies: r-rcpp@1.1.0 r-pracma@2.4.6 r-numderiv@2016.8-1.1 r-mass@7.3-65 r-foreach@1.5.2 r-flexmix@2.3-20 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/meilinjiang/MAZE
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Mediation Analysis for Zero-Inflated Mediators
Description:

This package provides a novel mediation analysis approach to address zero-inflated mediators containing true zeros and false zeros. See Jiang et al (2023) "A Novel Causal Mediation Analysis Approach for Zero-Inflated Mediators" <arXiv:2301.10064> for more details.

r-morphomap 1.5
Propagated dependencies: r-sp@2.2-0 r-rvcg@0.25 r-rgl@1.3.31 r-oce@1.8-3 r-morpho@2.13 r-mgcv@1.9-4 r-lattice@0.22-7 r-geometry@0.5.2 r-desctools@0.99.60 r-colorramps@2.3.4 r-arothron@2.0.5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=morphomap
Licenses: GPL 2
Build system: r
Synopsis: Morphometric Maps, Bone Landmarking and Cross Sectional Geometry
Description:

Extract cross sections from long bone meshes at specified intervals along the diaphysis. Calculate two and three-dimensional morphometric maps, cross-sectional geometric parameters, and semilandmarks on the periosteal and endosteal contours of each cross section.

r-malaytextr 0.1.3
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.1.6 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/zahiernasrudin/malaytextr
Licenses: Expat
Build system: r
Synopsis: Text Mining for Bahasa Malaysia
Description:

It is designed to work with text written in Bahasa Malaysia. We provide functions and data sets that will make working with Bahasa Malaysia text much easier. For word stemming in particular, we will look up the Malay words in a dictionary and then proceed to remove "extra suffix" as explained in Khan, Rehman Ullah, Fitri Suraya Mohamad, Muh Inam UlHaq, Shahren Ahmad Zadi Adruce, Philip Nuli Anding, Sajjad Nawaz Khan, and Abdulrazak Yahya Saleh Al-Hababi (2017) <https://ijrest.net/vol-4-issue-12.html> . This package includes a dictionary of Malay words that may be used to perform word stemming, a dataset of Malay stop words, a dataset of sentiment words and a dataset of normalized words.

r-maidr 0.2.0
Propagated dependencies: r-xml2@1.5.0 r-shiny@1.11.1 r-rlang@1.1.6 r-r6@2.6.1 r-jsonlite@2.0.0 r-htmlwidgets@1.6.4 r-htmltools@0.5.8.1 r-gridsvg@1.7-7 r-ggplotify@0.1.3 r-ggplot2@4.0.1 r-curl@7.0.0 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/xability/r-maidr
Licenses: GPL 3+
Build system: r
Synopsis: Multimodal Access and Interactive Data Representation
Description:

This package provides accessible, interactive visualizations through the MAIDR (Multimodal Access and Interactive Data Representation) system. Converts ggplot2 and Base R plots into accessible HTML/SVG formats with keyboard navigation, screen reader support, and sonification capabilities. Supports bar charts (simple, grouped, stacked), histograms, line plots, scatter plots, box plots, violin plots, heat maps, density/smooth curves, faceted plots, multi-panel layouts (including patchwork), and multi-layered plot combinations. Enables data exploration for users with visual impairments through multiple sensory modalities. For more details see the MAIDR project <https://maidr.ai/>.

r-megena 1.3.7
Propagated dependencies: r-reshape@0.8.10 r-rcpp@1.1.0 r-matrix@1.7-4 r-igraph@2.2.1 r-ggrepel@0.9.6 r-ggraph@2.2.2 r-ggplot2@4.0.1 r-fpc@2.2-13 r-foreach@1.5.2 r-doparallel@1.0.17 r-cluster@2.1.8.1 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/songw01/MEGENA
Licenses: GPL 3+
Build system: r
Synopsis: Multiscale Clustering of Geometrical Network
Description:

Co-Expression Network Analysis by adopting network embedding technique. Song W.-M., Zhang B. (2015) Multiscale Embedded Gene Co-expression Network Analysis. PLoS Comput Biol 11(11): e1004574. <doi: 10.1371/journal.pcbi.1004574>.

r-ml2pvae 1.0.0.1
Propagated dependencies: r-tfprobability@0.15.2 r-tensorflow@2.20.0 r-reticulate@1.44.1 r-keras@2.16.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://converseg.github.io
Licenses: Expat
Build system: r
Synopsis: Variational Autoencoder Models for IRT Parameter Estimation
Description:

Based on the work of Curi, Converse, Hajewski, and Oliveira (2019) <doi:10.1109/IJCNN.2019.8852333>. This package provides easy-to-use functions which create a variational autoencoder (VAE) to be used for parameter estimation in Item Response Theory (IRT) - namely the Multidimensional Logistic 2-Parameter (ML2P) model. To use a neural network as such, nontrivial modifications to the architecture must be made, such as restricting the nonzero weights in the decoder according to some binary matrix Q. The functions in this package allow for straight-forward construction, training, and evaluation so that minimal knowledge of tensorflow or keras is required.

r-monad 0.1.1
Propagated dependencies: r-s7@0.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mikmart/monad
Licenses: Expat
Build system: r
Synopsis: Operators and Generics for Monads
Description:

Compose generic monadic function pipelines with %>>% and %>-% based on implementing the S7 generics fmap() and bind(). Methods are provided for the built-in list type and the maybe class from the maybe package. The concepts are modelled directly after the Monad typeclass in Haskell, but adapted for idiomatic use in R.

r-mfaces 0.1-4
Propagated dependencies: r-mgcv@1.9-4 r-matrixcalc@1.0-6 r-matrix@1.7-4 r-face@0.1-8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mfaces
Licenses: GPL 3
Build system: r
Synopsis: Fast Covariance Estimation for Multivariate Sparse Functional Data
Description:

Multivariate functional principal component analysis via fast covariance estimation for multivariate sparse functional data or longitudinal data proposed by Li, Xiao, and Luo (2020) <doi: 10.1002/sta4.245>.

r-m3jf 0.1.0
Propagated dependencies: r-snftool@2.3.1 r-mass@7.3-65 r-intersim@2.3.0 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=M3JF
Licenses: GPL 3
Build system: r
Synopsis: Multi-Modal Matrix Joint Factorization for Integrative Multi-Omics Data Analysis
Description:

Multi modality data matrices are factorized conjointly into the multiplication of a shared sub-matrix and multiple modality specific sub-matrices, group sparse constraint is applied to the shared sub-matrix to capture the homogeneous and heterogeneous information, respectively. Then the samples are classified by clustering the shared sub-matrix with kmeanspp(), a new version of kmeans() developed here to obtain concordant results. The package also provides the cluster number estimation by rotation cost. Moreover, cluster specific features could be retrieved using hypergeometric tests.

r-micecondistray 0.1-2
Propagated dependencies: r-sfar@1.0.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/micEcon/micEconDistRay
Licenses: GPL 2+
Build system: r
Synopsis: Econometric Production Analysis with Ray-Based Distance Functions
Description:

Econometric analysis of multiple-input-multiple-output production technologies with ray-based input distance functions as suggested by Price and Henningsen (2022): "A Ray-Based Input Distance Function to Model Zero-Valued Output Quantities: Derivation and an Empirical Application", <https://ideas.repec.org/p/foi/wpaper/2022_03.html>.

r-md-log 0.2.0
Propagated dependencies: r-futile-logger@1.4.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/haghish/md.log
Licenses: Expat
Build system: r
Synopsis: Produces Markdown Log File with a Built-in Function Call
Description:

This package produces clean and neat Markdown log file and also provide an argument to include the function call inside the Markdown log.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457