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

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-shewhartr 1.3.0
Propagated dependencies: r-tidyselect@1.2.1 r-tibble@3.3.1 r-slider@0.3.3 r-rlang@1.2.0 r-purrr@1.2.2 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cli@3.6.6 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://castlaboratory.github.io/shewhartr/
Licenses: GPL 3
Build system: r
Synopsis: Statistical Process Control with Tidyverse-Native Workflows
Description:

This package provides a comprehensive toolkit for Statistical Process Control (SPC) that combines the rigor of classical Shewhart methodology with modern tidyverse-native interfaces. Provides classical control charts for variables (I-MR, Xbar-R, Xbar-S) and attributes (p, np, c, u), as well as regression-based control charts for processes with trend. Includes Nelson runs tests, Average Run Length (ARL) simulation, process capability indices with bootstrap confidence intervals, Box-Cox transformation guidance, and a clean Phase I / Phase II workflow. All chart objects integrate with broom via tidy', glance and augment methods. References: Shewhart (1931, ISBN:0-87389-076-0); Montgomery (2019, ISBN:978-1-119-39930-8); Nelson (1984) <doi:10.1080/00224065.1984.11978921>; Woodall (2000) <doi:10.1080/00224065.2000.11980013>; Box & Cox (1964) <doi:10.1111/j.2517-6161.1964.tb00553.x>.

r-segregation 1.1.0
Propagated dependencies: r-rcppprogress@0.4.2 r-rcpp@1.1.1-1.1 r-data-table@1.18.4 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://elbersb.github.io/segregation/
Licenses: Expat
Build system: r
Synopsis: Entropy-Based Segregation Indices
Description:

Computes segregation indices, including the Index of Dissimilarity, as well as the information-theoretic indices developed by Theil (1971) <isbn:978-0471858454>, namely the Mutual Information Index (M) and Theil's Information Index (H). The M, further described by Mora and Ruiz-Castillo (2011) <doi:10.1111/j.1467-9531.2011.01237.x> and Frankel and Volij (2011) <doi:10.1016/j.jet.2010.10.008>, is a measure of segregation that is highly decomposable. The package provides tools to decompose the index by units and groups (local segregation), and by within and between terms. The package also provides a method to decompose differences in segregation as described by Elbers (2021) <doi:10.1177/0049124121986204>. The package includes standard error estimation by bootstrapping, which also corrects for small sample bias. The package also contains functions for visualizing segregation patterns.

r-schrute 1.0.1
Propagated dependencies: r-magrittr@2.0.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/bradlindblad/schrute
Licenses: Expat
Build system: r
Synopsis: The Entire Transcript from the Office in Tidy Format
Description:

The complete scripts from the American version of the Office television show in tibble format. Use this package to analyze and have fun with text from the best series of all time.

r-stabilityapp 0.1.0
Propagated dependencies: r-stability@0.6.0 r-shinydashboardplus@2.0.6 r-shinybs@0.65.0 r-shiny@1.13.0 r-patchwork@1.3.2 r-gridextra@2.3 r-dt@0.34.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=StabilityApp
Licenses: GPL 3
Build system: r
Synopsis: Stability Analysis App for GEI in Multi-Environment Trials
Description:

This package provides tools for Genotype by Environment Interaction (GEI) analysis, using statistical models and visualizations to assess genotype performance across environments. It helps researchers explore interaction effects, stability, and adaptability in multi-environment trials, identifying the best-performing genotypes in different conditions. Which Win Where!

r-scoutbar 0.2.5
Propagated dependencies: r-shiny@1.13.0 r-reactr@0.6.1 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=scoutbaR
Licenses: Expat
Build system: r
Synopsis: Spotlight 'React' Widget for 'shiny' Apps
Description:

This package creates a contextual menu that can be triggered with keyboard shortcuts or programmatically. This can replace traditional sidebars or navigation bars, thereby enhancing the user experience with lighter user interfaces.

r-stors 1.0.1
Propagated dependencies: r-rlang@1.2.0 r-microbenchmark@1.5.0 r-digest@0.6.39 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://ahmad-alqabandi.github.io/stors/
Licenses: Expat
Build system: r
Synopsis: Step Optimised Rejection Sampling
Description:

Fast and efficient sampling from general univariate probability density functions. Implements a rejection sampling approach designed to take advantage of modern CPU caches and minimise evaluation of the target density for most samples. Many standard densities are internally implemented in C for high performance, with general user defined densities also supported. A paper describing the methodology will be released soon.

r-sirmcmc 1.1.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SIRmcmc
Licenses: GPL 2+
Build system: r
Synopsis: Compartmental Susceptible-Infectious-Recovered (SIR) Model of Community and Household Infection
Description:

We build an Susceptible-Infectious-Recovered (SIR) model where the rate of infection is the sum of the household rate and the community rate. We estimate the posterior distribution of the parameters using the Metropolis algorithm. Further details may be found in: F Scott Dahlgren, Ivo M Foppa, Melissa S Stockwell, Celibell Y Vargas, Philip LaRussa, Carrie Reed (2021) "Household transmission of influenza A and B within a prospective cohort during the 2013-2014 and 2014-2015 seasons" <doi:10.1002/sim.9181>.

r-semipar-depcens 0.1.3
Propagated dependencies: r-survival@3.8-6 r-pbivnorm@0.6.0 r-foreach@1.5.2 r-doparallel@1.0.17 r-copula@1.1-7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/Nago2020/SemiPar.depCens
Licenses: GPL 3
Build system: r
Synopsis: Copula Based Cox Proportional Hazards Models for Dependent Censoring
Description:

Copula based Cox proportional hazards models for survival data subject to dependent censoring. This approach does not assume that the parameter defining the copula is known. The dependency parameter is estimated with other finite model parameters by maximizing a Pseudo likelihood function. The cumulative hazard function is estimated via estimating equations derived based on martingale ideas. Available copula functions include Frank, Gumbel and Normal copulas. Only Weibull and lognormal models are allowed for the censoring model, even though any parametric model that satisfies certain identifiability conditions could be used. Implemented methods are described in the article "Copula based Cox proportional hazards models for dependent censoring" by Deresa and Van Keilegom (2024) <doi:10.1080/01621459.2022.2161387>.

r-sorcering 1.2.3
Propagated dependencies: r-rdpack@2.6.6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mathjaxr@2.0-0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sorcering
Licenses: GPL 2+
Build system: r
Synopsis: Soil Organic Carbon and CN Ratio Driven Nitrogen Modelling Framework
Description:

Can be used to model the fate of soil organic carbon and soil organic nitrogen and to calculate N mineralisation rates. Provides a framework that numerically solves differential equations of soil organic carbon models based on first-order kinetics and extends these models to include the nitrogen component. The name sorcering is an acronym for Soil ORganic Carbon & CN Ratio drIven Nitrogen modellinG framework'.

r-smoothwin 3.0.1
Propagated dependencies: r-rfast@2.1.5.2 r-nlme@3.1-169
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://doi.org/10.1093/bioinformatics/btz744
Licenses: LGPL 2.0+
Build system: r
Synopsis: Soft Windowing for Linear and Non-Linear Models
Description:

Fits symmetric soft windowing to linear and non-linear models by assigning exponential weights over time around specified modes; bandwidth and sharpness of the windows are chosen by a grid search and comparison diagnostics (Hamed Haselimashhadi et al (2019) <doi:10.1093/bioinformatics/btz744>).

r-sdclog 0.5.1
Propagated dependencies: r-mathjaxr@2.0-0 r-data-table@1.18.4 r-cli@3.6.6 r-checkmate@2.3.4 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/matthiasgomolka/sdcLog
Licenses: GPL 3
Build system: r
Synopsis: Tools for Statistical Disclosure Control in Research Data Centers
Description:

This package provides tools for researchers to explicitly show that their results comply to rules for statistical disclosure control imposed by research data centers. These tools help in checking descriptive statistics and models and in calculating extreme values that are not individual data. Also included is a simple function to create log files. The methods used here are described in the "Guidelines for the checking of output based on microdata research" by Bond, Brandt, and de Wolf (2015) <https://cros.ec.europa.eu/system/files/2024-02/Output-checking-guidelines.pdf>.

r-sanitizers 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/eddelbuettel/sanitizers
Licenses: GPL 2+
Build system: r
Synopsis: C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers
Description:

Recent gcc and clang compiler versions provide functionality to test for memory violations and other undefined behaviour; this is often referred to as "Address Sanitizer" (or ASAN') and "Undefined Behaviour Sanitizer" ('UBSAN'). The Writing R Extension manual describes this in some detail in Section 4.3 title "Checking Memory Access". . This feature has to be enabled in the corresponding binary, eg in R, which is somewhat involved as it also required a current compiler toolchain which is not yet widely available, or in the case of Windows, not available at all (via the common Rtools mechanism). . As an alternative, pre-built Docker containers such as the Rocker container r-devel-san or the multi-purpose container r-debug can be used. . This package then provides a means of testing the compiler setup as the known code failures provides in the sample code here should be detected correctly, whereas a default build of R will let the package pass. . The code samples are based on the examples from the Address Sanitizer Wiki at <https://github.com/google/sanitizers/wiki>.

r-sparselm 0.5
Propagated dependencies: r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/smith-group/sparseLM
Licenses: GPL 2
Build system: r
Synopsis: Interface to the 'sparseLM' Levenberg-Marquardt Library
Description:

This package provides an R interface to the sparseLM C library for large-scale nonlinear least squares problems with arbitrarily sparse Jacobians. The underlying solver implements a sparse variant of the Levenberg-Marquardt algorithm for minimizing sum-of-squares objective functions, supports user-supplied analytic Jacobians or finite-difference approximation, and is designed to exploit sparsity for improved memory use and performance. This package exposes the solver in R and uses sparse matrix classes and the CHOLMOD sparse Cholesky factorization routines through the Matrix package interface. Methods from the C library are described in Lourakis (2010) <doi:10.1007/978-3-642-15552-9_4>.

r-spatialinference 0.1.0
Propagated dependencies: r-tibble@3.3.1 r-sf@1.1-1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-magrittr@2.0.5 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/axlehner/SpatialInference
Licenses: GPL 3+
Build system: r
Synopsis: Tools for Statistical Inference with Geo-Coded Data
Description:

Fast computation of Conley (1999) <doi:10.1016/S0304-4076(98)00084-0> spatial heteroskedasticity and autocorrelation consistent (HAC) standard errors for linear regression models with geo-coded data, with a fast C++ implementation by Christensen, Hartman, and Samii (2021) <doi:10.1017/S0020818321000187>. Performance-critical distance calculations, kernel weighting, and variance component accumulation are implemented in C++ via Rcpp and RcppArmadillo'. Includes tools for estimating the spatial correlation range from covariograms and correlograms following the bandwidth selection method proposed in Lehner (2026) <doi:10.48550/arXiv.2603.03997>, and diagnostic visualizations for bandwidth selection.

r-survivaltests 1.0
Propagated dependencies: r-weibullness@1.24.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SurvivalTests
Licenses: GPL 2+
Build system: r
Synopsis: Survival Tests for One-Way Layout
Description:

This package performs survival analysis for one-way layout. The package includes the generalized test for survival ANOVA (Tsui and Weerahandi (1989) <doi:10.2307/2289949> and (Weerahandi, 2004; ISBN:978-0471470175)). It also performs pairwise comparisons and graphical approaches. Moreover, it assesses the weibullness of data in each group via test. The package computes mean and confidence interval under Weibull distribution.

r-settest 0.3.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SetTest
Licenses: GPL 2
Build system: r
Synopsis: Group Testing Procedures for Signal Detection and Goodness-of-Fit
Description:

It provides cumulative distribution function (CDF), quantile, p-value, statistical power calculator and random number generator for a collection of group-testing procedures, including the Higher Criticism tests, the one-sided Kolmogorov-Smirnov tests, the one-sided Berk-Jones tests, the one-sided phi-divergence tests, etc. The input are a group of p-values. The null hypothesis is that they are i.i.d. Uniform(0,1). In the context of signal detection, the null hypothesis means no signals. In the context of the goodness-of-fit testing, which contrasts a group of i.i.d. random variables to a given continuous distribution, the input p-values can be obtained by the CDF transformation. The null hypothesis means that these random variables follow the given distribution. For reference, see [1]Hong Zhang, Jiashun Jin and Zheyang Wu. "Distributions and power of optimal signal-detection statistics in finite case", IEEE Transactions on Signal Processing (2020) 68, 1021-1033; [2] Hong Zhang and Zheyang Wu. "The general goodness-of-fit tests for correlated data", Computational Statistics & Data Analysis (2022) 167, 107379.

r-segmentr 0.2.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-glue@1.8.1 r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/thalesmello/segmentr
Licenses: Expat
Build system: r
Synopsis: Segment Data With Maximum Likelihood
Description:

Given a likelihood provided by the user, this package applies it to a given matrix dataset in order to find change points in the data that maximize the sum of the likelihoods of all the segments. This package provides a handful of algorithms with different time complexities and assumption compromises so the user is able to choose the best one for the problem at hand. The implementation of the segmentation algorithms in this package are based on the paper by Bruno M. de Castro, Florencia Leonardi (2018) <arXiv:1501.01756>. The Berlin weather sample dataset was provided by Deutscher Wetterdienst <https://dwd.de/>. You can find all the references in the Acknowledgments section of this package's repository via the URL below.

r-smnlmec 1.0.2
Propagated dependencies: r-truncatednormal@2.3 r-tmvtnorm@1.7 r-stanheaders@2.32.10 r-rstan@2.32.7 r-numderiv@2016.8-1.1 r-mvtnorm@1.3-7 r-mnormt@2.1.2 r-mass@7.3-65 r-laplacesdemon@16.1.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/KelinZhong/SMNlmec
Licenses: GPL 3
Build system: r
Synopsis: Scale Mixture of Normal Distribution in Linear Mixed-Effects Model
Description:

Bayesian analysis of censored linear mixed-effects models that replace Gaussian assumptions with a flexible class of distributions, such as the scale mixture of normal family distributions, considering a damped exponential correlation structure which was employed to account for within-subject autocorrelation among irregularly observed measures. For more details, see Kelin Zhong, Fernanda L. Schumacher, Luis M. Castro, Victor H. Lachos (2025) <doi:10.1002/sim.10295>.

r-stoichcalc 1.1-5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stoichcalc
Licenses: GPL 2+
Build system: r
Synopsis: R Functions for Solving Stoichiometric Equations
Description:

Given a list of substance compositions, a list of substances involved in a process, and a list of constraints in addition to mass conservation of elementary constituents, the package contains functions to build the substance composition matrix, to analyze the uniqueness of process stoichiometry, and to calculate stoichiometric coefficients if process stoichiometry is unique. (See Reichert, P. and Schuwirth, N., A generic framework for deriving process stoichiometry in enviromental models, Environmental Modelling and Software 25, 1241-1251, 2010 for more details.).

r-saccadr 0.1.3
Propagated dependencies: r-tidyr@1.3.2 r-signal@1.8-1 r-rlang@1.2.0 r-rcpp@1.1.1-1.1 r-magrittr@2.0.5 r-dplyr@1.2.1 r-cluster@2.1.8.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/alexander-pastukhov/saccadr/
Licenses: GPL 3+
Build system: r
Synopsis: Extract Saccades via an Ensemble of Methods Approach
Description:

This package provides a modular and extendable approach to extract (micro)saccades from gaze samples via an ensemble of methods. Although there is an agreement about a general definition of a saccade, the more specific details are harder to agree upon. Therefore, there are numerous algorithms that extract saccades based on various heuristics, which differ in the assumptions about velocity, acceleration, etc. The package uses three methods (Engbert and Kliegl (2003) <doi:10.1016/S0042-6989(03)00084-1>, Otero-Millan et al. (2014)<doi:10.1167/14.2.18>, and Nyström and Holmqvist (2010) <doi:10.3758/BRM.42.1.188>) to label individual samples and then applies a majority vote approach to identify saccades. The package includes three methods but can be extended via custom functions. It also uses a modular approach to compute velocity and acceleration from noisy samples. Finally, you can obtain methods votes per gaze sample instead of saccades.

r-stddiff-spark 1.0
Propagated dependencies: r-tidyr@1.3.2 r-sparklyr@1.9.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/alicja-januszkiewicz/stddiff.spark
Licenses: GPL 3+
Build system: r
Synopsis: Calculate the Standardized Difference for Numeric, Binary and Category Variables in Apache Spark
Description:

This package provides functions to compute standardized differences for numeric, binary, and categorical variables on Apache Spark DataFrames using sparklyr'. The implementation mirrors the methods used in the stddiff package but operates on distributed data. See Zhicheng Du, Yuantao Hao (2022) <doi:10.32614/CRAN.package.stddiff> for reference.

r-stablelearner 0.1-7
Propagated dependencies: r-ranger@0.18.0 r-randomforest@4.7-1.2 r-partykit@1.2-27 r-party@1.3-20 r-mass@7.3-65 r-e1071@1.7-17
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stablelearner
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Stability Assessment of Statistical Learning Methods
Description:

Graphical and computational methods that can be used to assess the stability of results from supervised statistical learning.

r-shinymobile 2.0.1
Propagated dependencies: r-shiny@1.13.0 r-magrittr@2.0.5 r-lifecycle@1.0.5 r-jsonlite@2.0.0 r-htmltools@0.5.9 r-gplots@3.3.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/RinteRface/shinyMobile
Licenses: GPL 2
Build system: r
Synopsis: Mobile Ready 'shiny' Apps with Standalone Capabilities
Description:

Develop outstanding shiny apps for iOS and Android as well as beautiful shiny gadgets. shinyMobile is built on top of the latest Framework7 template <https://framework7.io>. Discover 14 new input widgets (sliders, vertical sliders, stepper, grouped action buttons, toggles, picker, smart select, ...), 2 themes (light and dark), 12 new widgets (expandable cards, badges, chips, timelines, gauges, progress bars, ...) combined with the power of server-side notifications such as alerts, modals, toasts, action sheets, sheets (and more) as well as 3 layouts (single, tabs and split).

r-schoenberg 2.0.3
Propagated dependencies: r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=schoenberg
Licenses: GPL 3+
Build system: r
Synopsis: Tools for 12-Tone Musical Composition
Description:

This package provides functions for creating and manipulating 12-tone (i.e., dodecaphonic) musical matrices using Arnold Schoenberg's (1923) serialism technique. This package can generate random 12-tone matrices and can generate matrices using a pre-determined sequence of notes.

Total packages: 72465