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

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-sinib 1.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sinib
Licenses: GPL 3
Build system: r
Synopsis: Sum of Independent Non-Identical Binomial Random Variables
Description:

Density, distribution function, quantile function and random generation for the sum of independent non-identical binomial distribution with parameters \codesize and \codeprob.

r-sepals 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SEPaLS
Licenses: Expat
Build system: r
Synopsis: Shrinkage for Extreme Partial Least-Squares (SEPaLS)
Description:

Regression context for the Partial Least Squares framework for Extreme values. Estimations of the Shrinkage for Extreme Partial Least-Squares (SEPaLS) estimators, an adaptation of the original Partial Least Squares (PLS) method tailored to the extreme-value framework. The SEPaLS project is a joint work by Stephane Girard, Hadrien Lorenzo and Julyan Arbel. R code to replicate the results of the paper is available at <https://github.com/hlorenzo/SEPaLS_simus>. Extremes within PLS was already studied by one of the authors, see M Bousebeta, G Enjolras, S Girard (2023) <doi:10.1016/j.jmva.2022.105101>.

r-shinyglide 0.1.4
Propagated dependencies: r-shiny@1.13.0 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://juba.github.io/shinyglide/
Licenses: GPL 3+
Build system: r
Synopsis: Glide Component for Shiny Applications
Description:

Insert Glide JavaScript component into Shiny applications for carousel or assistant-like user interfaces.

r-storm 1.2
Propagated dependencies: r-rjson@0.2.23 r-permute@0.9-10
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=Storm
Licenses: GPL 2+
Build system: r
Synopsis: Write Storm Bolts in R using the Storm Multi-Language Protocol
Description:

Storm is a distributed real-time computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing real-time computation. . Storm includes a "Multi-Language" (or "Multilang") Protocol to allow implementation of Bolts and Spouts in languages other than Java. This R extension provides implementations of utility functions to allow an application developer to focus on application-specific functionality rather than Storm/R communications plumbing.

r-survnma 1.1-1
Propagated dependencies: r-netmeta@3.6-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://doi.org/10.1101/2025.01.23.25321051
Licenses: GPL 3
Build system: r
Synopsis: Network Meta-Analysis Combining Survival and Count Outcomes
Description:

Network meta-analysis for survival outcome data often involves several studies only involve dichotomized outcomes (e.g., the numbers of event and sample sizes of individual arms). To combine these different outcome data, Woods et al. (2010) <doi:10.1186/1471-2288-10-54> proposed a Bayesian approach using complicated hierarchical models. Besides, frequentist approaches have been alternative standard methods for the statistical analyses of network meta-analysis, and the methodology has been well established. We proposed an easy-to-implement method for the network meta-analysis based on the frequentist framework in Noma and Maruo (2025) <doi:10.1101/2025.01.23.25321051>. This package involves some convenient functions to implement the simple synthesis method.

r-sparsesurv 0.1.1
Dependencies: jags@4.3.1
Propagated dependencies: r-r2jags@0.8-9 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/alexangelakis-ang/sparsesurv
Licenses: GPL 3+
Build system: r
Synopsis: Forecasting and Early Outbreak Detection for Sparse Count Data
Description:

This package provides functions for fitting, forecasting, and early detection of outbreaks in sparse surveillance count time series. Supports negative binomial (NB), self-exciting NB, generalise autoregressive moving average (GARMA) NB , zero-inflated NB (ZINB), self-exciting ZINB, generalise autoregressive moving average ZINB, and hurdle formulations. Climatic and environmental covariates can be included in the regression component and/or the zero-modified components. Includes outbreak-detection algorithms for NB, ZINB, and hurdle models, with utilities for prediction and diagnostics.

r-statelevelforest 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=StateLevelForest
Licenses: FSDG-compatible
Build system: r
Synopsis: Historical State-Level Forest Cover Data in the United States
Description:

This package provides a unique dataset of historical forest cover across all states in the United States, spanning from 1907 to 2017, along with 1630 as a reference year. This dataset is important for understanding environmental changes and land use trends over time. It includes functionality for easy access of the data.

r-sticky 0.5.6.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sticky
Licenses: GPL 2 FSDG-compatible
Build system: r
Synopsis: Persist Attributes Across Data Operations
Description:

In base R, object attributes are lost when objects are modified by common data operations such as subset, filter, slice, append, extract etc. This packages allows objects to be marked as sticky and have attributes persisted during these operations or when inserted into or extracted from list-like or table-like objects.

r-sumextras 1.0.0
Propagated dependencies: r-rlang@1.2.0 r-gtsummary@2.5.1 r-gt@1.3.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/kyleGrealis/sumExtras
Licenses: Expat
Build system: r
Synopsis: Extra Functions for 'gtsummary' Table Styling
Description:

This package provides additional convenience functions for gtsummary (Sjoberg et al. (2021) <doi:10.32614/RJ-2021-053>) & gt tables, including automatic variable labeling from dictionaries, standardized missing value display, and consistent formatting helpers for streamlined table styling workflows.

r-semfindr 0.2.0
Propagated dependencies: r-rlang@1.2.0 r-pbapply@1.7-4 r-matrix@1.7-5 r-lavaan@0.6-21 r-ggrepel@0.9.8 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://sfcheung.github.io/semfindr/
Licenses: GPL 3
Build system: r
Synopsis: Influential Cases in Structural Equation Modeling
Description:

Sensitivity analysis in structural equation modeling using influence measures and diagnostic plots. Support leave-one-out casewise sensitivity analysis presented by Pek and MacCallum (2011) <doi:10.1080/00273171.2011.561068> and approximate casewise influence using scores and casewise likelihood. An introduction to the package can be found in Cheung and Lai (2026) <doi:10.1080/00273171.2026.2634293>.

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-smmr 1.0.5
Propagated dependencies: r-seqinr@4.2-44 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-discreteweibull@1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://plmlab.math.cnrs.fr/lmrs/statistique/smmR
Licenses: GPL 3
Build system: r
Synopsis: Simulation, Estimation and Reliability of Semi-Markov Models
Description:

This package performs parametric and non-parametric estimation and simulation for multi-state discrete-time semi-Markov processes. For the parametric estimation, several discrete distributions are considered for the sojourn times: Uniform, Geometric, Poisson, Discrete Weibull and Negative Binomial. The non-parametric estimation concerns the sojourn time distributions, where no assumptions are done on the shape of distributions. Moreover, the estimation can be done on the basis of one or several sample paths, with or without censoring at the beginning or/and at the end of the sample paths. Reliability indicators such as reliability, maintainability, availability, BMP-failure rate, RG-failure rate, mean time to failure and mean time to repair are available as well. The implemented methods are described in Barbu, V.S., Limnios, N. (2008) <doi:10.1007/978-0-387-73173-5>, Barbu, V.S., Limnios, N. (2008) <doi:10.1080/10485250701261913> and Trevezas, S., Limnios, N. (2011) <doi:10.1080/10485252.2011.555543>. Estimation and simulation of discrete-time k-th order Markov chains are also considered.

r-solartime 0.0.4
Propagated dependencies: r-lubridate@1.9.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/bgctw/solartime
Licenses: GPL 3
Build system: r
Synopsis: Utilities Dealing with Solar Time Such as Sun Position and Time of Sunrise
Description:

Provide utilities to work with solar time, i.e. where noon is exactly when sun culminates. Provides functions for computing sun position and times of sunrise and sunset.

r-spedinstabr 2.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SPEDInstabR
Licenses: GPL 2+
Build system: r
Synopsis: Estimation of the Relative Importance of Factors Affecting Species Distribution Based on Stability Concept
Description:

From output files obtained from the software ModestR', the relative contribution of factors to explain species distribution is depicted using several plots. A global geographic raster file for each environmental variable may be also obtained with the mean relative contribution, considering all species present in each raster cell, of the factor to explain species distribution. Finally, for each variable it is also possible to compare the frequencies of any variable obtained in the cells where the species is present with the frequencies of the same variable in the cells of the extent.

r-spbal 1.0.1
Propagated dependencies: r-units@1.0-1 r-sf@1.1-1 r-rcppthread@2.3.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=spbal
Licenses: Expat
Build system: r
Synopsis: Spatially Balanced Sampling Algorithms
Description:

Encapsulates a number of spatially balanced sampling algorithms, namely, Balanced Acceptance Sampling (equal, unequal, seed point, panels), Halton frames (for discretizing a continuous resource), Halton Iterative Partitioning (equal probability) and Simple Random Sampling. Robertson, B. L., Brown, J. A., McDonald, T. and Jaksons, P. (2013) <doi:10.1111/biom.12059>. Robertson, B. L., McDonald, T., Price, C. J. and Brown, J. A. (2017) <doi:10.1016/j.spl.2017.05.004>. Robertson, B. L., McDonald, T., Price, C. J. and Brown, J. A. (2018) <doi:10.1007/s10651-018-0406-6>. Robertson, B. L., van Dam-Bates, P. and Gansell, O. (2021a) <doi:10.1007/s10651-020-00481-1>. Robertson, B. L., Davies, P., Gansell, O., van Dam-Bates, P., McDonald, T. (2025) <doi:10.1111/anzs.12435>.

r-spnngp 1.0.2
Propagated dependencies: r-rann@2.6.2 r-formula@1.2-5 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.finley-lab.com/
Licenses: GPL 2+
Build system: r
Synopsis: Spatial Regression Models for Large Datasets using Nearest Neighbor Gaussian Processes
Description:

Fits univariate Bayesian spatial regression models for large datasets using Nearest Neighbor Gaussian Processes (NNGP) detailed in Finley, Datta, Banerjee (2022) <doi:10.18637/jss.v103.i05>, Finley, Datta, Cook, Morton, Andersen, and Banerjee (2019) <doi:10.1080/10618600.2018.1537924>, and Datta, Banerjee, Finley, and Gelfand (2016) <doi:10.1080/01621459.2015.1044091>.

r-sparkavro 0.3.0
Propagated dependencies: r-sparklyr@1.9.5 r-dplyr@1.2.1 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sparkavro
Licenses: ASL 2.0 FSDG-compatible
Build system: r
Synopsis: Load Avro file into 'Apache Spark'
Description:

Load Avro Files into Apache Spark using sparklyr'. This allows to read files from Apache Avro <https://avro.apache.org/>.

r-stdistance 0.6.8
Propagated dependencies: r-tidyr@1.3.2 r-scales@1.4.0 r-rcolorbrewer@1.1-3 r-hmisc@5.2-5 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=STDistance
Licenses: GPL 3+
Build system: r
Synopsis: Spatial Transcriptomics Distance Calculation and Visualization
Description:

Analysis of spatial relationships between cell types in spatial transcriptomics data. Spatial proximity is a critical factor in cell-cell communication. The package calculates nearest neighbor distances between specified cell types and provides visualization tools to explore spatial patterns. Applications include studying cell-cell interactions, immune microenvironment characterization, and spatial organization of tissues.

r-slideview 0.2.1
Propagated dependencies: r-viridislite@0.4.3 r-terra@1.9-27 r-raster@3.6-32 r-lattice@0.22-9 r-htmlwidgets@1.6.4 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://r-spatial.github.io/slideview/
Licenses: Expat
Build system: r
Synopsis: Compare Raster Images Side by Side with a Slider
Description:

Create a side-by-side view of raster(image)s with an interactive slider to switch between regions of the images. This can be especially useful for image comparison of the same region at different time stamps.

r-stcyp 1.0.0
Propagated dependencies: r-rootsolve@1.8.2.4 r-ggplot2@4.0.3 r-copula@1.1-7 r-bsts@0.9.11
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=STCYP
Licenses: Expat
Build system: r
Synopsis: Spatio-Temporal Crop Yield Prediction
Description:

This package provides crop yield and meteorological data for Ontario, Canada. Includes functions for fitting and predicting data using spatio-temporal models, as well as tools for visualizing the results. The package builds upon existing R packages, including copula (Hofert et al., 2025) <doi:10.32614/CRAN.package.copula>, and bsts (Scott, 2024) <doi:10.32614/CRAN.package.bsts>.

r-stmr 0.1.7
Propagated dependencies: r-tidyr@1.3.2 r-quantreg@6.1 r-nlme@3.1-169 r-minpack-lm@1.2-4 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-ggfittext@0.10.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://mladenjovanovic.github.io/STMr/
Licenses: Expat
Build system: r
Synopsis: Strength Training Manual R-Language Functions
Description:

Strength training prescription using percent-based approach requires numerous computations and assumptions. STMr package allow users to estimate individual reps-max relationships, implement various progression tables, and create numerous set and rep schemes. The STMr package is originally created as a tool to help writing JovanoviÄ M. (2020) Strength Training Manual <ISBN:979-8604459898>.

r-sbicgraph 1.0.0
Propagated dependencies: r-network@1.20.0 r-mass@7.3-65 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SBICgraph
Licenses: GPL 3
Build system: r
Synopsis: Structural Bayesian Information Criterion for Graphical Models
Description:

This is the implementation of the novel structural Bayesian information criterion by Zhou, 2020 (under review). In this method, the prior structure is modeled and incorporated into the Bayesian information criterion framework. Additionally, we also provide the implementation of a two-step algorithm to generate the candidate model pool.

r-soptdmaea 1.0.1
Propagated dependencies: r-matrix@1.7-5 r-mass@7.3-65 r-igraph@2.3.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=soptdmaeA
Licenses: GPL 2
Build system: r
Synopsis: Sequential Optimal Designs for Two-Colour cDNA Microarray Experiments
Description:

Computes sequential A-, MV-, D- and E-optimal or near-optimal block and row-column designs for two-colour cDNA microarray experiments using the linear fixed effects and mixed effects models where the interest is in a comparison of all possible elementary treatment contrasts. The package also provides an optional method of using the graphical user interface (GUI) R package tcltk to ensure that it is user friendly.

r-spatgeom 0.3.0
Propagated dependencies: r-sf@1.1-1 r-scales@1.4.0 r-purrr@1.2.2 r-lwgeom@0.2-16 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/maikol-solis/spatgeom
Licenses: Expat
Build system: r
Synopsis: Geometric Spatial Point Analysis
Description:

The implementation to perform the geometric spatial point analysis developed in Hernández & Solàs (2022) <doi:10.1007/s00180-022-01244-1>. It estimates the geometric goodness-of-fit index for a set of variables against a response one based on the sf package. The package has methods to print and plot the results.

Total packages: 72166