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

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-sfdct 0.3.0
Propagated dependencies: r-tibble@3.3.1 r-sp@2.2-1 r-sf@1.1-1 r-rtriangle@1.6-0.15 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/hypertidy/sfdct
Licenses: FSDG-compatible
Build system: r
Synopsis: Constrained Triangulation for Simple Features
Description:

Build a constrained high quality Delaunay triangulation from simple features objects, applying constraints based on input line segments, and triangle properties including maximum area, minimum internal angle. The triangulation code in RTriangle uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). For a low-dependency alternative with low-quality path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison with the GEOS lib which since version 3.10.0 includes a low quality polygon triangulation method that starts with ear clipping and refines to Delaunay.

r-selfcontrolledcaseseries 6.1.5
Propagated dependencies: r-sqlrender@1.19.7 r-resultmodelmanager@0.6.2 r-readr@2.2.0 r-rcpp@1.1.1-1.1 r-r6@2.6.1 r-parallellogger@3.5.1 r-jsonlite@2.0.0 r-ggplot2@4.0.3 r-empiricalcalibration@3.1.4 r-dplyr@1.2.1 r-digest@0.6.39 r-databaseconnector@7.2.0 r-cyclops@3.7.1 r-checkmate@2.3.4 r-andromeda@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://ohdsi.github.io/SelfControlledCaseSeries/
Licenses: ASL 2.0
Build system: r
Synopsis: Self-Controlled Case Series
Description:

Execute the self-controlled case series (SCCS) design using observational data in the OMOP Common Data Model. Extracts all necessary data from the database and transforms it to the format required for SCCS. Age and season can be modeled using splines assuming constant hazard within calendar months. Event-dependent censoring of the observation period can be corrected for. Many exposures can be included at once (MSCCS), with regularization on all coefficients except for the exposure of interest. Includes diagnostics for all major assumptions of the SCCS.

r-selectiveinference 1.2.5
Propagated dependencies: r-survival@3.8-6 r-rcpp@1.1.1-1.1 r-mass@7.3-65 r-intervals@0.15.5 r-glmnet@5.0 r-adaptmcmc@1.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=selectiveInference
Licenses: GPL 2
Build system: r
Synopsis: Tools for Post-Selection Inference
Description:

New tools for post-selection inference, for use with forward stepwise regression, least angle regression, the lasso, and the many means problem. The lasso function implements Gaussian, logistic and Cox survival models.

r-sparsevcbart 1.0.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ghoshstats/sparseVCBART
Licenses: GPL 3+
Build system: r
Synopsis: Sparse Varying Coefficient BART with Global-Local Priors"
Description:

Fits sparse linear varying coefficient models (VCMs), which assert a linear relationship between an outcome and several covariates that is allowed to change as functions of additional variables known as effect modifiers. Designed for high-dimensional settings where the number of covariates (i.e., number of slopes) is comparable to or larger than the number of observations. Approximates the coefficient functions using a version of Bayesian Additive Regression Trees that can perform global-local shrinkage. For more details see Ghosh, Bhogale, and Deshpande (2026+) <doi:10.48550/arXiv.2510.08204>.

r-sysid 1.0.5
Propagated dependencies: r-zoo@1.8-15 r-tframe@2015.12-1.1 r-signal@1.8-1 r-reshape2@1.4.5 r-polynom@1.4-1 r-ggplot2@4.0.3 r-bitops@1.0-9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sysid
Licenses: GPL 3
Build system: r
Synopsis: System Identification in R
Description:

This package provides functions for constructing mathematical models of dynamical systems from measured input-output data.

r-shinyfilter 0.1.1
Propagated dependencies: r-stringr@1.6.0 r-shinyjs@2.1.1 r-shinybs@0.65.0 r-shiny@1.13.0 r-reactable@0.4.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/jsugarelli/shinyfilter/
Licenses: GPL 3
Build system: r
Synopsis: Use Interdependent Filters on Table Columns in Shiny Apps
Description:

Allows to connect selectizeInputs widgets as filters to a reactable table. As known from spreadsheet applications, column filters are interdependent, so each filter only shows the values that are really available at the moment based on the current selection in other filters. Filter values currently not available (and also those being available) can be shown via popovers or tooltips.

r-stevedore 0.9.6
Dependencies: docker@20.10.27
Propagated dependencies: r-yaml@2.3.12 r-jsonlite@2.0.0 r-curl@7.1.0 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/richfitz/stevedore
Licenses: Expat
Build system: r
Synopsis: Docker Client
Description:

Work with containers over the Docker API. Rather than using system calls to interact with a docker client, using the API directly means that we can receive richer information from docker. The interface in the package is automatically generated using the OpenAPI (a.k.a., swagger') specification, and all return values are checked in order to make them type stable.

r-swissparl 0.3.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-glue@1.8.1 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.parlament.ch/de/%c3%bcber-das-parlament/fakten-und-zahlen/open-data-web-services
Licenses: Expat
Build system: r
Synopsis: Interface to Swiss Parliament Web Services and the 'OpenParlData' API
Description:

This package provides machine-readable access to parliamentary data of the Swiss Federal Assembly via the OData interface (<https://ws.parlament.ch/odata.svc/>) and the OpenParlData REST API (<https://api.openparldata.ch>), which also offers harmonized data for selected cantonal and municipal parliaments.

r-spefa 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spefa
Licenses: GPL 3
Build system: r
Synopsis: Spatial Stochastic Frontier with Fixed Effects and Endogeneity
Description:

Maximum-likelihood estimation of the spatial autoregressive stochastic frontier model with individual fixed effects (removed by first differencing) and endogenous regressors handled through a Gaussian control function, as in Giannini (2025) <doi:10.1080/17421772.2024.2414962>. Returns coefficient estimates and standard errors, spatially-corrected technical (in)efficiency scores, and direct, indirect and total marginal impacts. Depends only on base R.

r-soil 1.1
Propagated dependencies: r-ncvreg@3.16.0 r-mass@7.3-65 r-glmnet@5.0 r-brglm2@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/emeryyi/SOIL
Licenses: GPL 2
Build system: r
Synopsis: Sparsity Oriented Importance Learning
Description:

Sparsity Oriented Importance Learning (SOIL) provides a new variable importance measure for high dimensional linear regression and logistic regression from a sparse penalization perspective, by taking into account the variable selection uncertainty via the use of a sensible model weighting. The package is an implementation of Ye, C., Yang, Y., and Yang, Y. (2017+).

r-stressor 0.2.0
Dependencies: python@3.12.12
Propagated dependencies: r-reticulate@1.46.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=stressor
Licenses: Expat
Build system: r
Synopsis: Algorithms for Testing Models under Stress
Description:

Traditional model evaluation metrics fail to capture model performance under less than ideal conditions. This package employs techniques to evaluate models "under-stress". This includes testing models extrapolation ability, or testing accuracy on specific sub-samples of the overall model space. Details describing stress-testing methods in this package are provided in Haycock (2023) <doi:10.26076/2am5-9f67>. The other primary contribution of this package is provided to R users access to the Python library PyCaret <https://pycaret.org/> for quick and easy access to auto-tuned machine learning models.

r-shinyitemanalysis 1.6.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rstudioapi@0.18.0 r-rlang@1.2.0 r-purrr@1.2.2 r-psych@2.6.5 r-nnet@7.3-20 r-mirt@1.46.1 r-lme4@2.0-1 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-difr@6.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://shinyitemanalysis.org/
Licenses: GPL 3
Build system: r
Synopsis: Test and Item Analysis via Shiny
Description:

Package including functions and interactive shiny application for the psychometric analysis of educational tests, psychological assessments, health-related and other types of multi-item measurements, or ratings from multiple raters.

r-stepmixr 0.1.3
Propagated dependencies: r-reticulate@1.46.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/Labo-Lacourse/StepMixr
Licenses: GPL 2
Build system: r
Synopsis: Interface to 'Python' Package 'StepMix'
Description:

This is an interface for the Python package StepMix'. It is a Python package following the scikit-learn API for model-based clustering and generalized mixture modeling (latent class/profile analysis) of continuous and categorical data. StepMix handles missing values through Full Information Maximum Likelihood (FIML) and provides multiple stepwise Expectation-Maximization (EM) estimation methods based on pseudolikelihood theory. Additional features include support for covariates and distal outcomes, various simulation utilities, and non-parametric bootstrapping, which allows inference in semi-supervised and unsupervised settings. Software paper available at <doi:10.18637/jss.v113.i08>.

r-sdlrm 0.1.2
Propagated dependencies: r-rfast@2.1.5.2 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/rdmatheus/sdlrm
Licenses: GPL 3
Build system: r
Synopsis: Modified Skew Discrete Laplace Regression for Integer-Valued and Paired Discrete Data
Description:

Implementation of the modified skew discrete Laplace (SDL) regression model. The package provides a set of functions for a complete analysis of integer-valued data, where the dependent variable is assumed to follow a modified SDL distribution. This regression model is useful for the analysis of integer-valued data and experimental studies in which paired discrete observations are collected.

r-spdgp 0.1.0
Propagated dependencies: r-vctrs@0.7.3 r-spdep@1.4-2 r-spatialreg@1.4-3 r-smoothmest@0.1-3 r-sf@1.1-1 r-rlang@1.2.0 r-matrix@1.7-5 r-mass@7.3-65 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://josiahparry.github.io/spdgp/
Licenses: Expat
Build system: r
Synopsis: Simulate Spatial Data Generation Processes
Description:

This package provides functionality for simulating data generation processes across various spatial regression models, conceptually aligned with the dgp module of the Python library spreg <https://pysal.org/spreg/api.html#dgp>.

r-sportsr 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/lightbluetitan/sportsr
Licenses: GPL 3
Build system: r
Synopsis: Comprehensive Collection of Sports and Athletics Datasets
Description:

Offers a rich and diverse collection of datasets focused on sports, athletics, physical performance, and related disciplines. The package includes professional and amateur sports data covering team sports such as soccer, basketball, baseball, American football, volleyball, rugby, cricket, hockey, and handball, as well as individual sports including tennis, badminton, table tennis, golf, swimming, cycling, athletics, gymnastics, wrestling, boxing, martial arts, weightlifting, triathlon, rowing, canoeing, climbing, surfing, skiing, snowboarding, and motorsports. Datasets cover player and team performance, match statistics, tournament results, championship standings, Olympic and international competitions, rankings, player demographics, coaching and training, biomechanics, sports medicine, injuries, exercise physiology, fitness assessment, sports nutrition, wearable sensor measurements, talent identification, and sports analytics. Additional datasets include historical competitions, referee decisions, fan engagement, economic indicators, and sports management data obtained from public repositories, official organizations, research publications, and educational resources. Designed for sports scientists, coaches, analysts, researchers, educators, students, and data scientists, this package facilitates exploratory data analysis, statistical modeling, machine learning, visualization, and sports analytics research.

r-simplexgof 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/Raydonal/simplexgof
Licenses: GPL 3
Build system: r
Synopsis: Bootstrap-Calibrated Goodness-of-Fit Test for Simplex Regression
Description:

This package implements the bootstrap-calibrated local-influence goodness-of-fit test for simplex regression models with constant or varying dispersion, following the local influence approach of Zhu and Zhang (2004) <doi:10.1093/biomet/91.3.579> and the simplex regression model of Barndorff-Nielsen and Jorgensen (1991) <doi:10.1016/0047-259X(91)90008-P>. The test statistic aggregates individual local-influence measures under case-weight perturbation. Because the first-order asymptotic normal calibration is severely liberal in finite samples, a parametric bootstrap calibration is provided that restores accurate size control and delivers high power against omitted covariates, neglected dispersion, and distributional misspecification. Plotting functions reproduce the figures and tables of the companion methodological paper. Computational kernels are implemented in C++ via Rcpp and RcppArmadillo for speed, and two real datasets are bundled.

r-sits 1.5.4
Propagated dependencies: r-yaml@2.3.12 r-units@1.0-1 r-torch@0.17.0 r-tmap@4.4-1 r-tidyr@1.3.2 r-tibble@3.3.1 r-terra@1.9-27 r-slider@0.3.3 r-sf@1.1-1 r-rstac@1.0.1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-randomforest@4.7-1.2 r-purrr@1.2.2 r-luz@0.5.2 r-lubridate@1.9.5 r-leaflet@2.2.3 r-leafgl@0.2.4 r-httr2@1.2.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/e-sensing/sits/
Licenses: GPL 2
Build system: r
Synopsis: Satellite Image Time Series Analysis for Earth Observation Data Cubes
Description:

An end-to-end toolkit for land use and land cover classification using big Earth observation data. Builds satellite image data cubes from cloud collections. Supports visualization methods for images and time series and smoothing filters for dealing with noisy time series. Enables merging of multi-source imagery (SAR, optical, DEM). Includes functions for quality assessment of training samples using self-organized maps and to reduce training samples imbalance. Provides machine learning algorithms including support vector machines, random forests, extreme gradient boosting, multi-layer perceptrons, temporal convolution neural networks, and temporal attention encoders. Performs efficient classification of big Earth observation data cubes and includes functions for post-classification smoothing based on Bayesian inference. Enables best practices for estimating area and assessing accuracy of land change. Includes object-based spatio-temporal segmentation for space-time OBIA. Minimum recommended requirements: 16 GB RAM and 4 CPU dual-core.

r-schwabr 0.1.5
Propagated dependencies: r-urltools@1.7.3.1 r-magrittr@2.0.5 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-dplyr@1.2.1 r-base64enc@0.1-6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://altanalytics.github.io/schwabr/
Licenses: GPL 3
Build system: r
Synopsis: 'Schwab API' Interface
Description:

Use R to interface with the Charles Schwab Trade API <https://developer.schwab.com/>. Functions include authentication, trading, price requests, account information, and option chains. A user will need a Schwab brokerage account and Schwab Individual Developer app. See README for authentication process and examples.

r-snap 2.0.0
Propagated dependencies: r-torch@0.17.0 r-ggplot2@4.0.3 r-dbscan@1.2.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://rpubs.com/giancarlo_vercellino/snap
Licenses: GPL 3
Build system: r
Synopsis: Simple Neural Application
Description:

This package provides a simple wrapper to easily design vanilla deep neural networks using a torch backend for regression, classification and multi-label tasks, with some tweaks and tricks (skip shortcuts, embedding, feature selection and anomaly detection).

r-sanitytracker 0.1.0
Propagated dependencies: 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://github.com/MarselScheer/sanityTracker
Licenses: GPL 3
Build system: r
Synopsis: Keeps Track of all Performed Sanity Checks
Description:

During the preparation of data set(s) one usually performs some sanity checks. The idea is that irrespective of where the checks are performed, they are centralized by this package in order to list all at once with examples if a check failed.

r-sporelag 0.1.1
Propagated dependencies: r-rlang@1.2.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/friveramariani/SporeLag
Licenses: Expat
Build system: r
Synopsis: Lagged and Moving-Average Exposure Features for Aeroallergen Epidemiology
Description:

Deterministic, group-safe utilities that transform daily environmental exposure series (pollen and spore counts, with support for other time-varying exposures such as ozone and particulate matter) into analysis-ready lagged and moving-average exposure features. Functions validate temporal regularity, assign ISO 8601 weeks and configurable seasons, impute missing daily values transparently, and construct lagged and windowed exposures suitable for environmental epidemiology and public health analyses.

r-snpassoc 2.3.1
Propagated dependencies: r-tidyr@1.3.2 r-survival@3.8-6 r-rms@8.1-1 r-poisbinom@1.0.2 r-plyr@1.8.9 r-mvtnorm@1.3-7 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/isglobal-brge/SNPassoc
Licenses: GPL 2+
Build system: r
Synopsis: SNPs-Based Whole Genome Association Studies
Description:

This package provides functions to perform most of the common analysis in genome association studies are implemented. These analyses include descriptive statistics and exploratory analysis of missing values, calculation of Hardy-Weinberg equilibrium, analysis of association based on generalized linear models (either for quantitative or binary traits), and analysis of multiple SNPs (haplotype and epistasis analysis). Permutation test and related tests (sum statistic and truncated product) are also implemented. Max-statistic and genetic risk-allele score exact distributions are also possible to be estimated. The methods are described in Gonzalez JR et al., 2007 <doi: 10.1093/bioinformatics/btm025>. This version includes internal copies of functions from the archived haplo.stats package to maintain functionality.

r-simsst 0.0.5.2
Propagated dependencies: r-mass@7.3-65 r-gamlss-dist@6.1-1 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=SimSST
Licenses: GPL 3
Build system: r
Synopsis: Simulated Stop Signal Task Data
Description:

Stop signal task data of go and stop trials is generated per participant. The simulation process is based on the generally non-independent horse race model and fixed stop signal delay or tracking method. Each of go and stop process is assumed having exponentially modified Gaussian(ExG) or Shifted Wald (SW) distributions. The output data can be converted to BEESTS software input data enabling researchers to test and evaluate various brain stopping processes manifested by ExG or SW distributional parameters of interest. Methods are described in: Soltanifar M (2020) <https://hdl.handle.net/1807/101208>, Matzke D, Love J, Wiecki TV, Brown SD, Logan GD and Wagenmakers E-J (2013) <doi:10.3389/fpsyg.2013.00918>, Logan GD, Van Zandt T, Verbruggen F, Wagenmakers EJ. (2014) <doi:10.1037/a0035230>.

Total packages: 73955