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

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-bootruin 1.2-4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bootruin
Licenses: AGPL 3
Build system: r
Synopsis: Bootstrap Test for the Probability of Ruin in the Classical Risk Process
Description:

We provide a framework for testing the probability of ruin in the classical (compound Poisson) risk process. It also includes some procedures for assessing and comparing the performance between the bootstrap test and the test using asymptotic normality.

r-basedosdados 0.2.3
Propagated dependencies: r-writexl@1.5.4 r-tibble@3.3.0 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.1.6 r-readr@2.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-httr@1.4.7 r-glue@1.8.0 r-fs@1.6.6 r-dplyr@1.1.4 r-dotenv@1.0.3 r-dbplyr@2.5.1 r-dbi@1.2.3 r-cli@3.6.5 r-bigrquery@1.6.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=basedosdados
Licenses: Expat
Build system: r
Synopsis: 'Base Dos Dados' R Client
Description:

An R interface to the Base dos Dados API <https://basedosdados.org/docs/api_reference_python/>). Authenticate your project, query our tables, save data to disk and memory, all from R.

r-baystability 0.2.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-scales@1.4.0 r-rstiefel@1.0.1 r-rlang@1.1.6 r-mass@7.3-65 r-lme4@1.1-37 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=baystability
Licenses: GPL 2
Build system: r
Synopsis: Bayesian Stability Analysis of Genotype by Environment Interaction (GEI)
Description:

This package performs general Bayesian estimation method of linearâ bilinear models for genotype à environment interaction. The method is explained in Perez-Elizalde, S., Jarquin, D., and Crossa, J. (2011) (<doi:10.1007/s13253-011-0063-9>).

r-bidag 2.1.4
Propagated dependencies: r-rgraphviz@2.54.0 r-rcpp@1.1.0 r-rbgl@1.86.0 r-pcalg@2.7-12 r-matrix@1.7-4 r-graph@1.88.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=BiDAG
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian Inference for Directed Acyclic Graphs
Description:

Implementation of a collection of MCMC methods for Bayesian structure learning of directed acyclic graphs (DAGs), both from continuous and discrete data. For efficient inference on larger DAGs, the space of DAGs is pruned according to the data. To filter the search space, the algorithm employs a hybrid approach, combining constraint-based learning with search and score. A reduced search space is initially defined on the basis of a skeleton obtained by means of the PC-algorithm, and then iteratively improved with search and score. Search and score is then performed following two approaches: Order MCMC, or Partition MCMC. The BGe score is implemented for continuous data and the BDe score is implemented for binary data or categorical data. The algorithms may provide the maximum a posteriori (MAP) graph or a sample (a collection of DAGs) from the posterior distribution given the data. All algorithms are also applicable for structure learning and sampling for dynamic Bayesian networks. References: J. Kuipers, P. Suter, G. Moffa (2022) <doi:10.1080/10618600.2021.2020127>, N. Friedman and D. Koller (2003) <doi:10.1023/A:1020249912095>, J. Kuipers and G. Moffa (2017) <doi:10.1080/01621459.2015.1133426>, M. Kalisch et al. (2012) <doi:10.18637/jss.v047.i11>, D. Geiger and D. Heckerman (2002) <doi:10.1214/aos/1035844981>, P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09>.

r-bigmatch 0.6.4
Propagated dependencies: r-rcbalance@1.8.8 r-plyr@1.8.9 r-mvnfast@0.2.8 r-liqueuer@0.0.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bigmatch
Licenses: Expat
Build system: r
Synopsis: Making Optimal Matching Size-Scalable Using Optimal Calipers
Description:

This package implements optimal matching with near-fine balance in large observational studies with the use of optimal calipers to get a sparse network. The caliper is optimal in the sense that it is as small as possible such that a matching exists. The main functions in the bigmatch package are optcal() to find the optimal caliper, optconstant() to find the optimal number of nearest neighbors, and nfmatch() to find a near-fine balance match with a caliper and a restriction on the number of nearest neighbors. Yu, R., Silber, J. H., and Rosenbaum, P. R. (2020). <DOI:10.1214/19-sts699>.

r-buildsys 1.1.2
Propagated dependencies: r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/pjumppanen/BuildSys
Licenses: GPL 2
Build system: r
Synopsis: System for Building and Debugging C/C++ Dynamic Libraries
Description:

This package provides a build system based on GNU make that creates and maintains (simply) make files in an R session and provides GUI debugging support through Microsoft Visual Code'.

r-bddkr 0.1.1
Propagated dependencies: r-writexl@1.5.4 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/ozancanozdemir/bddkR
Licenses: Expat
Build system: r
Synopsis: Gathering Monthly Banking Sector Data from BDDK of Turkey
Description:

Fetches monthly financial tables and banking sector data published on the official website of the Banking Regulation and Supervision Agency of Turkey and also enables you to save it as an Excel file. It is a R implementation of the Python package <https://pypi.org/project/bddkdata/>.

r-binarygp 0.2
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-nloptr@2.2.1 r-logitnorm@0.8.39 r-lhs@1.2.0 r-gpfit@1.0-9
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=binaryGP
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Fit and Predict a Gaussian Process Model with (Time-Series) Binary Response
Description:

Allows the estimation and prediction for binary Gaussian process model. The mean function can be assumed to have time-series structure. The estimation methods for the unknown parameters are based on penalized quasi-likelihood/penalized quasi-partial likelihood and restricted maximum likelihood. The predicted probability and its confidence interval are computed by Metropolis-Hastings algorithm. More details can be seen in Sung et al (2017) <arXiv:1705.02511>.

r-bayesianlasso 0.3.6
Propagated dependencies: r-rcppnumerical@0.6-0 r-rcppeigen@0.3.4.0.2 r-rcppclock@1.1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://garthtarr.github.io/BayesianLasso/
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Lasso Regression and Tools for the Lasso Distribution
Description:

This package implements Bayesian Lasso regression using efficient Gibbs sampling algorithms, including modified versions of the Hans and Parkâ Casella (PC) samplers. Includes functions for working with the Lasso distribution, such as its density, cumulative distribution, quantile, and random generation functions, along with moment calculations. Also includes a function to compute the Mills ratio. Designed for sparse linear models and suitable for high-dimensional regression problems.

r-blockwiseranktest 0.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BlockwiseRankTest
Licenses: GPL 2+
Build system: r
Synopsis: Block-Wise Rank in Similarity Graph Edge-Count Two-Sample Test (BRISE)
Description:

This package implements the Block-wise Rank in Similarity Graph Edge-count test (BRISE), a rank-based two-sample test designed for block-wise missing data. The method constructs (pattern) pair-wise similarity graphs and derives quadratic test statistics with asymptotic chi-square distribution or permutation-based p-values. It provides both vectorized and congregated versions for flexible inference. The methodology is described in Zhang, Liang, Maile, and Zhou (2025) <doi:10.48550/arXiv.2508.17411>.

r-bayeswatch 0.1.4
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-matrix@1.7-4 r-mass@7.3-65 r-hotelling@1.0-8 r-gridextra@2.3 r-ggplot2@4.0.1 r-ess@1.1.2.1 r-cholwishart@1.1.4 r-bh@1.87.0-1 r-bdgraph@2.74
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bayesWatch
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Change-Point Detection for Process Monitoring with Fault Detection
Description:

Bayes Watch fits an array of Gaussian Graphical Mixture Models to groupings of homogeneous data in time, called regimes, which are modeled as the observed states of a Markov process with unknown transition probabilities. In doing so, Bayes Watch defines a posterior distribution on a vector of regime assignments, which gives meaningful expressions on the probability of every possible change-point. Bayes Watch also allows for an effective and efficient fault detection system that assesses what features in the data where the most responsible for a given change-point. For further details, see: Alexander C. Murph et al. (2023) <doi:10.48550/arXiv.2310.02940>.

r-birk 2.1.2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=birk
Licenses: GPL 3
Build system: r
Synopsis: MA Birk's Functions
Description:

Collection of tools to make R more convenient. Includes tools to summarize data using statistics not available with base R and manipulate objects for analyses.

r-bluecarbon 0.1.1
Propagated dependencies: r-reshape@0.8.10 r-gridextra@2.3 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://github.com/EcologyR/BlueCarbon
Licenses: GPL 3+
Build system: r
Synopsis: Estimation of Organic Carbon Stocks and Sequestration Rates from Soil Core Data
Description:

This package provides tools to estimate soil organic carbon stocks and sequestration rates in blue carbon ecosystems. BlueCarbon contains functions to estimate and correct for core compaction, estimate sample thickness, estimate organic carbon content from organic matter content, estimate organic carbon stocks and sequestration rates, and visualize the error of carbon stock extrapolation.

r-betaper 1.1-3
Propagated dependencies: r-vegan@2.7-2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=betaper
Licenses: GPL 2+
Build system: r
Synopsis: Taxonomic Uncertainty on Multivariate Analyses of Ecological Data
Description:

Permutational method to incorporate taxonomic uncertainty and some functions to assess its effects on parameters of some widely used multivariate methods in ecology, as explained in Cayuela et al. (2011) <doi:10.1111/j.1600-0587.2009.05899.x>.

r-bggm 2.1.6
Propagated dependencies: r-sna@2.8 r-reshape@0.8.10 r-rdpack@2.6.4 r-rcppprogress@0.4.2 r-rcppdist@0.1.1.1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-network@1.19.0 r-mvnfast@0.2.8 r-mass@7.3-65 r-ggridges@0.5.7 r-ggplot2@4.0.1 r-ggally@2.4.0 r-bfpack@1.5.3
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://rast-lab.github.io/BGGM/
Licenses: GPL 2
Build system: r
Synopsis: Bayesian Gaussian Graphical Models
Description:

Fit Bayesian Gaussian graphical models. The methods are separated into two Bayesian approaches for inference: hypothesis testing and estimation. There are extensions for confirmatory hypothesis testing, comparing Gaussian graphical models, and node wise predictability. These methods were recently introduced in the Gaussian graphical model literature, including Williams (2019) <doi:10.31234/osf.io/x8dpr>, Williams and Mulder (2019) <doi:10.31234/osf.io/ypxd8>, Williams, Rast, Pericchi, and Mulder (2019) <doi:10.31234/osf.io/yt386>.

r-bigsimr 0.12.0
Dependencies: julia@1.8.5
Propagated dependencies: r-juliacall@0.17.6
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/SchisslerGroup/r-bigsimr
Licenses: GPL 3
Build system: r
Synopsis: Fast Generation of High-Dimensional Random Vectors
Description:

Simulate multivariate data with arbitrary marginal distributions. bigsimr is a package for simulating high-dimensional multivariate data with a target correlation and arbitrary marginal distributions via Gaussian copula. It utilizes the Julia package Bigsimr.jl for its core routines.

r-bedmatrix 2.0.4
Propagated dependencies: r-crochet@2.3.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/QuantGen/BEDMatrix
Licenses: Expat
Build system: r
Synopsis: Extract Genotypes from a PLINK .bed File
Description:

This package provides a matrix-like data structure that allows for efficient, convenient, and scalable subsetting of binary genotype/phenotype files generated by PLINK (<https://www.cog-genomics.org/plink2>), the whole genome association analysis toolset, without loading the entire file into memory.

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-brea 0.4.2
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=brea
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Recurrent Events Analysis
Description:

This package provides functions to produce MCMC samples for posterior inference in semiparametric Bayesian discrete time competing risks recurrent events models and multistate models.

r-brace 0.1.0
Propagated dependencies: r-survminer@0.5.1 r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BRACE
Licenses: GPL 3+
Build system: r
Synopsis: Bias Reduction Through Analysis of Competing Events (BRACE)
Description:

Adjusting the bias due to residual confounding (often called treatment selection bias) in estimating the treatment effect in a proportional hazard model, as described in Williamson et al. (2022) <doi:10.1158/1078-0432.ccr-21-2468>.

r-bor 0.1.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bor
Licenses: GPL 3
Build system: r
Synopsis: Transforming Behavioral Observation Records into Data Matrices
Description:

Transforms focal observations data, where different types of social interactions can be recorded by multiple observers, into asymmetric data matrices. Each cell in these matrices provides counts on the number of times a specific type of social interaction was initiated by the row subject and directed to the column subject.

r-botor 0.4.1
Propagated dependencies: r-reticulate@1.44.1 r-logger@0.4.1 r-jsonlite@2.0.0 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://daroczig.github.io/botor/
Licenses: AGPL 3
Build system: r
Synopsis: 'AWS Python SDK' ('boto3') for R
Description:

Fork-safe, raw access to the Amazon Web Services ('AWS') SDK via the boto3 Python module, and convenient helper functions to query the Simple Storage Service ('S3') and Key Management Service ('KMS'), partial support for IAM', the Systems Manager Parameter Store and Secrets Manager'.

r-bayesiantools 0.1.8
Propagated dependencies: r-tmvtnorm@1.7 r-rcpp@1.1.0 r-numderiv@2016.8-1.1 r-mvtnorm@1.3-3 r-msm@1.8.2 r-matrix@1.7-4 r-mass@7.3-65 r-idpmisc@1.1.21 r-gap@1.6 r-emulator@1.2-24 r-ellipse@0.5.0 r-dharma@0.4.7 r-coda@0.19-4.1 r-bridgesampling@1.2-1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/florianhartig/BayesianTools
Licenses: GPL 3
Build system: r
Synopsis: General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics
Description:

General-purpose MCMC and SMC samplers, as well as plot and diagnostic functions for Bayesian statistics, with a particular focus on calibrating complex system models. Implemented samplers include various Metropolis MCMC variants (including adaptive and/or delayed rejection MH), the T-walk, two differential evolution MCMCs, two DREAM MCMCs, and a sequential Monte Carlo (SMC) particle filter.

r-bmrmm 1.0.1
Propagated dependencies: r-pracma@2.4.6 r-multicool@1.0.1 r-mcmcpack@1.7-1 r-logofgamma@0.0.1 r-fields@17.1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=BMRMM
Licenses: Expat
Build system: r
Synopsis: An Implementation of the Bayesian Markov (Renewal) Mixed Models
Description:

The Bayesian Markov renewal mixed models take sequentially observed categorical data with continuous duration times, being either state duration or inter-state duration. These models comprehensively analyze the stochastic dynamics of both state transitions and duration times under the influence of multiple exogenous factors and random individual effect. The default setting flexibly models the transition probabilities using Dirichlet mixtures and the duration times using gamma mixtures. It also provides the flexibility of modeling the categorical sequences using Bayesian Markov mixed models alone, either ignoring the duration times altogether or dividing duration time into multiples of an additional category in the sequence by a user-specific unit. The package allows extensive inference of the state transition probabilities and the duration times as well as relevant plots and graphs. It also includes a synthetic data set to demonstrate the desired format of input data set and the utility of various functions. Methods for Bayesian Markov renewal mixed models are as described in: Abhra Sarkar et al., (2018) <doi:10.1080/01621459.2018.1423986> and Yutong Wu et al., (2022) <doi:10.1093/biostatistics/kxac050>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457