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

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-sitrep 0.4.1
Propagated dependencies: r-epitabulate@0.1.0 r-epikit@0.2.0 r-epidict@0.3.0 r-apyramid@0.1.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/R4EPI/sitrep/
Licenses: GPL 3
Build system: r
Synopsis: Report Templates and Helper Functions for Applied Epidemiology
Description:

This package provides a meta-package that loads the complete sitrep ecosystem for applied epidemiology analysis. This package provides report templates and automatically loads companion packages, including epitabulate (for epidemiological tables), epidict (for data dictionaries), epikit (for epidemiological utilities), and apyramid (for age-sex pyramids). Simply load sitrep to access all functions from the ecosystem.

r-saehb-spatial 0.1.1
Dependencies: jags@4.3.1
Propagated dependencies: r-stringr@1.6.0 r-rjags@4-17 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/arinams/saeHB.spatial
Licenses: GPL 3
Build system: r
Synopsis: Small Area Estimation Hierarchical Bayes For Spatial Model
Description:

This package provides several functions and datasets for area level of Small Area Estimation under Spatial Model using Hierarchical Bayesian (HB) Method. Model-based estimators include the HB estimators based on a Spatial Fay-Herriot model with univariate normal distribution for variable of interest.The rjags package is employed to obtain parameter estimates. For the reference, see Rao and Molina (2015) <doi:10.1002/9781118735855>.

r-stdreg2 1.0.3
Propagated dependencies: r-survival@3.8-3 r-generics@0.1.4 r-drgee@1.1.10-4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://sachsmc.github.io/stdReg2/
Licenses: AGPL 3+
Build system: r
Synopsis: Regression Standardization for Causal Inference
Description:

This package contains more modern tools for causal inference using regression standardization. Four general classes of models are implemented; generalized linear models, conditional generalized estimating equation models, Cox proportional hazards models, and shared frailty gamma-Weibull models. Methodological details are described in Sjölander, A. (2016) <doi:10.1007/s10654-016-0157-3>. Also includes functionality for doubly robust estimation for generalized linear models in some special cases, and the ability to implement custom models.

r-sclink 1.0.1
Propagated dependencies: r-glasso@1.11
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=scLink
Licenses: GPL 3
Build system: r
Synopsis: Inferring Functional Gene Co-Expression Networks from Single Cell Data
Description:

Uses statistical network modeling to understand the co-expression relationships among genes and to construct sparse gene co-expression networks from single-cell gene expression data.

r-sahpm 1.0.1
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sahpm
Licenses: GPL 2
Build system: r
Synopsis: Variable Selection using Simulated Annealing
Description:

Highest posterior model is widely accepted as a good model among available models. In terms of variable selection highest posterior model is often the true model. Our stochastic search process SAHPM based on simulated annealing maximization method tries to find the highest posterior model by maximizing the model space with respect to the posterior probabilities of the models. This package currently contains the SAHPM method only for linear models. The codes for GLM will be added in future.

r-seasonalityplot 1.3.1
Propagated dependencies: r-zoo@1.8-14 r-ttr@0.24.4 r-quantmod@0.4.28 r-plotrix@3.8-13 r-magrittr@2.0.4 r-lubridate@1.9.4 r-htmltools@0.5.8.1 r-dygraphs@1.1.1.6 r-crypto2@2.0.5 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/kumeS/seasonalityPlot
Licenses: Artistic License 2.0
Build system: r
Synopsis: Seasonality Variation Plots of Stock Prices and Cryptocurrencies
Description:

The price action at any given time is determined by investor sentiment and market conditions. Although there is no established principle, over a long period of time, things often move with a certain periodicity. This is sometimes referred to as anomaly. The seasonPlot() function in this package calculates and visualizes the average value of price movements over a year for any given period. In addition, the monthly increase or decrease in price movement is represented with a colored background. This seasonPlot() function can use the same symbols as the quantmod package (e.g. ^IXIC, ^DJI, SPY, BTC-USD, and ETH-USD etc).

r-settings 0.2.7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/markvanderloo/settings
Licenses: GPL 3
Build system: r
Synopsis: Software Option Settings Manager for R
Description:

This package provides option settings management that goes beyond R's default options function. With this package, users can define their own option settings manager holding option names, default values and (if so desired) ranges or sets of allowed option values that will be automatically checked. Settings can then be retrieved, altered and reset to defaults with ease. For R programmers and package developers it offers cloning and merging functionality which allows for conveniently defining global and local options, possibly in a multilevel options hierarchy. See the package vignette for some examples concerning functions, S4 classes, and reference classes. There are convenience functions to reset par() and options() to their factory defaults'.

r-shapefiles 0.7.2
Propagated dependencies: r-foreign@0.8-90
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shapefiles
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Read and Write ESRI Shapefiles
Description:

This package provides functions to read and write ESRI shapefiles.

r-scatr 1.0.1
Propagated dependencies: r-r6@2.6.1 r-jmvcore@2.7.7 r-ggstance@0.3.7 r-ggridges@0.5.7 r-ggplot2@4.0.1 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/raviselker/scatr
Licenses: GPL 2+
Build system: r
Synopsis: Create Scatter Plots with Marginal Density or Box Plots
Description:

Allows you to make clean, good-looking scatter plots with the option to easily add marginal density or box plots on the axes. It is also available as a module for jamovi (see <https://www.jamovi.org> for more information). Scatr is based on the cowplot package by Claus O. Wilke and the ggplot2 package by Hadley Wickham.

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-sleepcycles 1.1.4
Propagated dependencies: r-viridis@0.6.5 r-stringr@1.6.0 r-reshape2@1.4.5 r-plyr@1.8.9 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SleepCycles
Licenses: GPL 3
Build system: r
Synopsis: Sleep Cycle Detection
Description:

Sleep cycles are largely detected according to the originally proposed criteria by Feinberg & Floyd (1979) <doi:10.1111/j.1469-8986.1979.tb02991.x> as described in Blume & Cajochen (2021) <doi:10.1016/j.mex.2021.101318>.

r-svtools 0.9-5
Propagated dependencies: r-svmisc@1.4.3 r-codetools@0.2-20
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: Wrappers for Tools in Other Packages for IDE Friendliness
Description:

Set of tools aimed at wrapping some of the functionalities of the packages tools, utils and codetools into a nicer format so that an IDE can use them.

r-sectorgap 0.1.0
Propagated dependencies: r-zoo@1.8-14 r-tidyr@1.3.1 r-tempdisagg@1.2.0 r-mcmcpack@1.7-1 r-kfas@1.6.0 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://cran.r-project.org/package=sectorgap
Licenses: GPL 3
Build system: r
Synopsis: Consistent Economic Trend Cycle Decomposition
Description:

Determining potential output and the output gap - two inherently unobservable variables - is a major challenge for macroeconomists. sectorgap features a flexible modeling and estimation framework for a multivariate Bayesian state space model identifying economic output fluctuations consistent with subsectors of the economy. The proposed model is able to capture various correlations between output and a set of aggregate as well as subsector indicators. Estimation of the latent states and parameters is achieved using a simple Gibbs sampling procedure and various plotting options facilitate the assessment of the results. For details on the methodology and an illustrative example, see Streicher (2024) <https://www.research-collection.ethz.ch/handle/20.500.11850/653682>.

r-stv 1.0.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/jayemerson/STV
Licenses: LGPL 3
Build system: r
Synopsis: Single Transferable Vote Counting
Description:

Implementations of the Single Transferable Vote counting system. By default, it uses the Cambridge method for surplus allocation and Droop method for quota calculation. Fractional surplus allocation and the Hare quota are available as options.

r-semdeep 1.1.1
Propagated dependencies: r-xgboost@1.7.11.1 r-torch@0.16.3 r-semgraph@1.2.4 r-rpart@4.1.24 r-ranger@0.17.0 r-progress@1.2.3 r-parabar@1.4.2 r-neuralnettools@1.5.3 r-lavaan@0.6-20 r-kernelshap@0.9.1 r-igraph@2.2.1 r-corpcor@1.6.10 r-coro@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/BarbaraTarantino/SEMdeep
Licenses: GPL 3+
Build system: r
Synopsis: Structural Equation Modeling with Deep Neural Network and Machine Learning Algorithms
Description:

Training and validation of a custom (or data-driven) Structural Equation Models using Deep Neural Networks or Machine Learning algorithms, which extend the fitting procedures of the SEMgraph R package <doi:10.32614/CRAN.package.SEMgraph>.

r-svelteplots 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-rcolorbrewer@1.1-3 r-purrr@1.2.0 r-padr@0.6.3 r-magrittr@2.0.4 r-htmlwidgets@1.6.4 r-dplyr@1.1.4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/Pascal-Schmidt/SveltePlots
Licenses: Expat
Build system: r
Synopsis: Wrapper for a Svelte Custom Web Component
Description:

An interactive charting library built on Svelte and D3 to easily produce SVG charts in R. Designed to simplify shiny development by eliminating the need for renderUI(), insertUI(), removeUI(), and shiny proxy functions, using Svelte''s reactive state system instead.

r-seeclickfixr 1.1.0
Propagated dependencies: r-rcurl@1.98-1.17 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=seeclickfixr
Licenses: GPL 3
Build system: r
Synopsis: Access Data from the SeeClickFix Web API
Description:

This package provides a wrapper to access data from the SeeClickFix web API for R. SeeClickFix is a central platform employed by many cities that allows citizens to request their city's services. This package creates several functions to work with all the built-in calls to the SeeClickFix API. Allows users to download service request data from numerous locations in easy-to-use dataframe format manipulable in standard R functions.

r-shrinkgpr 2.0.0
Propagated dependencies: r-torch@0.16.3 r-rlang@1.1.6 r-progress@1.2.3 r-mniw@1.0.2 r-gsl@2.1-9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shrinkGPR
Licenses: GPL 2+
Build system: r
Synopsis: Scalable Gaussian Process Regression with Hierarchical Shrinkage Priors
Description:

Efficient variational inference methods for fully Bayesian univariate and multivariate Gaussian and t-process regression models. Hierarchical shrinkage priors, including the triple gamma prior, are used for effective variable selection and covariance shrinkage in high-dimensional settings. The package leverages normalizing flows to approximate complex posterior distributions. For details on implementation, see Knaus (2025) <doi:10.48550/arXiv.2501.13173>.

r-shinyloadtest 1.2.1
Propagated dependencies: r-xml2@1.5.0 r-websocket@1.4.4 r-vroom@1.6.6 r-svglite@2.2.2 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.1.6 r-r6@2.6.1 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-httpuv@1.6.16 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-curl@7.0.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://rstudio.github.io/shinyloadtest/
Licenses: GPL 3
Build system: r
Synopsis: Load Test Shiny Applications
Description:

Assesses the number of concurrent users shiny applications are capable of supporting, and for directing application changes in order to support a higher number of users. Provides facilities for recording shiny application sessions, playing recorded sessions against a target server at load, and analyzing the resulting metrics.

r-syllabifyr 0.1.1
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-purrr@1.2.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=syllabifyr
Licenses: Expat
Build system: r
Synopsis: Syllabifier for CMU Dictionary Transcriptions
Description:

This package implements tidy syllabification of transcription. Based on @kylebgorman's python implementation <https://github.com/kylebgorman/syllabify>.

r-shinywgd 1.0.0
Dependencies: pandoc@2.19.2 pandoc@2.19.2
Propagated dependencies: r-vroom@1.6.6 r-tidyr@1.3.1 r-stringr@1.6.0 r-shinyalert@3.1.0 r-shiny@1.11.1 r-seqinr@4.2-36 r-mclust@6.1.2 r-ks@1.15.1 r-jsonlite@2.0.0 r-httr@1.4.7 r-htmltools@0.5.8.1 r-fs@1.6.6 r-dplyr@1.1.4 r-data-table@1.17.8 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shinyWGD
Licenses: GPL 3
Build system: r
Synopsis: 'Shiny' Application for Whole Genome Duplication Analysis
Description:

This package provides a comprehensive Shiny application for analyzing Whole Genome Duplication ('WGD') events. This package provides a user-friendly Shiny web application for non-experienced researchers to prepare input data and execute command lines for several well-known WGD analysis tools, including wgd', ksrates', i-ADHoRe', OrthoFinder', and Whale'. This package also provides the source code for experienced researchers to adjust and install the package to their own server. Key Features 1) Input Data Preparation This package allows users to conveniently upload and format their data, making it compatible with various WGD analysis tools. 2) Command Line Generation This package automatically generates the necessary command lines for selected WGD analysis tools, reducing manual errors and saving time. 3) Visualization This package offers interactive visualizations to explore and interpret WGD results, facilitating in-depth WGD analysis. 4) Comparative Genomics Users can study and compare WGD events across different species, aiding in evolutionary and comparative genomics studies. 5) User-Friendly Interface This Shiny web application provides an intuitive and accessible interface, making WGD analysis accessible to researchers and bioinformaticians of all levels.

r-stelfi 1.0.2
Propagated dependencies: r-tmb@1.9.18 r-tidyr@1.3.1 r-sf@1.0-23 r-rcppeigen@0.3.4.0.2 r-matrix@1.7-4 r-gridextra@2.3 r-ggplot2@4.0.1 r-fmesher@0.5.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/cmjt/stelfi/
Licenses: GPL 3+
Build system: r
Synopsis: Hawkes and Log-Gaussian Cox Point Processes Using Template Model Builder
Description:

Fit Hawkes and log-Gaussian Cox process models with extensions. Introduced in Hawkes (1971) <doi:10.2307/2334319> a Hawkes process is a self-exciting temporal point process where the occurrence of an event immediately increases the chance of another. We extend this to consider self-inhibiting process and a non-homogeneous background rate. A log-Gaussian Cox process is a Poisson point process where the log-intensity is given by a Gaussian random field. We extend this to a joint likelihood formulation fitting a marked log-Gaussian Cox model. In addition, the package offers functionality to fit self-exciting spatiotemporal point processes. Models are fitted via maximum likelihood using TMB (Template Model Builder). Where included 1) random fields are assumed to be Gaussian and are integrated over using the Laplace approximation and 2) a stochastic partial differential equation model, introduced by Lindgren, Rue, and Lindström. (2011) <doi:10.1111/j.1467-9868.2011.00777.x>, is defined for the field(s).

r-sqn 1.0.6
Propagated dependencies: r-nor1mix@1.3-3 r-mclust@6.1.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SQN
Licenses: LGPL 2.0+
Build system: r
Synopsis: Subset Quantile Normalization
Description:

Normalization based a subset of negative control probes as described in Subset quantile normalization using negative control features'. Wu Z, Aryee MJ, J Comput Biol. 2010 Oct;17(10):1385-95 [PMID 20976876].

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".

Total packages: 69240