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

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-segen 2.0.0
Propagated dependencies: r-tictoc@1.2.1 r-scales@1.4.0 r-rfast@2.1.5.2 r-readr@2.2.0 r-purrr@1.2.2 r-philentropy@0.10.0 r-narray@0.5.2 r-moments@0.14.1 r-modeest@2.4.0 r-lubridate@1.9.5 r-imputets@3.4 r-greybox@2.0.8 r-ggplot2@4.0.3 r-future@1.70.0 r-furrr@0.4.0 r-fastdummies@1.7.6 r-fancova@0.6-1 r-entropy@1.3.2 r-dtw@1.23-2 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://rpubs.com/giancarlo_vercellino/segen
Licenses: GPL 3
Build system: r
Synopsis: Sequence Generalization Through Similarity Network
Description:

Proposes an application for sequence prediction generalizing the similarity within the network of previous sequences.

r-sequencespikeslab 1.0.1
Propagated dependencies: r-selectiveinference@1.2.5 r-rcppprogress@0.4.2 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=SequenceSpikeSlab
Licenses: GPL 2+
Build system: r
Synopsis: Exact Bayesian Model Selection Methods for the Sparse Normal Sequence Model
Description:

This package contains fast functions to calculate the exact Bayes posterior for the Sparse Normal Sequence Model, implementing the algorithms described in Van Erven and Szabo (2021, <doi:10.1214/20-BA1227>). For general hierarchical priors, sample sizes up to 10,000 are feasible within half an hour on a standard laptop. For beta-binomial spike-and-slab priors, a faster algorithm is provided, which can handle sample sizes of 100,000 in half an hour. In the implementation, special care has been taken to assure numerical stability of the methods even for such large sample sizes.

r-soilfda 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SoilFDA
Licenses: GPL 3+
Build system: r
Synopsis: Fractal Dimension Analysis of Soil Particle Size Distribution
Description:

Function for the computation of fractal dimension based on mass of soil particle size distribution by Tyler & Wheatcraft (1992) <doi:10.2136/sssaj1992.03615995005600020005x>. It also provides functions for calculation of mean weight and geometric mean diameter of particle size distribution by Perfect et al. (1992) <doi:10.2136/sssaj1992.03615995005600050012x>.

r-scenfire 0.1.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-terra@1.9-27 r-stringr@1.6.0 r-sf@1.1-1 r-rlang@1.2.0 r-readr@2.2.0 r-ggplot2@4.0.3 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=scenfire
Licenses: Expat
Build system: r
Synopsis: Post-Processing Algorithm for Integrating Wildfire Simulations
Description:

This package provides a specialized selection algorithm designed to align simulated fire perimeters with specific fire size distribution scenarios. The foundation of this approach lies in generating a vast collection of plausible simulated fires across a wide range of conditions, assuming a random pattern of ignition. The algorithm then assembles individual fire perimeters based on their specific probabilities of occurrence, e.g., determined by (i) the likelihood of ignition and (ii) the probability of particular fire-weather scenarios, including wind speed and direction. Implements the method presented in Rodrigues (2025a) <doi:10.5194/egusphere-egu25-8974>. Demo data and code examples can be found in Rodrigues (2025b) <doi:10.5281/zenodo.15282605>.

r-steiniv 0.1-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SteinIV
Licenses: GPL 2+
Build system: r
Synopsis: Semi-Parametric Stein-Like Estimator with Instrumental Variables
Description:

Routines for computing different types of linear estimators, based on instrumental variables (IVs), including the semi-parametric Stein-like (SPS) estimator, originally introduced by Judge and Mittelhammer (2004) <DOI:10.1198/016214504000000430>.

r-shinylottie 1.0.0
Propagated dependencies: r-shiny@1.13.0 r-jsonlite@2.0.0 r-htmltools@0.5.9 r-glue@1.8.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://camhowitt.github.io/shinyLottie/
Licenses: Expat
Build system: r
Synopsis: Seamlessly Integrate 'Lottie' Animations into 'shiny' Applications
Description:

Easily integrate and control Lottie animations within shiny applications', without the need for idiosyncratic expression or use of JavaScript'. This includes utilities for generating animation instances, controlling playback, manipulating animation properties, and more. For more information on Lottie', see: <https://airbnb.io/lottie/#/>. Additionally, see the official Lottie GitHub repository at <https://github.com/airbnb/lottie>.

r-scryr 1.0.0
Propagated dependencies: r-tibble@3.3.1 r-purrr@1.2.2 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://curso-r.github.io/scryr/
Licenses: Expat
Build system: r
Synopsis: An Interface to the 'Scryfall' API
Description:

This package provides a simple, light, and robust interface between R and the Scryfall card data API <https://scryfall.com/docs/api>.

r-shar 2.3.1
Propagated dependencies: r-terra@1.9-27 r-spatstat-random@3.4-5 r-spatstat-model@3.7-0 r-spatstat-geom@3.7-3 r-spatstat-explore@3.8-0 r-classint@0.4-11
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://r-spatialecology.github.io/shar/
Licenses: GPL 3+
Build system: r
Synopsis: Species-Habitat Associations
Description:

Analyse species-habitat associations in R. Therefore, information about the location of the species (as a point pattern) is needed together with environmental conditions (as a categorical raster). To test for significance habitat associations, one of the two components is randomized. Methods are mainly based on Plotkin et al. (2000) <doi:10.1006/jtbi.2000.2158> and Harms et al. (2001) <doi:10.1111/j.1365-2745.2001.00615.x>.

r-spcp 1.4.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mvtnorm@1.3-7 r-msm@1.8.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spCP
Licenses: GPL 2+
Build system: r
Synopsis: Spatially Varying Change Points
Description:

This package implements a spatially varying change point model with unique intercepts, slopes, variance intercepts and slopes, and change points at each location. Inference is within the Bayesian setting using Markov chain Monte Carlo (MCMC). The response variable can be modeled as Gaussian (no nugget), probit or Tobit link and the five spatially varying parameter are modeled jointly using a multivariate conditional autoregressive (MCAR) prior. The MCAR is a unique process that allows for a dissimilarity metric to dictate the local spatial dependencies. Full details of the package can be found in the accompanying vignette. Furthermore, the details of the package can be found in the corresponding paper published in Spatial Statistics by Berchuck et al (2019): "A spatially varying change points model for monitoring glaucoma progression using visual field data", <doi:10.1016/j.spasta.2019.02.001>.

r-sticr 1.1.2
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-lubridate@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/HEAL-KGS/STICr
Licenses: AGPL 3+
Build system: r
Synopsis: Process Stream Temperature, Intermittency, and Conductivity (STIC) Sensor Data
Description:

This package provides a collection of functions for processing raw data from Stream Temperature, Intermittency, and Conductivity (STIC) loggers. STICr (pronounced "sticker") includes functions for tidying, calibrating, classifying, and doing quality checks on data from STIC sensors. Some package functionality is described in Wheeler/Zipper et al. (2023) <doi:10.31223/X5636K>.

r-suessr 0.1.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SuessR
Licenses: Expat
Build system: r
Synopsis: Suess and Laws Corrections for Marine Stable Carbon Isotope Data
Description:

Generates region-specific Suess and Laws corrections for stable carbon isotope data from marine organisms collected between 1850 and 2023. Version 0.1.6 of SuessR contains four built-in regions: the Bering Sea ('Bering Sea'), the Aleutian archipelago ('Aleutian Islands'), the Gulf of Alaska ('Gulf of Alaska'), and the subpolar North Atlantic ('Subpolar North Atlantic'). Users can supply their own environmental data for regions currently not built into the package to generate corrections for those regions.

r-survivalplann 0.4
Propagated dependencies: r-survival@3.8-6 r-risca@1.0.7 r-nnet@7.3-20
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=survivalPLANN
Licenses: GPL 2+
Build system: r
Synopsis: Neural Networks to Predict Survival
Description:

Several functions and S3 methods to predict survival by using neural networks. We implemented Partial Logistic Artificial Neural Networks (PLANN) as proposed by Biganzoli et al. (1998) <https://pubmed.ncbi.nlm.nih.gov/9618776>.

r-semsens 1.5.5
Propagated dependencies: r-lavaan@0.6-21
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SEMsens
Licenses: GPL 3
Build system: r
Synopsis: Tool for Sensitivity Analysis in Structural Equation Modeling
Description:

Perform sensitivity analysis in structural equation modeling using meta-heuristic optimization methods (e.g., ant colony optimization and others). The references for the proposed methods are: (1) Leite, W., & Shen, Z., Marcoulides, K., Fish, C., & Harring, J. (2022). <doi:10.1080/10705511.2021.1881786> (2) Harring, J. R., McNeish, D. M., & Hancock, G. R. (2017) <doi:10.1080/10705511.2018.1506925>; (3) Fisk, C., Harring, J., Shen, Z., Leite, W., Suen, K., & Marcoulides, K. (2022). <doi:10.1177/00131644211073121>; (4) Socha, K., & Dorigo, M. (2008) <doi:10.1016/j.ejor.2006.06.046>. We also thank Dr. Krzysztof Socha for sharing his research on ant colony optimization algorithm with continuous domains and associated R code, which provided the base for the development of this package.

r-sensrivastava 2015.6.25.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SenSrivastava
Licenses: GPL 2+
Build system: r
Synopsis: Datasets from Sen & Srivastava
Description:

Collection of datasets from Sen & Srivastava: "Regression Analysis, Theory, Methods and Applications", Springer. Sources for individual data files are more fully documented in the book.

r-sqltargets 0.3.0
Propagated dependencies: r-withr@3.0.2 r-targets@1.12.0 r-tarchetypes@0.14.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-jinjar@0.3.2 r-glue@1.8.1 r-fs@2.1.0 r-dbi@1.3.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/daranzolin/sqltargets
Licenses: Expat
Build system: r
Synopsis: 'Targets' Extension for 'SQL' Queries
Description:

This package provides an extension for SQL queries as separate file within targets pipelines. The shorthand creates two targets, the query file and the query result.

r-statcuber 1.0.0
Propagated dependencies: r-vctrs@0.7.3 r-pillar@1.11.1 r-jsonlite@2.0.0 r-httr@1.4.8 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://statistikat.github.io/STATcubeR/
Licenses: GPL 2+
Build system: r
Synopsis: R Interface for the 'STATcube' REST API and Open Government Data
Description:

Import data from the STATcube REST API or from the open data portal of Statistics Austria. This package includes a client for API requests as well as parsing utilities for data which originates from STATcube'. Documentation about STATcubeR is provided by several vignettes included in the package as well as on the public pkgdown page at <https://statistikat.github.io/STATcubeR/>.

r-survlab 0.1.0
Propagated dependencies: r-truncnorm@1.0-9 r-survival@3.8-6 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://lpereira-ue.github.io/survlab/
Licenses: Expat
Build system: r
Synopsis: Survival Model-Based Imputation for Laboratory Non-Detect Data
Description:

This package implements survival-model-based imputation for censored laboratory measurements, including Tobit-type models with several distribution options. Suitable for data with values below detection or quantification limits, the package identifies the best-fitting distribution and produces realistic imputations that respect the censoring thresholds.

r-sysagnps 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-rio@1.3.0 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-patchwork@1.3.2 r-magrittr@2.0.5 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-forcats@1.0.1 r-expm@1.0-0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/xitingwang-ida/sysAgNPs
Licenses: GPL 3+
Build system: r
Synopsis: Systematic Quantification of AgNPs to Unleash their Potential for Applicability
Description:

There is variation across AgNPs due to differences in characterization techniques and testing metrics employed in studies. To address this problem, we have developed a systematic evaluation framework called sysAgNPs'. Within this framework, Distribution Entropy (DE) is utilized to measure the uncertainty of feature categories of AgNPs, Proclivity Entropy (PE) assesses the preference of these categories, and Combination Entropy (CE) quantifies the uncertainty of feature combinations of AgNPs. Additionally, a Markov chain model is employed to examine the relationships among the sub-features of AgNPs and to determine a Transition Score (TS) scoring standard that is based on steady-state probabilities. The sysAgNPs framework provides metrics for evaluating AgNPs, which helps to unravel their complexity and facilitates effective comparisons among different AgNPs, thereby advancing the scientific research and application of these AgNPs.

r-schangeblock 0.1.1
Propagated dependencies: r-robcp@0.3.10 r-rcpp@1.1.1-1.1 r-nortest@1.0-4 r-ggplot2@4.0.3 r-expm@1.0-0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SChangeBlock
Licenses: GPL 3+
Build system: r
Synopsis: Spatial Structural Change Detection by an Analysis of Variability Between Blocks of Observations
Description:

This package provides methods to detect structural changes in time series or random fields (spatial data). Focus is on the detection of abrupt changes or trends in independent data, but the package also provides a function to de-correlate data with dependence. The functions are based on the test suggested in Schmidt (2024) <DOI:10.3150/23-BEJ1686> and the work in Görz and Fried (2025) <DOI:10.48550/arXiv.2512.11599>.

r-ssnbayes 0.0.3
Propagated dependencies: r-ssn2@0.4.0 r-sf@1.1-1 r-rstan@2.32.7 r-plyr@1.8.9 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/EdgarSantos-Fernandez/SSNbayes
Licenses: GPL 2
Build system: r
Synopsis: Bayesian Spatio-Temporal Analysis in Stream Networks
Description:

Fits Bayesian spatio-temporal models and makes predictions on stream networks using the approach by Santos-Fernandez, Edgar, et al. (2022)."Bayesian spatio-temporal models for stream networks". <arXiv:2103.03538>. In these models, spatial dependence is captured using stream distance and flow connectivity, while temporal autocorrelation is modelled using vector autoregression methods.

r-skmeans 0.2-20
Propagated dependencies: r-slam@0.1-55 r-cluster@2.1.8.2 r-clue@0.3-68
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=skmeans
Licenses: GPL 2
Build system: r
Synopsis: Spherical k-Means Clustering
Description:

Algorithms to compute spherical k-means partitions. Features several methods, including a genetic and a fixed-point algorithm and an interface to the CLUTO vcluster program.

r-snschart 1.4.0
Propagated dependencies: 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=SNSchart
Licenses: Expat
Build system: r
Synopsis: Sequential Normal Scores in Statistical Process Management
Description:

The methods discussed in this package are new non-parametric methods based on sequential normal scores SNS (Conover et al (2017) <doi:10.1080/07474946.2017.1360091>), designed for sequences of observations, usually time series data, which may occur singly or in batches, and may be univariate or multivariate. These methods are designed to detect changes in the process, which may occur as changes in location (mean or median), changes in scale (standard deviation, or variance), or other changes of interest in the distribution of the observations, over the time observed. They usually apply to large data sets, so computations need to be simple enough to be done in a reasonable time on a computer, and easily updated as each new observation (or batch of observations) becomes available. Some examples and more detail in SNS is presented in the work by Conover et al (2019) <arXiv:1901.04443>.

r-shelltrace 3.5.1
Propagated dependencies: r-xlsx@0.6.5 r-tiff@0.1-12 r-bmp@0.3.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/nielsjdewinter/ShellTrace
Licenses: GPL 3
Build system: r
Synopsis: Bivalve Growth and Trace Element Accumulation Model
Description:

This package contains all the formulae of the growth and trace element uptake model described in the equally-named Geoscientific Model Development paper (de Winter, 2017, <doi:10.5194/gmd-2017-137>). The model takes as input a file with X- and Y-coordinates of digitized growth increments recognized on a longitudinal cross section through the bivalve shell, as well as a BMP file of an elemental map of the cross section surface with chemically distinct phases separated by phase analysis. It proceeds by a step-by-step process described in the paper, by which digitized growth increments are used to calculate changes in shell height, shell thickness, shell volume, shell mass and shell growth rate through the bivalve's life time. Then, results of this growth modelling are combined with the trace element mapping results to trace the incorporation of trace elements into the bivalve shell. Results of various modelling parameters can be exported in the form of XLSX files.

r-seinfitr 1.0.1
Propagated dependencies: r-minpack-lm@1.2-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/dslabcena/seinfitR
Licenses: GPL 3+
Build system: r
Synopsis: Modeling the Relationship Between Nematode Densities and Plant Growth
Description:

This package implements the Seinhorst model to analyze the relationship between initial nematode densities and plant growth response using nonlinear least squares estimation. The package provides tools for model fitting, prediction, and visualization, facilitating the study of plant-nematode interactions. Model parameters can be estimated or set to predefined values based on Seinhorst (1986) <doi:10.1007/978-1-4613-2251-1_11>.

Total packages: 72714