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

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-semidist 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-furrr@0.4.0 r-fnn@1.1.4.1 r-energy@1.7-12
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/wzhong41/semidist
Licenses: Expat
Build system: r
Synopsis: Measure Dependence Between Categorical and Continuous Variables
Description:

Semi-distance and mean-variance (MV) index are proposed to measure the dependence between a categorical random variable and a continuous variable. Test of independence and feature screening for classification problems can be implemented via the two dependence measures. For the details of the methods, see Zhong et al. (2023) <doi:10.1080/01621459.2023.2284988>; Cui and Zhong (2019) <doi:10.1016/j.csda.2019.05.004>; Cui, Li and Zhong (2015) <doi:10.1080/01621459.2014.920256>.

r-shinyphaser 0.1.0
Propagated dependencies: r-shiny@1.13.0 r-rlang@1.2.0 r-r6@2.6.1 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/maciekbanas/shinyphaser
Licenses: Expat
Build system: r
Synopsis: An Interface to the 'Phaser.js' Game Framework
Description:

An API to build and control 2D games using the Phaser JavaScript engine. It enables integration with shiny applications, allowing to create interactive games and simulations.

r-splot 0.5.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://miserman.github.io/splot/
Licenses: GPL 2+
Build system: r
Synopsis: Simplified Plotting for Data Exploration
Description:

Automates common plotting tasks to ease data exploration. Makes density plots (potentially overlaid on histograms), scatter plots with prediction lines, or bar or line plots with error bars. For each type, y, or x and y variables can be plotted at levels of other variables, all with minimal specification.

r-stodom 0.0.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-pracma@2.4.6 r-ggplot2@4.0.3 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=stodom
Licenses: Expat
Build system: r
Synopsis: Estimating Consistent Tests for Stochastic Dominance
Description:

Stochastic dominance tests help ranking different distributions. The package implements the consistent test for stochastic dominance by Barrett and Donald (2003) <doi:10.1111/1468-0262.00390>. Specifically, it implements Barrett and Donald's Kolmogorov-Smirnov type tests for first- and second-order stochastic dominance based on bootstrapping 2 and 1.

r-shortirt 2.0.0
Propagated dependencies: 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=shortIRT
Licenses: Expat
Build system: r
Synopsis: Procedures Based on Item Response Theory Models for the Development of Short Test Forms
Description:

Implement different Item Response Theory (IRT) based procedures for the development of tests from item bank. The procedures are flexible enough to be adopted for the development of short forms of full-length tests. Different procedures are considered (Epifania, Anselmi & Robusto, 2022 <doi:10.1007/978-3-031-27781-8_7> and Epifania & Finos, 2025 <doi:10.1007/978-3-031-95995-0_32>). The main difference between the presented procedures refers to the degree of control that they allow for targeting specific latent trait levels. The simplest procedure, denoted as benchmark procedure, does not allow for any control on the latent trait levels of interest, while the other procedures allow for specifying either discrete latent trait levels for which the information needs to be maximized (theta-target procedure, <doi:10.1007/978-3-031-27781-8_7>) or a target information function that needs to be recreated with the selected items (item selection algorithm -ISA- denoted as Frank in <doi:10.1007/978-3-031-95995-0_32>). Another difference concerns the definition of the number of items to be selected. In the benchmark and theta-target procedures, the number of items must be defined a priori, while in ISA the number of items is determined automatically by the algorithm.

r-stratifiedrf 0.2.2
Propagated dependencies: r-dplyr@1.2.1 r-c50@0.2.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=StratifiedRF
Licenses: GPL 3
Build system: r
Synopsis: Builds Trees by Sampling Variables in Groups
Description:

Random Forest-like tree ensemble that works with groups of predictor variables. When building a tree, a number of variables is taken randomly from each group separately, thus ensuring that it considers variables from each group for the splits. Useful when rows contain information about different things (e.g. user information and product information) and it's not sensible to make a prediction with information from only one group of variables, or when there are far more variables from one group than the other and it's desired to have groups appear evenly on trees. Trees are grown using the C5.0 algorithm rather than the usual CART algorithm. Supports parallelization (multithreaded), missing values in predictors, and categorical variables (without doing One-Hot encoding in the processing). Can also be used to create a regular (non-stratified) Random Forest-like model, but made up of C5.0 trees and with some additional control options. As it's built with C5.0 trees, it works only for classification (not for regression).

r-sisti 0.0.1
Propagated dependencies: r-tibble@3.3.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://rmagno.eu/sisti/
Licenses: FSDG-compatible
Build system: r
Synopsis: Real-Time PCR Data Sets by Sisti et al. (2010)
Description:

This data package contains four datasets of quantitative PCR (qPCR) amplification curves that were used as supplementary data in the research article by Sisti et al. (2010), <doi:10.1186/1471-2105-11-186>. The primary dataset comprises a ten-fold dilution series spanning copy numbers from 3.14 Ã 10^7 to 3.14 Ã 10^2, with twelve replicates per concentration. These samples are based on a pGEM-T Promega plasmid containing a 104 bp fragment of the mitochondrial gene NADH dehydrogenase 1 (MT-ND1), amplified using the ND1/ND2 primer pair. The remaining three datasets contain qPCR results in the presence of specific PCR inhibitors: tannic acid, immunoglobulin G (IgG), and quercetin, respectively, to assess their effects on the amplification process. These datasets are useful for researchers interested in PCR kinetics. The original raw data file is available as Additional File 1: <https://static-content.springer.com/esm/art%3A10.1186%2F1471-2105-11-186/MediaObjects/12859_2009_3643_MOESM1_ESM.XLS>.

r-sagm 1.0.0
Propagated dependencies: r-mvtnorm@1.3-7 r-gigrvg@0.8 r-fastmatrix@0.6-6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SAGM
Licenses: GPL 3
Build system: r
Synopsis: Spatial Autoregressive Graphical Model
Description:

This package implements the methodological developments found in Hermes, van Heerwaarden, and Behrouzi (2023) <doi:10.48550/arXiv.2308.04325>, and allows for the statistical modeling of asymmetric between-location effects, as well as within-location effects using spatial autoregressive graphical models. The package allows for the generation of spatial weight matrices to capture asymmetric effects for strip-type intercropping designs, although it can handle any type of spatial data commonly found in other sciences.

r-splithalf 0.8.2
Propagated dependencies: r-tidyr@1.3.2 r-robustbase@0.99-7 r-rcpp@1.1.1-1.1 r-psych@2.6.5 r-plyr@1.8.9 r-patchwork@1.3.2 r-lme4@2.0-1 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/sdparsons/splithalf
Licenses: GPL 3
Build system: r
Synopsis: Calculate Task Split Half Reliability Estimates
Description:

Estimate the internal consistency of your tasks with a permutation based split-half reliability approach. Unofficial release name: "I eat stickers all the time, dude!".

r-sensitivityfull 1.5.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sensitivityfull
Licenses: GPL 2
Build system: r
Synopsis: Sensitivity Analysis for Full Matching in Observational Studies
Description:

Sensitivity to unmeasured biases in an observational study that is a full match. Function senfm() performs tests and function senfmCI() creates confidence intervals. The method uses Huber's M-statistics, including least squares, and is described in Rosenbaum (2007, Biometrics) <DOI:10.1111/j.1541-0420.2006.00717.x>.

r-sciproj 1.0.1
Propagated dependencies: r-usethis@3.2.1 r-rstudioapi@0.18.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/saskiaotto/SCIproj
Licenses: Expat
Build system: r
Synopsis: Creates a Scientific Project Skeleton as an R Package
Description:

This package provides a template for new research projects structured as an R package-based research compendium. Everything - data, R scripts, custom functions and manuscript or reports - is contained within the same package to facilitate collaboration and promote reproducible research, following the FAIR principles.

r-spidr 1.0.2
Propagated dependencies: r-rworldxtra@1.01 r-rworldmap@1.3-8 r-rgbif@3.8.5 r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spidR
Licenses: GPL 3
Build system: r
Synopsis: Spider Knowledge Online
Description:

Allows the user to connect with the World Spider Catalogue (WSC; <https://wsc.nmbe.ch/>) and the World Spider Trait (WST; <https://spidertraits.sci.muni.cz/>) databases. Also performs several basic functions such as checking names validity, retrieving coordinate data from the Global Biodiversity Information Facility (GBIF; <https://www.gbif.org/>), and mapping.

r-sempower 2.1.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/moshagen/semPower
Licenses: LGPL 2.0+
Build system: r
Synopsis: Power Analyses for SEM
Description:

This package provides a-priori, post-hoc, and compromise power-analyses for structural equation models (SEM).

r-spatialpop 0.1.0
Propagated dependencies: r-qpdf@1.4.1 r-numbers@0.9-2 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SpatialPOP
Licenses: GPL 2+
Build system: r
Synopsis: Generation of Spatial Data with Spatially Varying Model Parameter
Description:

This package provides a spatial population can be generated based on spatially varying regression model under the assumption that observations are collected from a uniform two-dimensional grid consist of (m * m) lattice points with unit distance between any two neighbouring points. For method details see Chao, Liu., Chuanhua, Wei. and Yunan, Su. (2018).<DOI:10.1080/10485252.2018.1499907>. This spatially generated data can be used to test different issues related to the statistical analysis of spatial data. This generated spatial data can be utilized in geographically weighted regression analysis for studying the spatially varying relationships among the variables.

r-surv2samplecomp 1.0-5
Propagated dependencies: r-survival@3.8-6 r-plotrix@3.8-14 r-flexsurv@2.3.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=surv2sampleComp
Licenses: GPL 2
Build system: r
Synopsis: Inference for Model-Free Between-Group Parameters for Censored Survival Data
Description:

This package performs inference of several model-free group contrast measures, which include difference/ratio of cumulative incidence rates at given time points, quantiles, and restricted mean survival times (RMST). Two kinds of covariate adjustment procedures (i.e., regression and augmentation) for inference of the metrics based on RMST are also included.

r-ssutil 1.0.0
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-mvtnorm@1.3-7 r-mass@7.3-65 r-gsdesign@3.9.0 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://johnaponte.github.io/ssutil/
Licenses: AGPL 3+
Build system: r
Synopsis: Sample Size Calculation Tools
Description:

This package provides functions for sample size estimation and simulation in clinical trials. Includes methods for selecting the best group using the Indifference-zone approach, as well as designs for non-inferiority, equivalence, and negative binomial models. For the sample size calculation for non-inferiority of vaccines, the approach is based on Fleming, Powers, and Huang (2021) <doi:10.1177/1740774520988244>. The Indifference-zone approach is based on Sobel and Huyett (1957) <doi:10.1002/j.1538-7305.1957.tb02411.x> and Bechhofer, Santner, and Goldsman (1995, ISBN:978-0-471-57427-9).

r-smtl 0.1.0
Propagated dependencies: r-juliaconnector@1.1.5 r-juliacall@0.17.6 r-glmnet@5.0 r-dplyr@1.2.1 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/gloewing/sMTL
Licenses: Expat
Build system: r
Synopsis: Sparse Multi-Task Learning
Description:

This package implements L0-constrained Multi-Task Learning and domain generalization algorithms. The algorithms are coded in Julia allowing for fast implementations of the coordinate descent and local combinatorial search algorithms. For more details, see a preprint of the paper: Loewinger et al., (2022) <arXiv:2212.08697>.

r-simplanonym 0.1.0
Propagated dependencies: r-tidyselect@1.2.1 r-forcats@1.0.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/dkgaraujo/simplanonym
Licenses: FSDG-compatible
Build system: r
Synopsis: Consistent Anonymisation Across Datasets
Description:

This package provides a simple function that anonymises a list of variables in a consistent way: anonymised factors are not recycled and the same original levels receive the same anonymised factor even if located in different datasets.

r-shinymodels 0.1.1
Propagated dependencies: r-yardstick@1.4.0 r-tune@2.1.0 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-shinydashboard@0.7.3 r-shiny@1.13.0 r-scales@1.4.0 r-rlang@1.2.0 r-purrr@1.2.2 r-plotly@4.12.0 r-parsnip@1.6.0 r-magrittr@2.0.5 r-htmltools@0.5.9 r-glue@1.8.1 r-ggplot2@4.0.3 r-generics@0.1.4 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://shinymodels.tidymodels.org
Licenses: Expat
Build system: r
Synopsis: Interactive Assessments of Models
Description:

Launch a shiny application for tidymodels results. For classification or regression models, the app can be used to determine if there is lack of fit or poorly predicted points.

r-stringart 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/fsbmat-ufv/stringArt
Licenses: Expat
Build system: r
Synopsis: Tools for Generating String Art Figures
Description:

This package provides tools to generate, visualize, and audit geometric string art figures for mathematics teaching. The package includes functions for circular, cardioid-like, elliptical, triangular, polygonal, star, parabolic, net-based, radial, hexagonal, lotus-like, rose-like, spiral, Lissajous, grid-based, decimal, and contour-based string art patterns. Each function returns peg coordinates, connection tables, total string length, audit information, and metadata, supporting educational applications in geometry, analytic geometry, modular arithmetic, trigonometry, rational numbers, and visual mathematics.

r-saepseudo 0.1.0
Propagated dependencies: r-sae@1.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/darinhuwaidaa/saePseudo
Licenses: GPL 3
Build system: r
Synopsis: Small Area Estimation using Averaging Pseudo Area Level Model
Description:

This package provides function for small area estimation at area level using averaging pseudo area level model for variables of interest. A dataset produced by data generation is also provided. This package estimates small areas at the village level and then aggregates them to the sub-district, region, and provincial levels.

r-smbdata 0.2.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/emitanaka/smbdata
Licenses: GPL 3+
Build system: r
Synopsis: Data from "Statistical Methods in Biology"
Description:

All data in the book "Statistical Methods in Biology" by Welham et al. (2015) <doi:10.1201/b17336> with a corresponding documentation and illustrative analysis of the data.

r-swpcindex 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SwPcIndex
Licenses: GPL 2+
Build system: r
Synopsis: Computation of Survey Weighted PC Based Composite Index
Description:

An index is created using a mathematical model that transforms multi-dimensional variables into a single value. These variables are often correlated, and while PCA-based indices can address the issue of multicollinearity, they typically do not account for survey weights, which can lead to inaccurate rankings of survey units such as households, districts, or states. To resolve this, the current package facilitates the development of a principal component analysis-based composite index by incorporating survey weights for each sample observation. This ensures the generation of a survey-weighted principal component-based normalized composite index. Additionally, the package provides a normalized principal component-based composite index and ranks the sample observations based on the values of the composite indices. For method details see, Skinner, C. J., Holmes, D. J. and Smith, T. M. F. (1986) <DOI:10.1080/01621459.1986.10478336>, Singh, D., Basak, P., Kumar, R. and Ahmad, T. (2023) <DOI:10.3389/fams.2023.1274530>.

r-sglr 0.8
Propagated dependencies: r-shiny@1.13.0 r-rlang@1.2.0 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=sglr
Licenses: GPL 2+
Build system: r
Synopsis: Sequential Generalized Likelihood Ratio Decision Boundaries Proposed by Shih, Lai, Heyse and Chen (2010, <doi:10.1002/Sim.4036>)
Description:

We provide functions for computing the decision boundaries for pre-licensure vaccine trials using the Generalized Likelihood Ratio tests proposed by Shih, Lai, Heyse and Chen (2010, <doi:10.1002/sim.4036>).

Total packages: 72465