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

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-sourcoise 1.1.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rprojroot@2.1.1 r-rlang@1.1.6 r-rcppsimdjson@0.1.15 r-qs2@0.1.6 r-purrr@1.2.0 r-memoise@2.0.1 r-lubridate@1.9.4 r-logger@0.4.1 r-lobstr@1.1.3 r-knitr@1.50 r-jsonlite@2.0.0 r-glue@1.8.0 r-fs@1.6.6 r-dplyr@1.1.4 r-digest@0.6.39 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://xtimbeau.github.io/sourcoise/
Licenses: Expat
Build system: r
Synopsis: Source a Script and Cache
Description:

This package provides a function that behaves nearly as base::source() but implements a caching mechanism on disk, project based. It allows to quasi source() R scripts that gather data but can fail or consume to much time to respond even if nothing new is expected. It comes with tools to check and execute on demand or when cache is invalid the script.

r-solrium 1.2.0
Propagated dependencies: r-xml2@1.5.0 r-tibble@3.3.0 r-r6@2.6.1 r-plyr@1.8.9 r-jsonlite@2.0.0 r-dplyr@1.1.4 r-crul@1.6.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ropensci/solrium
Licenses: Expat
Build system: r
Synopsis: General Purpose R Interface to 'Solr'
Description:

This package provides a set of functions for querying and parsing data from Solr (<https://solr.apache.org/>) endpoints (local and remote), including search, faceting', highlighting', stats', and more like this'. In addition, some functionality is included for creating, deleting, and updating documents in a Solr database'.

r-sparser 0.3.2
Propagated dependencies: r-rlang@1.1.6 r-recipes@1.3.1 r-ncvreg@3.16.0 r-magrittr@2.0.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://petersonr.github.io/sparseR/
Licenses: GPL 3
Build system: r
Synopsis: Variable Selection under Ranked Sparsity Principles for Interactions and Polynomials
Description:

An implementation of ranked sparsity methods, including penalized regression methods such as the sparsity-ranked lasso, its non-convex alternatives, and elastic net, as well as the sparsity-ranked Bayesian Information Criterion. As described in Peterson and Cavanaugh (2022) <doi:10.1007/s10182-021-00431-7>, ranked sparsity is a philosophy with methods primarily useful for variable selection in the presence of prior informational asymmetry, which occurs in the context of trying to perform variable selection in the presence of interactions and/or polynomials. Ultimately, this package attempts to facilitate dealing with cumbersome interactions and polynomials while not avoiding them entirely. Typically, models selected under ranked sparsity principles will also be more transparent, having fewer falsely selected interactions and polynomials than other methods.

r-snpsettest 0.1.2
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-gaston@1.6 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/HimesGroup/snpsettest
Licenses: GPL 3+
Build system: r
Synopsis: Set-Based Association Test using GWAS Summary Statistics
Description:

The goal of snpsettest is to provide simple tools that perform set-based association tests (e.g., gene-based association tests) using GWAS (genome-wide association study) summary statistics. A set-based association test in this package is based on the statistical model described in VEGAS (versatile gene-based association study), which combines the effects of a set of SNPs accounting for linkage disequilibrium between markers. This package uses a different approach from the original VEGAS implementation to compute set-level p values more efficiently, as described in <https://github.com/HimesGroup/snpsettest/wiki/Statistical-test-in-snpsettest>.

r-sportminer 0.1.0
Propagated dependencies: r-widyr@0.1.5 r-topicmodels@0.2-17 r-tidytext@0.4.3 r-tidyr@1.3.1 r-textminer@3.0.6 r-stm@1.3.8 r-snowballc@0.7.1 r-slam@0.1-55 r-scales@1.4.0 r-rscopus@0.9.0 r-rlang@1.1.6 r-matrix@1.7-4 r-magrittr@2.0.4 r-igraph@2.2.1 r-ggraph@2.2.2 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/praveenmaths89/SportMiner
Licenses: Expat
Build system: r
Synopsis: Text Mining and Topic Modeling for Sport Science Literature
Description:

This package provides a comprehensive toolkit for mining, analyzing, and visualizing scientific literature in sport science domains. Provides functions for retrieving abstracts from Scopus', preprocessing text data, performing advanced topic modeling using Latent Dirichlet Allocation ('LDA'), Structural Topic Models ('STM'), and Correlated Topic Models ('CTM'), and creating publication-ready visualizations including keyword co-occurrence networks and topic trends. For methodological details see Blei et al. (2003) <doi:10.1162/jmlr.2003.3.4-5.993> for LDA', Roberts et al. (2014) <doi:10.1111/ajps.12103> for STM', and Blei and Lafferty (2007) <doi:10.1214/07-AOAS114> for CTM'.

r-simindep 0.1.2
Propagated dependencies: r-fnn@1.1.4.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SimIndep
Licenses: GPL 3
Build system: r
Synopsis: WISE: a Weighted Similarity Aggregation Test for Serial Independence
Description:

This package provides a fast implementation of the weighted information similarity aggregation (WISE) test for detecting serial dependence, particularly suited for high-dimensional and non-Euclidean time series. Includes functions for constructing similarity matrices and conducting hypothesis testing. Users can use different similarity measures and define their own weighting schemes. For more details see Q Zhu, M Liu, Y Han, D Zhou (2025) <doi:10.48550/arXiv.2509.05678>.

r-sparqlr 0.1.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-httr2@1.2.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/sib-swiss/sparqlr
Licenses: GPL 3
Build system: r
Synopsis: SPARQL Client for R
Description:

This package provides a client for running SPARQL queries directly from R. SPARQL (short for SPARQL Protocol and RDF Query Language) is a query language used to retrieve and manipulate data stored in RDF (Resource Description Framework) format.

r-spphpr 1.1.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spphpr
Licenses: GPL 2+
Build system: r
Synopsis: Spring Phenological Prediction
Description:

Predicts the occurrence times (in day-of-year) of spring phenological events. Three methods, including the accumulated degree days (ADD) method, the accumulated days transferred to a standardized temperature (ADTS) method, and the accumulated developmental progress (ADP) method, were used. See Shi et al. (2017a) <doi:10.1016/j.agrformet.2017.04.001> and Shi et al. (2017b) <doi:10.1093/aesa/sax063> for details.

r-sgdinference 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/SGDinference-Lab/SGDinference/
Licenses: GPL 3
Build system: r
Synopsis: Inference with Stochastic Gradient Descent
Description:

Estimation and inference methods for large-scale mean and quantile regression models via stochastic (sub-)gradient descent (S-subGD) algorithms. The inference procedure handles cross-sectional data sequentially: (i) updating the parameter estimate with each incoming "new observation", (ii) aggregating it as a Polyak-Ruppert average, and (iii) computing an asymptotically pivotal statistic for inference through random scaling. The methodology used in the SGDinference package is described in detail in the following papers: (i) Lee, S., Liao, Y., Seo, M.H. and Shin, Y. (2022) <doi:10.1609/aaai.v36i7.20701> "Fast and robust online inference with stochastic gradient descent via random scaling". (ii) Lee, S., Liao, Y., Seo, M.H. and Shin, Y. (2023) <arXiv:2209.14502> "Fast Inference for Quantile Regression with Tens of Millions of Observations".

r-snma 0.1.5
Propagated dependencies: r-sf@1.0-23 r-igraph@2.2.1 r-geosphere@1.5-20
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SNMA
Licenses: GPL 3+
Build system: r
Synopsis: Stream Network Movement Analyses
Description:

Calculating home ranges and movements of animals in complex stream environments is often challenging, and standard home range estimators do not apply. This package provides a series of tools for assessing movements in a stream network, such as calculating the total length of stream used, distances between points, and movement patterns over time. See Vignette for additional details. This package was originally released on GitHub under the name SNM'. SNMA was developed for analyses in McKnight et al. (2025) <doi:10.3354/esr01442> which contains additional examples and information.

r-seirmfg 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://doi.org/10.5281/zenodo.19381052
Licenses: Expat
Build system: r
Synopsis: Mean-Field Game Equilibrium for SEIR Epidemics on Networks
Description:

This package implements the forward-backward sweep algorithm for computing Nash equilibrium contact policies in SEIR epidemic mean-field games on heterogeneous contact networks, as described in Wang (2026) <doi:10.5281/zenodo.19381052>. Supports both heterogeneous networks with arbitrary degree distributions (e.g., truncated Poisson) and homogeneous networks. Computes equilibrium susceptible contact effort, value functions, epidemic trajectories, and the effective reproduction number Rt.

r-semlrtp 0.1.1
Propagated dependencies: r-pbapply@1.7-4 r-lavaan@0.6-20
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://sfcheung.github.io/semlrtp/
Licenses: GPL 3+
Build system: r
Synopsis: Likelihood Ratio Test P-Values for Structural Equation Models
Description:

Computes likelihood ratio test (LRT) p-values for free parameters in a structural equation model. Currently supports models fitted by the lavaan package by Rosseel (2012) <doi:10.18637/jss.v048.i02>.

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-svide 0.9-54
Propagated dependencies: r-xml@3.99-0.20 r-svmisc@1.4.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://www.sciviews.org/SciViews-R
Licenses: GPL 2
Build system: r
Synopsis: Functions to Ease Interactions Between R and IDE or Code Editors
Description:

Function for the GUI API to interact with external IDE/code editors.

r-sistec 0.2.0
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7 r-shiny@1.11.1 r-rlang@1.1.6 r-openxlsx@4.2.8.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/r-ifpe/sistec
Licenses: GPL 2+
Build system: r
Synopsis: Tools to Analyze 'Sistec' Datasets
Description:

The Brazilian system for diploma registration and validation on technical and superior courses are managing by Sistec platform, see <https://sistec.mec.gov.br/>. This package provides tools for Brazilian institutions to update the student's registration and make data analysis about their situation, retention and drop out.

r-scimetr 1.2.0
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-stringi@1.8.7 r-scales@1.4.0 r-rlang@1.1.6 r-openxlsx@4.2.8.1 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://rubenfcasal.github.io/scimetr/
Licenses: GPL 2+
Build system: r
Synopsis: Analysis of Scientific Publication Data with R
Description:

This package provides tools for quantitative research in scientometrics and bibliometrics. This package provides routines for importing bibliographic data from Clarivate Web of Science (<https://www.webofscience.com/wos/>) and performing bibliometric analysis.

r-sensiat 0.3.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-survival@3.8-3 r-rlang@1.1.6 r-rcpp@1.1.0 r-purrr@1.2.0 r-pracma@2.4.6 r-orthogonalsplinebasis@0.1.7 r-mave@1.3.12 r-mass@7.3-65 r-kernsmooth@2.23-26 r-glue@1.8.0 r-ggplot2@4.0.1 r-generics@0.1.4 r-dplyr@1.1.4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/UofUEpiBio/SensIAT
Licenses: Expat
Build system: r
Synopsis: Sensitivity Analysis for Irregular Assessment Times
Description:

Sensitivity analysis for trials with irregular and informative assessment times, based on a new influence function-based, augmented inverse intensity-weighted estimator.

r-sqlhelpers 0.1.2
Propagated dependencies: r-toolbox@0.1.1 r-stringi@1.8.7 r-odbc@1.6.4.1 r-dbi@1.2.3 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sqlHelpers
Licenses: GPL 3+
Build system: r
Synopsis: Collection of 'SQL' Utilities for 'T-SQL' and 'Postgresql'
Description:

Includes functions for interacting with common meta data fields, writing insert statements, calling functions, and more for T-SQL and Postgresql'.

r-snakesandladdersanalysis 2.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SnakesAndLaddersAnalysis
Licenses: GPL 2
Build system: r
Synopsis: Play and Analyse the Game of Snakes and Ladders
Description:

Plays the game of Snakes and Ladders and has tools for analyses. The tools included allow you to find the average moves to win, frequency of each square, importance of the snakes and the ladders, the most common square and the plotting of the game played.

r-spoccupancy 0.8.0
Propagated dependencies: r-spabundance@0.2.1 r-rann@2.6.2 r-lme4@1.1-37 r-foreach@1.5.2 r-doparallel@1.0.17 r-coda@0.19-4.1 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.doserlab.com/files/spoccupancy-web
Licenses: GPL 3+
Build system: r
Synopsis: Single-Species, Multi-Species, and Integrated Spatial Occupancy Models
Description:

Fits single-species, multi-species, and integrated non-spatial and spatial occupancy models using Markov Chain Monte Carlo (MCMC). Models are fit using Polya-Gamma data augmentation detailed in Polson, Scott, and Windle (2013) <doi:10.1080/01621459.2013.829001>. Spatial models are fit using either Gaussian processes or Nearest Neighbor Gaussian Processes (NNGP) for large spatial datasets. Details on NNGP models are given in Datta, Banerjee, Finley, and Gelfand (2016) <doi:10.1080/01621459.2015.1044091> and Finley, Datta, and Banerjee (2022) <doi:10.18637/jss.v103.i05>. Provides functionality for data integration of multiple single-species occupancy data sets using a joint likelihood framework. Details on data integration are given in Miller, Pacifici, Sanderlin, and Reich (2019) <doi:10.1111/2041-210X.13110>. Details on single-species and multi-species models are found in MacKenzie, Nichols, Lachman, Droege, Royle, and Langtimm (2002) <doi:10.1890/0012-9658(2002)083[2248:ESORWD]2.0.CO;2> and Dorazio and Royle <doi:10.1198/016214505000000015>, respectively.

r-spatialpack 0.4-1
Propagated dependencies: r-fastmatrix@0.6-6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://spatialpack.mat.utfsm.cl
Licenses: GPL 3
Build system: r
Synopsis: Tools for Assessment the Association Between Two Spatial Processes
Description:

This package provides tools to assess the association between two spatial processes. Currently, several methodologies are implemented: A modified t-test to perform hypothesis testing about the independence between the processes, a suitable nonparametric correlation coefficient, the codispersion coefficient, and an F test for assessing the multiple correlation between one spatial process and several others. Functions for image processing and computing the spatial association between images are also provided. Functions contained in the package are intended to accompany Vallejos, R., Osorio, F., Bevilacqua, M. (2020). Spatial Relationships Between Two Georeferenced Variables: With Applications in R. Springer, Cham <doi:10.1007/978-3-030-56681-4>.

r-shred 1.0.0
Propagated dependencies: r-clustofvar@1.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SHRED
Licenses: GPL 3
Build system: r
Synopsis: Setwise Hierarchical Rate of Erroneous Discovery
Description:

Setwise Hierarchical Rate of Erroneous Discovery (SHRED) methods for setwise variable selection with false discovery rate (FDR) control. Setwise variable selection means that sets of variables may be selected when the true variable cannot be identified. This allows us to maintain FDR control but increase power. Details of the SHRED methods are in Organ, Kenney & Gu (2026) <doi:10.48550/arXiv.2603.02160>.

r-shinylight 1.2
Propagated dependencies: r-later@1.4.4 r-jsonlite@2.0.0 r-httpuv@1.6.16
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shinylight
Licenses: GPL 3
Build system: r
Synopsis: Web Interface to 'R' Functions
Description:

Web front end for your R functions producing plots or tables. If you have a function or set of related functions, you can make them available over the internet through a web browser. This is the same motivation as the shiny package, but note that the development of shinylight is not in any way linked to that of shiny (beyond the use of the httpuv package). You might prefer shinylight to shiny if you want a lighter weight deployment with easier horizontal scaling, or if you want to develop your front end yourself in JavaScript and HTML just using a lightweight remote procedure call interface to your R code on the server.

r-spec 0.1.9
Propagated dependencies: r-magrittr@2.0.4 r-encode@0.3.7 r-csv@0.6.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spec
Licenses: GPL 3
Build system: r
Synopsis: Data Specification Format and Interface
Description:

This package creates a data specification that describes the columns of a table (data.frame). Provides methods to read, write, and update the specification. Checks whether a table matches its specification. See specification.data.frame(),read.spec(), write.spec(), as.csv.spec(), respecify.character(), and %matches%.data.frame().

Total packages: 69244