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

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-bdsvd 1.2.1
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-matrixstats@1.5.0 r-irlba@2.3.5.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bdsvd
Licenses: GPL 2+
Build system: r
Synopsis: Block Structure Detection Using Singular Vectors
Description:

This package provides methods to perform block diagonal covariance matrix detection using singular vectors ('BD-SVD'), which can be extended to inherently sparse principal component analysis ('IS-PCA'). The methods are described in Bauer (2025) <doi:10.1080/10618600.2024.2422985> and Bauer (2026) <doi:10.48550/arXiv.2510.03729>.

r-bsnsing 1.0.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bsnsing
Licenses: GPL 3
Build system: r
Synopsis: Build Decision Trees with Optimal Multivariate Splits
Description:

This package provides functions for training an optimal decision tree classifier, making predictions and generating latex code for plotting. Works for two-class and multi-class classification problems. The algorithm seeks the optimal Boolean rule consisting of multiple variables to split a node, resulting in shorter trees. Use bsnsing() to build a tree, predict() to make predictions and plot() to plot the tree into latex and PDF. See Yanchao Liu (2022) <arXiv:2205.15263> for technical details. Source code and more data sets are at <https://github.com/profyliu/bsnsing/>.

r-bytescircle 1.1.2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bytescircle
Licenses: GPL 3
Build system: r
Synopsis: Statistics About Bytes Contained in a File as a Circle Plot
Description:

Shows statistics about bytes contained in a file as a circle graph of deviations from mean in sigma increments. The function can be useful for statistically analyze the content of files in a glimpse: text files are shown as a green centered crown, compressed and encrypted files should be shown as equally distributed variations with a very low CV (sigma/mean), and other types of files can be classified between these two categories depending on their text vs binary content, which can be useful to quickly determine how information is stored inside them (databases, multimedia files, etc).

r-bsearchtools 0.0.61
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/digEmAll/bsearchtools
Licenses: GPL 2+
Build system: r
Synopsis: Binary Search Tools
Description:

Exposes the binary search functions of the C++ standard library (std::lower_bound, std::upper_bound) plus other convenience functions, allowing faster lookups on sorted vectors.

r-bas 2.0.2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://merliseclyde.github.io/BAS/
Licenses: GPL 3+
Build system: r
Synopsis: Bayesian Variable Selection and Model Averaging using Bayesian Adaptive Sampling
Description:

Package for Bayesian Variable Selection and Model Averaging in linear models and generalized linear models using stochastic or deterministic sampling without replacement from posterior distributions. Prior distributions on coefficients are from Zellner's g-prior or mixtures of g-priors corresponding to the Zellner-Siow Cauchy Priors or the mixture of g-priors from Liang et al (2008) <DOI:10.1198/016214507000001337> for linear models or mixtures of g-priors from Li and Clyde (2019) <DOI:10.1080/01621459.2018.1469992> in generalized linear models. Other model selection criteria include AIC, BIC and Empirical Bayes estimates of g. Sampling probabilities may be updated based on the sampled models using sampling w/out replacement or an efficient MCMC algorithm which samples models using a tree structure of the model space as an efficient hash table. See Clyde, Ghosh and Littman (2010) <DOI:10.1198/jcgs.2010.09049> for details on the sampling algorithms. Uniform priors over all models or beta-binomial prior distributions on model size are allowed, and for large p truncated priors on the model space may be used to enforce sampling models that are full rank. The user may force variables to always be included in addition to imposing constraints that higher order interactions are included only if their parents are included in the model. This material is based upon work supported by the National Science Foundation under Division of Mathematical Sciences grant 1106891. 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 National Science Foundation.

r-bigqf 1.6
Propagated dependencies: r-svd@0.5.8 r-matrix@1.7-4 r-coxme@2.2-22 r-compquadform@1.4.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/tslumley/bigQF
Licenses: GPL 2
Build system: r
Synopsis: Quadratic Forms in Large Matrices
Description:

This package provides a computationally-efficient leading-eigenvalue approximation to tail probabilities and quantiles of large quadratic forms, in particular for the Sequence Kernel Association Test (SKAT) used in genomics <doi:10.1002/gepi.22136>. Also provides stochastic singular value decomposition for dense or sparse matrices.

r-bayesiannetwork 0.4
Propagated dependencies: r-shinywidgets@0.9.1 r-shinydashboard@0.7.3 r-shinyace@0.4.4 r-shiny@1.11.1 r-rintrojs@0.3.4 r-plotly@4.11.0 r-networkd3@0.4.1 r-lattice@0.22-7 r-heatmaply@1.6.0 r-bnlearn@5.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/paulgovan/bayesiannetwork
Licenses: FSDG-compatible
Build system: r
Synopsis: Bayesian Network Modeling and Analysis
Description:

This package provides a "Shiny"" web application for creating interactive Bayesian Network models, learning the structure and parameters of Bayesian networks, and utilities for classic network analysis.

r-batchscr 0.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=batchscr
Licenses: Expat
Build system: r
Synopsis: Batch Script Helpers
Description:

Handy frameworks, such as error handling and log generation, for batch scripts. Use case: in scripts running in remote servers, set error handling mechanism for downloading and uploading and record operation log.

r-blockedff 0.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=blockedFF
Licenses: GPL 3
Build system: r
Synopsis: Generation of Blocked Fractional Factorial Designs (Two-Level and Three-Level)
Description:

This package provides computational tools to generate efficient blocked and unblocked fractional factorial designs for two-level and three-level factors using the generalized Minimum Aberration (MA) criterion and related optimization algorithms. Methodological foundations include the general theory of minimum aberration as described by Cheng and Tang (2005) <doi:10.1214/009053604000001228>, and the catalogue of three-level regular fractional factorial designs developed by Xu (2005) <doi:10.1007/s00184-005-0408-x>. The main functions dol2() and dol3() generate blocked two-level and three-level fractional factorial designs, respectively, using beam search, optimization-based ranking, confounding assessment, and structured output suitable for complete factorial situations.

r-bayesarimax 0.1.1
Propagated dependencies: r-forecast@8.24.0 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BayesARIMAX
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Estimation of ARIMAX Model
Description:

The Autoregressive Integrated Moving Average (ARIMA) model is very popular univariate time series model. Its application has been widened by the incorporation of exogenous variable(s) (X) in the model and modified as ARIMAX by Bierens (1987) <doi:10.1016/0304-4076(87)90086-8>. In this package we estimate the ARIMAX model using Bayesian framework.

r-bartmachinejars 1.2.2
Dependencies: openjdk@25
Propagated dependencies: r-rjava@1.0-11
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bartMachineJARs
Licenses: GPL 3
Build system: r
Synopsis: bartMachine JARs
Description:

These are bartMachine's Java dependency libraries. Note: this package has no functionality of its own and should not be installed as a standalone package without bartMachine.

r-bintools 0.2.0
Propagated dependencies: r-tibble@3.3.0 r-stringi@1.8.7 r-stanheaders@2.32.10 r-rstantools@2.5.0 r-rstan@2.32.7 r-rcppparallel@5.1.11-1 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-mvtnorm@1.3-3 r-dplyr@1.1.4 r-combinat@0.0-8 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BINtools
Licenses: GPL 3
Build system: r
Synopsis: Bayesian BIN (Bias, Information, Noise) Model of Forecasting
Description:

This package provides a recently proposed Bayesian BIN model disentangles the underlying processes that enable forecasters and forecasting methods to improve, decomposing forecasting accuracy into three components: bias, partial information, and noise. By describing the differences between two groups of forecasters, the model allows the user to carry out useful inference, such as calculating the posterior probabilities of the treatment reducing bias, diminishing noise, or increasing information. It also provides insight into how much tamping down bias and noise in judgment or enhancing the efficient extraction of valid information from the environment improves forecasting accuracy. This package provides easy access to the BIN model. For further information refer to the paper Ville A. Satopää, Marat Salikhov, Philip E. Tetlock, and Barbara Mellers (2021) "Bias, Information, Noise: The BIN Model of Forecasting" <doi:10.1287/mnsc.2020.3882>.

r-blandr 0.6.0
Dependencies: pandoc@2.19.2
Propagated dependencies: r-stringr@1.6.0 r-rmarkdown@2.30 r-markdown@2.0 r-knitr@1.50 r-jmvcore@2.7.7 r-glue@1.8.0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/deepankardatta/blandr/
Licenses: GPL 3
Build system: r
Synopsis: Bland-Altman Method Comparison
Description:

Carries out Bland Altman analyses (also known as a Tukey mean-difference plot) as described by JM Bland and DG Altman in 1986 <doi:10.1016/S0140-6736(86)90837-8>. This package was created in 2015 as existing Bland-Altman analysis functions did not calculate confidence intervals. This package was created to rectify this, and create reproducible plots. This package is also available as a module for the jamovi statistical spreadsheet (see <https://www.jamovi.org> for more information).

r-bayesrel 0.7.8
Propagated dependencies: r-rdpack@2.6.4 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-psych@2.5.6 r-mass@7.3-65 r-lavaan@0.6-20 r-laplacesdemon@16.1.6 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/juliuspfadt/Bayesrel
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Reliability Estimation
Description:

Functionality for reliability estimates. For unidimensional tests: Coefficient alpha, Guttman's lambda-2/-4/-6, the Greatest lower bound and coefficient omega_u ('unidimensional') in a Bayesian and a frequentist version. For multidimensional tests: omega_t (total) and omega_h (hierarchical). The results include confidence and credible intervals, the probability of a coefficient being larger than a cutoff, and a check for the factor models, necessary for the omega coefficients. The method for the Bayesian unidimensional estimates, except for omega_u, is sampling from the posterior inverse Wishart for the covariance matrix based measures (see Murphy', 2007, <https://groups.seas.harvard.edu/courses/cs281/papers/murphy-2007.pdf>. The Bayesian omegas (u, t, and h) are obtained by Gibbs sampling from the conditional posterior distributions of (1) the single factor model, (2) the second-order factor model, (3) the bi-factor model, (4) the correlated factor model ('Lee', 2007, <doi:10.1002/9780470024737>).

r-bfcluster 1.0.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bfcluster
Licenses: Expat
Build system: r
Synopsis: Buttler-Fickel Distance and R2 for Mixed-Scale Cluster Analysis
Description:

This package implements the distance measure for mixed-scale variables proposed by Buttler and Fickel (1995), based on normalized mean pairwise distances (Gini mean difference), and an R2 statistic to assess clustering quality.

r-bsgw 0.9.4
Propagated dependencies: r-survival@3.8-3 r-mfusampler@1.1.0 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BSGW
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian Survival Model with Lasso Shrinkage Using Generalized Weibull Regression
Description:

Bayesian survival model using Weibull regression on both scale and shape parameters. Dependence of shape parameter on covariates permits deviation from proportional-hazard assumption, leading to dynamic - i.e. non-constant with time - hazard ratios between subjects. Bayesian Lasso shrinkage in the form of two Laplace priors - one for scale and one for shape coefficients - allows for many covariates to be included. Cross-validation helper functions can be used to tune the shrinkage parameters. Monte Carlo Markov Chain (MCMC) sampling using a Gibbs wrapper around Radford Neal's univariate slice sampler (R package MfUSampler) is used for coefficient estimation.

r-biostats101 0.1.1
Propagated dependencies: r-tidyr@1.3.1 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=biostats101
Licenses: Expat
Build system: r
Synopsis: Practical Functions for Biostatistics Beginners
Description:

This package provides a set of user-friendly functions designed to fill gaps in existing introductory biostatistics R tools, making it easier for newcomers to perform basic biostatistical analyses without needing advanced programming skills. The methods implemented in this package are based on the works: Connor (1987) <doi:10.2307/2531961> Fleiss, Levin, & Paik (2013, ISBN:978-1-118-62561-3) Levin & Chen (1999) <doi:10.1080/00031305.1999.10474431> McNemar (1947) <doi:10.1007/BF02295996>.

r-baselinenowcast 0.2.0
Propagated dependencies: r-rlang@1.1.6 r-purrr@1.2.0 r-cli@3.6.5 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/epinowcast/baselinenowcast
Licenses: Expat
Build system: r
Synopsis: Baseline Nowcasting for Right-Truncated Epidemiological Data
Description:

Nowcasting right-truncated epidemiological data is critical for timely public health decision-making, as reporting delays can create misleading impressions of declining trends in recent data. This package provides nowcasting methods based on using empirical delay distributions and uncertainty from past performance. It is also designed to be used as a baseline method for developers of new nowcasting methods. For more details on the performance of the method(s) in this package applied to case studies of COVID-19 and norovirus, see our recent paper at <https://wellcomeopenresearch.org/articles/10-614>. The package supports standard data frame inputs with reference date, report date, and count columns, as well as the direct use of reporting triangles, and is compatible with epinowcast objects. Alongside an opinionated default workflow, it has a low-level pipe-friendly modular interface, allowing context-specific workflows. It can accommodate a wide spectrum of reporting schedules, including mixed patterns of reference and reporting (daily-weekly, weekly-daily). It also supports sharing delay distributions and uncertainty estimates between strata, as well as custom uncertainty models and delay estimation methods.

r-bla 1.0.2
Propagated dependencies: r-numderiv@2016.8-1.1 r-mvtnorm@1.3-3 r-mass@7.3-65 r-data-table@1.17.8 r-concaveman@1.2.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://chawezimiti.github.io/BLA/
Licenses: GPL 3+
Build system: r
Synopsis: Boundary Line Analysis
Description:

Fits boundary line models to datasets as proposed by Webb (1972) <doi:10.1080/00221589.1972.11514472> and makes statistical inferences about their parameters. Provides additional tools for testing datasets for evidence of boundary presence and selecting initial starting values for model optimization prior to fitting the boundary line models. It also includes tools for conducting post-hoc analyses such as predicting boundary values and identifying the most limiting factor (Miti, Milne, Giller, Lark (2024) <doi:10.1016/j.fcr.2024.109365>). This ensures a comprehensive analysis for datasets that exhibit upper boundary structures.

r-bs4dash 2.3.5
Propagated dependencies: r-waiter@0.2.5-1.927501b r-shiny@1.11.1 r-rlang@1.1.6 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-httpuv@1.6.16 r-htmltools@0.5.8.1 r-fresh@0.2.2 r-cli@3.6.5 r-bslib@0.9.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/RinteRface/bs4Dash
Licenses: GPL 2+ FSDG-compatible
Build system: r
Synopsis: 'Bootstrap 4' Version of 'shinydashboard'
Description:

Make Bootstrap 4 Shiny dashboards. Use the full power of AdminLTE3', a dashboard template built on top of Bootstrap 4 <https://github.com/ColorlibHQ/AdminLTE>.

r-brokenadaptiveridge 1.0.2
Propagated dependencies: r-parallellogger@3.5.1 r-cyclops@3.7.0 r-bit64@4.6.0-1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BrokenAdaptiveRidge
Licenses: ASL 2.0
Build system: r
Synopsis: Broken Adaptive Ridge Regression with Cyclops
Description:

Approximates best-subset selection (L0) regression with an iteratively adaptive Ridge (L2) penalty for large-scale models. This package uses Cyclops for an efficient implementation and the iterative method is described in Kawaguchi et al (2020) <doi:10.1002/sim.8438> and Li et al (2021) <doi:10.1016/j.jspi.2020.12.001>.

r-bunchr 1.2.1
Propagated dependencies: r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/trilnick/bunchr
Licenses: Expat
Build system: r
Synopsis: Analyze Bunching in a Kink or Notch Setting
Description:

View and analyze data where bunching is expected. Estimate counter- factual distributions. For earnings data, estimate the compensated elasticity of earnings w.r.t. the net-of-tax rate.

r-bivrec 1.2.1
Propagated dependencies: r-survival@3.8-3 r-stringr@1.6.0 r-rcpp@1.1.0 r-mass@7.3-65 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/SandraCastroPearson/BivRec
Licenses: GPL 3
Build system: r
Synopsis: Bivariate Alternating Recurrent Event Data Analysis
Description:

This package provides a collection of models for bivariate alternating recurrent event data analysis. Includes non-parametric and semi-parametric methods.

r-boostrq 1.0.0
Propagated dependencies: r-stabs@0.6-4 r-quantreg@6.1 r-mboost@2.9-11 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/stefanlinner/boostrq
Licenses: GPL 2+
Build system: r
Synopsis: Boosting Regression Quantiles
Description:

Boosting Regression Quantiles is a component-wise boosting algorithm, that embeds all boosting steps in the well-established framework of quantile regression. It is initialized with the corresponding quantile, uses a quantile-specific learning rate, and uses quantile regression as its base learner. The package implements this algorithm and allows cross-validation and stability selection.

Total packages: 69239