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

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-simrestore 1.1.5
Propagated dependencies: r-tibble@3.3.1 r-subplex@1.9 r-shiny@1.13.0 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=simRestore
Licenses: GPL 2+
Build system: r
Synopsis: Simulate the Effect of Management Policies on Restoration Efforts
Description:

Simulation methods to study the effect of management policies on efforts to restore populations back to their original genetic composition. Allows for single-scenario simulation and for optimization of specific chosen scenarios. Further information can be found in Hernandez, Janzen and Lavretsky (2023) <doi:10.1111/1755-0998.13892>.

r-softwarerisk 0.2.0
Propagated dependencies: r-tidygraph@1.3.1 r-tibble@3.3.1 r-sensobol@1.1.9 r-scales@1.4.0 r-rlang@1.2.0 r-purrr@1.2.2 r-ineq@0.2-13 r-igraph@2.3.1 r-ggraph@2.2.2 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=softwareRisk
Licenses: GPL 3
Build system: r
Synopsis: Computation of Node and Path-Level Risk Scores in Scientific Models
Description:

It leverages the network-like architecture of scientific models together with software quality metrics to identify chains of function calls that are more prone to generating and propagating errors. It operates on tbl_graph objects representing call dependencies between functions (callers and callees) and computes risk scores for individual functions and for paths (sequences of function calls) based on cyclomatic complexity, in-degree and betweenness centrality. The package supports variance-based uncertainty and sensitivity analyses after Puy et al. (2022) <doi:10.18637/jss.v102.i05> to assess how risk scores change under alternative risk definitions.

r-shinycox 1.1.3
Propagated dependencies: r-survival@3.8-6 r-shiny@1.13.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/harryc598/shinyCox
Licenses: LGPL 3+
Build system: r
Synopsis: Create 'shiny' Applications for Cox Proportional Hazards Models
Description:

Takes one or more fitted Cox proportional hazards models and writes a shiny application to a directory specified by the user. The shiny application displays predicted survival curves based on user input, and contains none of the original data used to create the Cox model or models. The goal is towards visualization and presentation of predicted survival curves.

r-spatialgev 1.0.1
Propagated dependencies: r-tmb@1.9.21 r-rcppeigen@0.3.4.0.2 r-mvtnorm@1.3-7 r-matrix@1.7-5 r-evd@2.3-7.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SpatialGEV
Licenses: GPL 3
Build system: r
Synopsis: Fit Spatial Generalized Extreme Value Models
Description:

Fit latent variable models with the GEV distribution as the data likelihood and the GEV parameters following latent Gaussian processes. The models in this package are built using the template model builder TMB in R, which has the fast ability to integrate out the latent variables using Laplace approximation. This package allows the users to choose in the fit function which GEV parameter(s) is considered as a spatially varying random effect following a Gaussian process, so the users can fit spatial GEV models with different complexities to their dataset without having to write the models in TMB by themselves. This package also offers methods to sample from both fixed and random effects posteriors as well as the posterior predictive distributions at different spatial locations. Methods for fitting this class of models are described in Chen, Ramezan, and Lysy (2024) <doi:10.48550/arXiv.2110.07051>.

r-staccuracy 0.2.2
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/tripartio/staccuracy
Licenses: Expat
Build system: r
Synopsis: Standardized Accuracy and Other Model Performance Metrics
Description:

Standardized accuracy (staccuracy) is a framework for expressing accuracy scores such that 50% represents a reference level of performance and 100% is a perfect prediction. The staccuracy package provides tools for creating staccuracy functions as well as some recommended staccuracy measures. It also provides functions for some classic performance metrics such as mean absolute error (MAE), root mean squared error (RMSE), and area under the receiver operating characteristic curve (AUCROC), as well as their winsorized versions when applicable.

r-stepgbm 1.0.1
Propagated dependencies: r-steprf@1.0.2 r-spm@1.2.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stepgbm
Licenses: GPL 2+
Build system: r
Synopsis: Stepwise Variable Selection for Generalized Boosted Regression Modeling
Description:

An introduction to a couple of novel predictive variable selection methods for generalised boosted regression modeling (gbm). They are based on various variable influence methods (i.e., relative variable influence (RVI) and knowledge informed RVI (i.e., KIRVI, and KIRVI2)) that adopted similar ideas as AVI, KIAVI and KIAVI2 in the steprf package, and also based on predictive accuracy in stepwise algorithms. For details of the variable selection methods, please see: Li, J., Siwabessy, J., Huang, Z. and Nichol, S. (2019) <doi:10.3390/geosciences9040180>. Li, J., Alvarez, B., Siwabessy, J., Tran, M., Huang, Z., Przeslawski, R., Radke, L., Howard, F., Nichol, S. (2017). <DOI: 10.13140/RG.2.2.27686.22085>.

r-semds 0.9-7
Propagated dependencies: r-pracma@2.4.6 r-minpack-lm@1.2-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=semds
Licenses: GPL 2+
Build system: r
Synopsis: Structural Equation Multidimensional Scaling
Description:

Fits a structural equation multidimensional scaling (SEMDS) model for asymmetric and three-way input dissimilarities. It assumes that the dissimilarities are measured with errors. The latent dissimilarities are estimated as factor scores within an SEM framework while the objects are represented in a low-dimensional space as in MDS.

r-shinymergely 0.2.0
Propagated dependencies: r-shiny@1.13.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/stla/shinyMergely
Licenses: GPL 3
Build system: r
Synopsis: Compare and Merge Two Files with a 'Shiny' App
Description:

This package provides a Shiny app allowing to compare and merge two files, with syntax highlighting for several coding languages.

r-silfs 0.1.0
Propagated dependencies: r-mass@7.3-65 r-glmnet@5.0 r-ckmeans-1d-dp@4.3.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SILFS
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Subgroup Identification with Latent Factor Structure
Description:

In various domains, many datasets exhibit both high variable dependency and group structures, which necessitates their simultaneous estimation. This package provides functions for two subgroup identification methods based on penalized functions, both of which utilize factor model structures to adapt to data with cross-sectional dependency. The first method is the Subgroup Identification with Latent Factor Structure Method (SILFSM) we proposed. By employing Center-Augmented Regularization and factor structures, the SILFSM effectively eliminates data dependencies while identifying subgroups within datasets. For this model, we offer optimization functions based on two different methods: Coordinate Descent and our newly developed Difference of Convex-Alternating Direction Method of Multipliers (DC-ADMM) algorithms; the latter can be applied to cases where the distance function in Center-Augmented Regularization takes L1 and L2 forms. The other method is the Factor-Adjusted Pairwise Fusion Penalty (FA-PFP) model, which incorporates factor augmentation into the Pairwise Fusion Penalty (PFP) developed by Ma, S. and Huang, J. (2017) <doi:10.1080/01621459.2016.1148039>. Additionally, we provide a function for the Standard CAR (S-CAR) method, which does not consider the dependency and is for comparative analysis with other approaches. Furthermore, functions based on the Bayesian Information Criterion (BIC) of the SILFSM and the FA-PFP method are also included in SILFS for selecting tuning parameters. For more details of Subgroup Identification with Latent Factor Structure Method, please refer to He et al. (2024) <doi:10.48550/arXiv.2407.00882>.

r-subsemble 0.1.0
Propagated dependencies: r-superlearner@2.0-40
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ledell/subsemble
Licenses: ASL 2.0
Build system: r
Synopsis: An Ensemble Method for Combining Subset-Specific Algorithm Fits
Description:

The Subsemble algorithm is a general subset ensemble prediction method, which can be used for small, moderate, or large datasets. Subsemble partitions the full dataset into subsets of observations, fits a specified underlying algorithm on each subset, and uses a unique form of k-fold cross-validation to output a prediction function that combines the subset-specific fits. An oracle result provides a theoretical performance guarantee for Subsemble. The paper, "Subsemble: An ensemble method for combining subset-specific algorithm fits" is authored by Stephanie Sapp, Mark J. van der Laan & John Canny (2014) <doi:10.1080/02664763.2013.864263>.

r-stevetemplates 1.3.0
Propagated dependencies: r-rmarkdown@2.31
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stevetemplates
Licenses: GPL 2
Build system: r
Synopsis: Steve's R Markdown Templates
Description:

These are my collection of R Markdown templates, mostly for compilation to PDF. These are useful for all things academic and professional, if you are using R Markdown for things like your CV or your articles and manuscripts.

r-scutr 0.2.0
Propagated dependencies: r-smotefamily@1.4.0 r-mclust@6.1.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/s-kganz/scutr
Licenses: Expat
Build system: r
Synopsis: Balancing Multiclass Datasets for Classification Tasks
Description:

Imbalanced training datasets impede many popular classifiers. To balance training data, a combination of oversampling minority classes and undersampling majority classes is useful. This package implements the SCUT (SMOTE and Cluster-based Undersampling Technique) algorithm as described in Agrawal et. al. (2015) <doi:10.5220/0005595502260234>. Their paper uses model-based clustering and synthetic oversampling to balance multiclass training datasets, although other resampling methods are provided in this package.

r-sboatools 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/burakdilber/SBOAtools
Licenses: Expat
Build system: r
Synopsis: Secretary Bird Optimization for Continuous Optimization and Neural Network Training
Description:

This package provides an implementation of Secretary Bird Optimization for general-purpose continuous optimization, benchmark optimization, and training single-hidden-layer feed-forward neural network models. The implemented optimizer is based on the Secretary Bird Optimization Algorithm proposed by Fu et al. (2024) <doi:10.1007/s10462-024-10729-y>. The neural network training functionality is based on Dilber and à zdemir (2026) <doi:10.1007/s00521-026-11874-x>.

r-supercell 1.1
Propagated dependencies: r-weights@1.1.2 r-umap@0.2.10.0 r-scales@1.4.0 r-rtsne@0.17 r-rlang@1.2.0 r-rann@2.6.2 r-proxy@0.4-29 r-plyr@1.8.9 r-plotfunctions@1.5 r-patchwork@1.3.2 r-matrixstats@1.5.0 r-matrix@1.7-5 r-irlba@2.3.7 r-igraph@2.3.1 r-hmisc@5.2-5 r-ggplot2@4.0.3 r-entropy@1.3.2 r-dbscan@1.2.4 r-corpcor@1.6.10
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SuperCell
Licenses: GPL 3
Build system: r
Synopsis: Simplification of scRNA-Seq Data by Merging Together Similar Cells
Description:

Aggregates large single-cell data into metacell dataset by merging together gene expression of very similar cells. SuperCell uses velocyto.R <doi:10.1038/s41586-018-0414-6> <https://github.com/velocyto-team/velocyto.R> for RNA velocity and WeightedCluster <doi:10.12682/lives.2296-1658.2013.24> <https://mephisto.unige.ch/weightedcluster/> for weighted clustering on metacells. We also recommend installing scater Bioconductor package <doi:10.18129/B9.bioc.scater> <https://bioconductor.org/packages/release/bioc/html/scater.html>.

r-stats19 4.0.0
Propagated dependencies: r-tibble@3.3.1 r-sf@1.1-1 r-readr@2.2.0 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-glue@1.8.1 r-dplyr@1.2.1 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ropensci/stats19
Licenses: GPL 3
Build system: r
Synopsis: Work with Open Road Traffic Casualty Data from Great Britain
Description:

Work with and download road traffic casualty data from Great Britain. Enables access to the UK's official road safety statistics, STATS19'. Enables users to specify a download directory for the data, which can be set permanently by adding `STATS19_DOWNLOAD_DIRECTORY=/path/to/a/dir` to your `.Renviron` file, which can be opened with `usethis::edit_r_environ()`. The data is provided as a series of `.csv` files. This package downloads, reads-in and formats the data, making it suitable for analysis. See the stats19 vignette for details. Data available from 1979 to 2024. See the official data series at <https://www.data.gov.uk/dataset/cb7ae6f0-4be6-4935-9277-47e5ce24a11f/road-accidents-safety-data>. The package is described in a paper in the Journal of Open Source Software (Lovelace et al. 2019) <doi:10.21105/joss.01181>. See Gilardi et al. (2022) <doi:10.1111/rssa.12823>, Vidal-Tortosa et al. (2021) <doi:10.1016/j.jth.2021.101291>, Tait et al. (2023) <doi:10.1016/j.aap.2022.106895>, and León et al. (2025) <doi:10.18637/jss.v114.i09> for examples of how the data can be used for methodological and empirical research.

r-sameplot 0.1.0
Propagated dependencies: r-ragg@1.5.2 r-knitr@1.51
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/TomNaber/sameplot
Licenses: Expat
Build system: r
Synopsis: Consistent Plot Rendering and Saving Across Interactive Sessions and Reports
Description:

Renders plots to a temporary image using the ragg graphics device and returns knitr::include_graphics() output. Optionally saves the image to a specified path. This helps ensure consistent appearance across interactive sessions, saved files, and knitted documents. For more details see Pedersen and Shemanarev (2025) <doi: 10.32614/CRAN.package.ragg>.

r-simctest 2.6.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.ma.imperial.ac.uk/~agandy/
Licenses: GPL 2+
Build system: r
Synopsis: Safe Implementation of Monte Carlo Tests
Description:

Algorithms for the implementation and evaluation of Monte Carlo tests, as well as for their use in multiple testing procedures.

r-sudokualt 0.2-1
Propagated dependencies: r-magrittr@2.0.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sudokuAlt
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Making and Spoiling Sudoku Games
Description:

This package provides tools for making, retrieving, displaying and solving sudoku games. This package is an alternative to the earlier sudoku-solver package, sudoku'. The present package uses a slightly different algorithm, has a simpler coding and presents a few more sugar tools, such as plot and print methods. Solved sudoku games are of some interest in Experimental Design as examples of Latin Square designs with additional balance constraints.

r-simplefdr 1.1
Propagated dependencies: r-tidyr@1.3.2 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=simpleFDR
Licenses: Expat
Build system: r
Synopsis: Simple False Discovery Rate Calculation
Description:

Using the adjustment method from Benjamini & Hochberg (1995) <doi:10.1111/j.2517-6161.1995.tb02031.x>, this package determines which variables are significant under repeated testing with a given dataframe of p values and an user defined "q" threshold. It then returns the original dataframe along with a significance column where an asterisk denotes a significant p value after FDR calculation, and NA denotes all other p values. This package uses the Benjamini & Hochberg method specifically as described in Lee, S., & Lee, D. K. (2018) <doi:10.4097/kja.d.18.00242>.

r-stopes 0.2
Propagated dependencies: r-mass@7.3-65 r-glmnet@5.0 r-cvtools@0.3.3 r-changepoint@2.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=STOPES
Licenses: GPL 2
Build system: r
Synopsis: Selection Threshold Optimized Empirically via Splitting
Description:

This package implements variable selection procedures for low to moderate size generalized linear regressions models. It includes the STOPES functions for linear regression (Capanu M, Giurcanu M, Begg C, Gonen M, Optimized variable selection via repeated data splitting, Statistics in Medicine, 2020, 19(6):2167-2184) as well as subsampling based optimization methods for generalized linear regression models (Marinela Capanu, Mihai Giurcanu, Colin B Begg, Mithat Gonen, Subsampling based variable selection for generalized linear models).

r-strathe2e2 3.3.0
Propagated dependencies: r-netindices@1.4.4.1 r-desolve@1.42
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://gitlab.com/MarineResourceModelling/StrathE2E/StrathE2E2
Licenses: GPL 2+
Build system: r
Synopsis: End-to-End Marine Food Web Model
Description:

This package provides a dynamic model of the big-picture, whole ecosystem effects of hydrodynamics, temperature, nutrients, and fishing on continental shelf marine food webs. The package is described in: Heath, M.R., Speirs, D.C., Thurlbeck, I. and Wilson, R.J. (2020) <doi:10.1111/2041-210X.13510> StrathE2E2: An R package for modelling the dynamics of marine food webs and fisheries. 8pp.

r-sgmrfmix 0.3.0
Propagated dependencies: r-zoo@1.8-15 r-tidyr@1.3.2 r-mvtnorm@1.3-7 r-glasso@1.11 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=sGMRFmix
Licenses: Expat
Build system: r
Synopsis: Sparse Gaussian Markov Random Field Mixtures for Anomaly Detection
Description:

An implementation of sparse Gaussian Markov random field mixtures presented by Ide et al. (2016) <doi:10.1109/ICDM.2016.0119>. It provides a novel anomaly detection method for multivariate noisy sensor data. It can automatically handle multiple operational modes. And it can also compute variable-wise anomaly scores.

r-scaledescr 0.2.7
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-psych@2.6.5 r-openxlsx@4.2.8.1 r-officer@0.7.5 r-lavaan@0.6-21 r-gtsummary@2.5.1 r-flextable@0.9.11 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=scaledescr
Licenses: Expat
Build system: r
Synopsis: Descriptive, Reliability, and Inferential Tables for Psychometric Scales and Demographic Data
Description:

This package provides functions to format and summarise already computed outputs from commonly used statistical and psychometric functions into compact, single-row tables and simple graphs, with utilities to export results to CSV, Word, and Excel formats. The package does not implement new statistical methods or estimation procedures; instead, it organises and presents results obtained from existing packages such as psych', stats', gtsummary', and lavaan to streamline reporting workflows in clinical and psychological research.

r-surveysearch 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=surveysearch
Licenses: Expat
Build system: r
Synopsis: Search and Examine Variables Across Survey Datasets
Description:

Search for variables across multiple survey datasets, examine variable properties (labels, values, missingness), and explore variable context within datasets. Useful for navigating complex survey data with many variables and understanding variable relationships and metadata.

Total packages: 22167