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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-sharper 1.4.0
Propagated dependencies: r-zoo@1.8-14 r-matrixcalc@1.0-6 r-epsiwal@0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/shabbychef/SharpeR
Licenses: LGPL 3
Build system: r
Synopsis: Statistical Significance of the Sharpe Ratio
Description:

This package provides a collection of tools for analyzing significance of assets, funds, and trading strategies, based on the Sharpe ratio and overfit of the same. Provides density, distribution, quantile and random generation of the Sharpe ratio distribution based on normal returns, as well as the optimal Sharpe ratio over multiple assets. Computes confidence intervals on the Sharpe and provides a test of equality of Sharpe ratios based on the Delta method. The statistical foundations of the Sharpe can be found in the author's Short Sharpe Course <doi:10.2139/ssrn.3036276>.

r-ssfa 1.2.3
Propagated dependencies: r-spdep@1.4-1 r-spatialreg@1.4-2 r-sp@2.2-0 r-maxlik@1.5-2.1 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ssfa
Licenses: GPL 3
Build system: r
Synopsis: Spatial Stochastic Frontier Analysis
Description:

Spatial Stochastic Frontier Analysis (SSFA) is an original method for controlling the spatial heterogeneity in Stochastic Frontier Analysis (SFA) models, for cross-sectional data, by splitting the inefficiency term into three terms: the first one related to spatial peculiarities of the territory in which each single unit operates, the second one related to the specific production features and the third one representing the error term.

r-sigint 0.2.0
Propagated dependencies: r-xtable@1.8-4 r-stringr@1.6.0 r-randomforest@4.7-1.2 r-pbivnorm@0.6.0 r-maxlik@1.5-2.1 r-mass@7.3-65 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ccrismancox/sigint
Licenses: GPL 3+
Build system: r
Synopsis: Estimate the Parameters of a Discrete Crisis-Bargaining Game
Description:

This package provides pseudo-likelihood methods for empirically analyzing common signaling games in international relations as described in Crisman-Cox and Gibilisco (2019) <doi:10.1017/psrm.2019.58>.

r-simsurvey 0.1.8
Propagated dependencies: r-stars@0.6-8 r-sf@1.0-23 r-rlang@1.1.6 r-progress@1.2.3 r-plotly@4.11.0 r-matrix@1.7-4 r-lifecycle@1.0.4 r-foreach@1.5.2 r-doparallel@1.0.17 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://paulregular.github.io/SimSurvey/
Licenses: GPL 3
Build system: r
Synopsis: Test Surveys by Simulating Spatially-Correlated Populations
Description:

Simulate age-structured populations that vary in space and time and explore the efficacy of a range of built-in or user-defined sampling protocols to reproduce the population parameters of the known population. (See Regular et al. (2020) <doi:10.1371/journal.pone.0232822> for more details).

r-semnetdictionaries 0.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/AlexChristensen/SemNetDictionaries
Licenses: GPL 3+
Build system: r
Synopsis: Dictionaries for the 'SemNetCleaner' Package
Description:

This package implements dictionaries that can be used in the SemNetCleaner package. Also includes several functions aimed at facilitating the text cleaning analysis in the SemNetCleaner package. This package is designed to integrate and update word lists and dictionaries based on each user's individual needs by allowing users to store and save their own dictionaries. Dictionaries can be added to the SemNetDictionaries package by submitting user-defined dictionaries to <https://github.com/AlexChristensen/SemNetDictionaries>.

r-sqlfluffr 0.1.0
Propagated dependencies: r-reticulate@1.44.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/brendensm/sqlfluffr
Licenses: Expat
Build system: r
Synopsis: Wrapper to the 'SQL' Linter and Formatter 'sqlfluff'
Description:

An R interface to the Python sqlfluff SQL linter and formatter via the reticulate package. Enables linting, fixing, and parsing of SQL queries with support for multiple dialects. Includes special handling for glue SQL syntax with curly-brace placeholders.

r-shiftconvolvepoibin 1.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ShiftConvolvePoibin
Licenses: GPL 2+
Build system: r
Synopsis: Exactly Computing the Tail of the Poisson-Binomial Distribution
Description:

An exact method for computing the Poisson-Binomial Distribution (PBD). The package provides a function for generating a random sample from the PBD, as well as two distinct approaches for computing the density, distribution, and quantile functions of the PBD. The first method uses direct-convolution, or a dynamic-programming approach which is numerically stable but can be slow for a large input due to its quadratic complexity. The second method is much faster on large inputs thanks to its use of Fast Fourier Transform (FFT) based convolutions. Notably in this case the package uses an exponential shift to practically guarantee the relative accuracy of the computation of an arbitrarily small tail of the PBD -- something that FFT-based methods often struggle with. This ShiftConvolvePoiBin method is described in Peres, Lee and Keich (2020) <arXiv:2004.07429> where it is also shown to be competitive with the fastest implementations for exactly computing the entire Poisson-Binomial distribution.

r-sie2nts 0.1.0
Propagated dependencies: r-stringr@1.6.0 r-rcurl@1.98-1.17 r-plotly@4.11.0 r-matrix@1.7-4 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=Sie2nts
Licenses: Expat
Build system: r
Synopsis: Sieve Methods for Non-Stationary Time Series
Description:

We provide functions for estimation and inference of locally-stationary time series using the sieve methods and bootstrapping procedure. In addition, it also contains functions to generate Daubechies and Coiflet wavelet by Cascade algorithm and to process data visualization.

r-socialranking 1.2.0
Propagated dependencies: r-rlang@1.1.6 r-relations@0.6-15 r-rdpack@2.6.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/jassler/socialranking
Licenses: GPL 3
Build system: r
Synopsis: Social Ranking Solutions for Power Relations on Coalitions
Description:

The notion of power index has been widely used in literature to evaluate the influence of individual players (e.g., voters, political parties, nations, stockholders, etc.) involved in a collective decision situation like an electoral system, a parliament, a council, a management board, etc., where players may form coalitions. Traditionally this ranking is determined through numerical evaluation. More often than not however only ordinal data between coalitions is known. The package socialranking offers a set of solutions to rank players based on a transitive ranking between coalitions, including through CP-Majority, ordinal Banzhaf or lexicographic excellence solution summarized by Tahar Allouche, Bruno Escoffier, Stefano Moretti and Meltem à ztürk (2020, <doi:10.24963/ijcai.2020/3>).

r-sstn 1.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sstn
Licenses: GPL 3
Build system: r
Synopsis: Self-Similarity Test for Normality
Description:

This package implements the Self-Similarity Test for Normality (SSTN), a new statistical test designed to assess whether a given sample originates from a normal distribution. The procedure is based on iteratively estimating the characteristic function of the sum of standardized i.i.d. random variables and comparing it to the characteristic function of the standard normal distribution. A Monte Carlo procedure is used to determine the empirical distribution of the test statistic under the null hypothesis. Details of the methodology are described in Anarat and Schwender (2025), "A normality test based on self-similarity" (Submitted).

r-sunburstshinywidget 0.5.0
Propagated dependencies: r-waiter@0.2.5-1.927501b r-tidyr@1.3.1 r-tibble@3.3.0 r-shiny@1.11.1 r-scales@1.4.0 r-purrr@1.2.0 r-htmlwidgets@1.6.4 r-glue@1.8.0 r-dt@0.34.0 r-dplyr@1.1.4 r-bslib@0.9.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sunburstShinyWidget
Licenses: Expat
Build system: r
Synopsis: Sunburst 'HTML' Widget Based on 'd3.js'
Description:

This package provides a sunburst plot based on the d3.js library as an HTML shiny widget.

r-sovereign 1.2.1
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1 r-tidyr@1.3.1 r-strucchange@1.5-4 r-stringr@1.6.0 r-sandwich@3.1-1 r-randomforest@4.7-1.2 r-purrr@1.2.0 r-mclust@6.1.2 r-magrittr@2.0.4 r-lubridate@1.9.4 r-lmtest@0.9-40 r-gridextra@2.3 r-ggplot2@4.0.1 r-future@1.68.0 r-furrr@0.3.1 r-dplyr@1.1.4 r-broom@1.0.10
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/tylerJPike/sovereign
Licenses: GPL 3
Build system: r
Synopsis: State-Dependent Empirical Analysis
Description:

This package provides a set of tools for state-dependent empirical analysis through both VAR- and local projection-based state-dependent forecasts, impulse response functions, historical decompositions, and forecast error variance decompositions.

r-sorocs 0.1.0
Propagated dependencies: r-mvtnorm@1.3-3 r-mcmcpack@1.7-1 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://github.com/wzhang17/sorocs.git
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Semiparametric Approach to Correlated ROC Surfaces
Description:

This package provides a Bayesian semiparametric Dirichlet process mixtures to estimate correlated receiver operating characteristic (ROC) surfaces and the associated volume under the surface (VUS) with stochastic order constraints. The reference paper is:Zhen Chen, Beom Seuk Hwang, (2018) "A Bayesian semiparametric approach to correlated ROC surfaces with stochastic order constraints". Biometrics, 75, 539-550. <doi:10.1111/biom.12997>.

r-synthtools 1.0.1
Propagated dependencies: r-rdpack@2.6.4 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://cran.r-project.org/package=SynthTools
Licenses: GPL 2+
Build system: r
Synopsis: Tools and Tests for Experiments with Partially Synthetic Data Sets
Description:

This package provides a set of functions to support experimentation in the utility of partially synthetic data sets. All functions compare an observed data set to one or a set of partially synthetic data sets derived from the observed data to (1) check that data sets have identical attributes, (2) calculate overall and specific variable perturbation rates, (3) check for potential logical inconsistencies, and (4) calculate confidence intervals and standard errors of desired variables in multiple imputed data sets. Confidence interval and standard error formulas have options for either synthetic data sets or multiple imputed data sets. For more information on the formulas and methods used, see Reiter & Raghunathan (2007) <doi:10.1198/016214507000000932>.

r-surveyexplorer 0.2.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.1.6 r-purrr@1.2.0 r-gt@1.3.0 r-ggupset@0.4.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://cran.r-project.org/package=surveyexplorer
Licenses: Expat
Build system: r
Synopsis: Quickly Explore Complex Survey Data
Description:

Visualize and tabulate single-choice, multiple-choice, matrix-style questions from survey data. Includes ability to group cross-tabulations, frequency distributions, and plots by categorical variables and to integrate survey weights. Ideal for quickly uncovering descriptive patterns in survey data.

r-seaval 1.2.0
Propagated dependencies: r-stringr@1.6.0 r-scales@1.4.0 r-rcolorbrewer@1.1-3 r-patchwork@1.3.2 r-ncdf4@1.24 r-maps@3.4.3 r-lifecycle@1.0.4 r-ggplotify@0.1.3 r-ggplot2@4.0.1 r-ggnewscale@0.5.2 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://seasonalforecastingengine.github.io/SeaValDoc/
Licenses: GPL 3+
Build system: r
Synopsis: Validation of Seasonal Weather Forecasts
Description:

This package provides tools for processing and evaluating seasonal weather forecasts, with an emphasis on tercile forecasts. We follow the World Meteorological Organization's "Guidance on Verification of Operational Seasonal Climate Forecasts", S.J.Mason (2018, ISBN: 978-92-63-11220-0, URL: <https://library.wmo.int/idurl/4/56227>). The development was supported by the European Unionâ s Horizon 2020 research and innovation programme under grant agreement no. 869730 (CONFER). A comprehensive online tutorial is available at <https://seasonalforecastingengine.github.io/SeaValDoc/>.

r-smash 1.0.0
Propagated dependencies: r-smarter@1.0.1 r-reshape2@1.4.5 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 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=SMASH
Licenses: GPL 3+
Build system: r
Synopsis: Subclone Multiplicity Allocation and Somatic Heterogeneity
Description:

Cluster user-supplied somatic read counts with corresponding allele-specific copy number and tumor purity to infer feasible underlying intra-tumor heterogeneity in terms of number of subclones, multiplicity, and allocation (Little et al. (2019) <doi:10.1186/s13073-019-0643-9>).

r-skewhyperbolic 0.4-2
Propagated dependencies: r-generalizedhyperbolic@0.8-7 r-distributionutils@0.6-2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://r-forge.r-project.org/projects/rmetrics/
Licenses: GPL 2+
Build system: r
Synopsis: The Skew Hyperbolic Student t-Distribution
Description:

This package provides functions are provided for the density function, distribution function, quantiles and random number generation for the skew hyperbolic t-distribution. There are also functions that fit the distribution to data. There are functions for the mean, variance, skewness, kurtosis and mode of a given distribution and to calculate moments of any order about any centre. To assess goodness of fit, there are functions to generate a Q-Q plot, a P-P plot and a tail plot.

r-samplesizecalculator 0.1.0
Propagated dependencies: r-shinythemes@1.2.0 r-shiny@1.11.1 r-dt@0.34.0 r-bslib@0.9.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SampleSizeCalculator
Licenses: GPL 2+
Build system: r
Synopsis: Sample Size Calculator under Complex Survey Design
Description:

It helps in determination of sample size for estimating population mean or proportion under simple random sampling with or without replacement and stratified random sampling without replacement. When prior information on the population coefficient of variation (CV) is unavailable, then a preliminary sample is drawn to estimate the CV which is used to compute the final sample size. If the final size exceeds the preliminary sample size, then additional units are drawn; otherwise, the preliminary sample size is considered as final sample size. For stratified random sampling without replacement design, it also calculates the sample size in each stratum under different allocation methods for estimation of population mean and proportion based upon the availability of prior information on sizes of the strata, standard deviations of the strata and costs of drawing a sampling unit in the strata.For details on sampling methodology, see, Cochran (1977) "Sampling Techniques" <https://archive.org/details/samplingtechniqu0000coch_t4x6>.

r-stacomirtools 0.6.0.1
Propagated dependencies: r-xtable@1.8-4 r-rpostgres@1.4.8 r-rodbc@1.3-26.1 r-pool@1.0.4 r-dbi@1.2.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stacomirtools
Licenses: GPL 2+
Build system: r
Synopsis: Connection Class for Package stacomiR
Description:

S4 class wrappers for the ODBC and Pool DBI connection, also provides some utilities to paste small datasets to clipboard, rename columns. It is used by the package stacomiR for connections to the database. Development versions of stacomiR are available in R-forge.

r-stacking 0.2.1
Propagated dependencies: r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stacking
Licenses: Expat
Build system: r
Synopsis: Building Predictive Models with Stacking
Description:

Building predictive models with stacking which is a type of ensemble learning. Learners can be specified from those implemented in caret'. For more information of the package, see Nukui and Onogi (2023) <doi:10.1101/2023.06.06.543970>.

r-spray 1.0-27
Propagated dependencies: r-stringr@1.6.0 r-rcpp@1.1.0 r-partitions@1.10-9 r-magic@1.6-1 r-disordr@0.9-8-5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/RobinHankin/spray
Licenses: GPL 2+
Build system: r
Synopsis: Sparse Arrays and Multivariate Polynomials
Description:

Sparse arrays interpreted as multivariate polynomials. Uses disordR discipline (Hankin, 2022, <doi:10.48550/ARXIV.2210.03856>). To cite the package in publications please use Hankin (2022) <doi:10.48550/ARXIV.2210.10848>.

r-ssdr 1.2.0
Propagated dependencies: r-matrix@1.7-4 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=sSDR
Licenses: GPL 2+
Build system: r
Synopsis: Tools Developed for Structured Sufficient Dimension Reduction (sSDR)
Description:

This package performs structured OLS (sOLS) and structured SIR (sSIR).

r-survivalmodels 0.1.191
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/RaphaelS1/survivalmodels/
Licenses: Expat
Build system: r
Synopsis: Models for Survival Analysis
Description:

Implementations of classical and machine learning models for survival analysis, including deep neural networks via keras and tensorflow'. Each model includes a separated fit and predict interface with consistent prediction types for predicting risk or survival probabilities. Models are either implemented from Python via reticulate <https://CRAN.R-project.org/package=reticulate>, from code in GitHub packages, or novel implementations using Rcpp <https://CRAN.R-project.org/package=Rcpp>. Neural networks are implemented from the Python package pycox <https://github.com/havakv/pycox>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457