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

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-shinyhugeplot 0.3.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-shinyjs@2.1.0 r-shiny@1.11.1 r-rlang@1.1.6 r-r6@2.6.1 r-purrr@1.2.0 r-plotly@4.11.0 r-nanotime@0.3.12 r-lazyeval@0.2.2 r-jsonlite@2.0.0 r-htmltools@0.5.8.1 r-duckdb@1.4.2 r-dplyr@1.1.4 r-dbi@1.2.3 r-data-table@1.17.8 r-bit64@4.6.0-1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shinyHugePlot
Licenses: Expat
Build system: r
Synopsis: Efficient Plotting of Large-Sized Data
Description:

This package provides a tool to plot data with a large sample size using shiny and plotly'. Relatively small samples are obtained from the original data using a specific algorithm. The samples are updated according to a user-defined x range. Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost (2022) <https://github.com/predict-idlab/plotly-resampler>.

r-spectacles 0.5-5
Propagated dependencies: r-stringr@1.6.0 r-signal@1.8-1 r-reshape2@1.4.5 r-plyr@1.8.9 r-ggplot2@4.0.1 r-epir@2.0.91 r-baseline@1.3-7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/pierreroudier/spectacles/
Licenses: GPL 3
Build system: r
Synopsis: Storing, Manipulating and Analysis Spectroscopy and Associated Data
Description:

Stores and eases the manipulation of spectra and associated data, with dedicated classes for spatial and soil-related data.

r-seqkat 0.0.9
Propagated dependencies: r-rcpp@1.1.0 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/TheBoutrosLab/package-SeqKat
Licenses: GPL 2+
Build system: r
Synopsis: Detection of Kataegis
Description:

Kataegis is a localized hypermutation occurring when a region is enriched in somatic SNVs. Kataegis can result from multiple cytosine deaminations catalyzed by the AID/APOBEC family of proteins. This package contains functions to detect kataegis from SNVs in BED format. This package reports two scores per kataegic event, a hypermutation score and an APOBEC mediated kataegic score. Yousif, F. et al.; The Origins and Consequences of Localized and Global Somatic Hypermutation; Biorxiv 2018 <doi:10.1101/287839>.

r-simpleneural 0.1.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=simpleNeural
Licenses: Expat
Build system: r
Synopsis: An Easy to Use Multilayer Perceptron
Description:

Trains neural networks (multilayer perceptrons with one hidden layer) for bi- or multi-class classification.

r-stdreg 3.4.2
Propagated dependencies: r-survival@3.8-3 r-numderiv@2016.8-1.1 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://cran.r-project.org/package=stdReg
Licenses: LGPL 3+
Build system: r
Synopsis: Regression Standardization
Description:

This package contains functionality for regression standardization. Four general classes of models are allowed; generalized linear models, conditional generalized estimating equation models, Cox proportional hazards models and shared frailty gamma-Weibull models. Sjolander, A. (2016) <doi:10.1007/s10654-016-0157-3>.

r-sgraph 1.1.0
Propagated dependencies: r-stringi@1.8.7 r-rcolorbrewer@1.1-3 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-igraph@2.2.1 r-htmlwidgets@1.6.4 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://gitlab.com/thomaschln/sgraph
Licenses: GPL 3
Build system: r
Synopsis: Network Visualization Using 'sigma.js'
Description:

Interactive visualizations of graphs created with the igraph package using a htmlwidgets wrapper for the sigma.js network visualization v2.4.0 <https://www.sigmajs.org/>, enabling to display several thousands of nodes. While several R packages have been developed to interface sigma.js', all were developed for v1.x.x and none have migrated to v2.4.0 nor are they planning to. This package builds upon the sigmaNet package, and users familiar with it will recognize the similar design approach. Two extensions have been added to the classic sigma.js visualizations by overriding the underlying JavaScript code, enabling to draw a frame around node labels, and to display labels on multiple lines by parsing line breaks. Other additional functionalities that did not require overriding sigma.js code include toggling node visibility when clicked using a node attribute and highlighting specific edges. sigma.js is currently preparing a stable release v3.0.0, and this package plans to update to it when it is available.

r-sc2api 1.0.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SC2API
Licenses: Expat
Build system: r
Synopsis: Blizzard SC2 API Wrapper
Description:

This package provides a wrapper for Blizzard's Starcraft II (a 2010 real-time strategy game) Application Programming Interface (API). All documented API calls are implemented in an easy-to-use and consistent manner.

r-stype-est 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/filizkrdg/S-type.est
Licenses: Expat
Build system: r
Synopsis: S-Type Estimators
Description:

This package implements the S-type estimators, novel robust estimators for general linear regression models, addressing challenges such as outlier contamination and leverage points. This package introduces robust regression techniques to provide a robust alternative to classical methods and includes diagnostic tools for assessing model fit and performance. The methodology is based on the study, "Comparison of the Robust Methods in the General Linear Regression Model" by Sazak and Mutlu (2023). This package is designed for statisticians and applied researchers seeking advanced tools for robust regression analysis.

r-spaths 1.2.0
Propagated dependencies: r-rcpp@1.1.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/cdueben/spaths
Licenses: Expat
Build system: r
Synopsis: Shortest Paths Between Points in Grids
Description:

Shortest paths between points in grids. Optional barriers and custom transition functions. Applications regarding planet Earth, as well as generally spheres and planes. Optimized for computational performance, customizability, and user friendliness. Graph-theoretical implementation tailored to gridded data. Currently focused on Dijkstra's (1959) <doi:10.1007/BF01386390> algorithm. Future updates broaden the scope to other least cost path algorithms and to centrality measures.

r-smartbayesr 2.0.0
Propagated dependencies: r-laplacesdemon@16.1.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SMARTbayesR
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Set of Best Dynamic Treatment Regimes and Sample Size in SMARTs for Binary Outcomes
Description:

Permits determination of a set of optimal dynamic treatment regimes and sample size for a SMART design in the Bayesian setting with binary outcomes. Please see Artman (2020) <arXiv:2008.02341>.

r-smfsb 1.5
Propagated dependencies: r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=smfsb
Licenses: LGPL 3
Build system: r
Synopsis: Stochastic Modelling for Systems Biology
Description:

Code and data for modelling and simulation of stochastic kinetic biochemical network models. It contains the code and data associated with the second and third editions of the book Stochastic Modelling for Systems Biology, published by Chapman & Hall/CRC Press.

r-saetrafo 1.0.6
Propagated dependencies: r-stringr@1.6.0 r-sfsmisc@1.1-23 r-rlang@1.1.6 r-reshape2@1.4.5 r-readods@2.3.2 r-parallelmap@1.5.1 r-openxlsx@4.2.8.1 r-nlme@3.1-168 r-moments@0.14.1 r-hlmdiag@0.5.1 r-gridextra@2.3 r-ggplot2@4.0.1 r-emdi@2.2.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/NoraWuerz/saeTrafo
Licenses: GPL 2
Build system: r
Synopsis: Transformations for Unit-Level Small Area Models
Description:

The aim of this package is to offer new methodology for unit-level small area models under transformations and limited population auxiliary information. In addition to this new methodology, the widely used nested error regression model without transformations (see "An Error-Components Model for Prediction of County Crop Areas Using Survey and Satellite Data" by Battese, Harter and Fuller (1988) <doi:10.1080/01621459.1988.10478561>) and its well-known uncertainty estimate (see "The estimation of the mean squared error of small-area estimators" by Prasad and Rao (1990) <doi:10.1080/01621459.1995.10476570>) are provided. In this package, the log transformation and the data-driven log-shift transformation are provided. If a transformation is selected, an appropriate method is chosen depending on the respective input of the population data: Individual population data (see "Empirical best prediction under a nested error model with log transformation" by Molina and Martà n (2018) <doi:10.1214/17-aos1608>) but also aggregated population data (see "Estimating regional income indicators under transformations and access to limited population auxiliary information" by Würz, Schmid and Tzavidis <unpublished>) can be entered. Especially under limited data access, new methodologies are provided in saeTrafo. Several options are available to assess the used model and to judge, present and export its results. For a detailed description of the package and the methods used see the corresponding vignette.

r-stmgui 0.1.6
Propagated dependencies: r-tm@0.7-16 r-stm@1.3.8 r-shinythemes@1.2.0 r-shinyjs@2.1.0 r-shinybs@0.61.1 r-shiny@1.11.1 r-markdown@2.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stmgui
Licenses: Expat
Build system: r
Synopsis: Shiny Application for Creating STM Models
Description:

This package provides an application that acts as a GUI for the stm text analysis package.

r-spell-replacer 1.0.1
Propagated dependencies: r-textclean@0.9.3 r-stringr@1.6.0 r-stringdist@0.9.15 r-hunspell@3.0.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spell.replacer
Licenses: Expat
Build system: r
Synopsis: Probabilistic Spelling Correction in a Character Vector
Description:

Automatically replaces "misspelled" words in a character vector based on their string distance from a list of words sorted by their frequency in a corpus. The default word list provided in the package comes from the Corpus of Contemporary American English. Uses the Jaro-Winkler distance metric for string similarity as implemented in van der Loo (2014) <doi:10.32614/RJ-2014-011>. The word frequency data is derived from Davies (2008-) "The Corpus of Contemporary American English (COCA)" <https://www.english-corpora.org/coca/>.

r-scuba 1.11-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=scuba
Licenses: GPL 2+
Build system: r
Synopsis: Diving Calculations and Decompression Models
Description:

Code for describing and manipulating scuba diving profiles (depth-time curves) and decompression models, for calculating the predictions of decompression models, for calculating maximum no-decompression time and decompression tables, and for performing mixed gas calculations.

r-seismic 1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://snap.stanford.edu/seismic/
Licenses: GPL 3
Build system: r
Synopsis: Predict Information Cascade by Self-Exciting Point Process
Description:

An implementation of self-exciting point process model for information cascades, which occurs when many people engage in the same acts after observing the actions of others (e.g. post resharings on Facebook or Twitter). It provides functions to estimate the infectiousness of an information cascade and predict its popularity given the observed history. See <http://snap.stanford.edu/seismic/> for more information and datasets.

r-sqltargets 0.3.0
Propagated dependencies: r-withr@3.0.2 r-targets@1.11.4 r-tarchetypes@0.13.2 r-stringr@1.6.0 r-rlang@1.1.6 r-readr@2.1.6 r-purrr@1.2.0 r-jinjar@0.3.2 r-glue@1.8.0 r-fs@1.6.6 r-dbi@1.2.3 r-cli@3.6.5
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-statdecider 0.1.6
Propagated dependencies: r-stringr@1.6.0 r-ggplot2@4.0.1 r-effectsize@1.0.1 r-dplyr@1.1.4 r-agricolae@1.3-7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=statdecideR
Licenses: Expat
Build system: r
Synopsis: Automated Statistical Analysis and Plotting with CLD
Description:

This package provides a lightweight tool that provides a reproducible workflow for selecting and executing appropriate statistical analysis in one-way or two-way experimental designs. The package automatically checks for data normality, conducts parametric (ANOVA) or non-parametric (Kruskal-Wallis) tests, performs post-hoc comparisons with Compact Letter Displays (CLD), and generates publication-ready boxplots, faceted plots, and heatmaps. It is designed for researchers seeking fast, automated statistical summaries and visualization. Based on established statistical methods including Shapiro and Wilk (1965) <doi:10.2307/2333709>, Kruskal and Wallis (1952) <doi:10.1080/01621459.1952.10483441>, Tukey (1949) <doi:10.2307/3001913>, Fisher (1925) <ISBN:0050021702>, and Wickham (2016) <ISBN:978-3-319-24277-4>.

r-sglg 0.2.6
Propagated dependencies: r-teachingsampling@4.1.1 r-survival@3.8-3 r-rcpp@1.1.0 r-progress@1.2.3 r-pracma@2.4.6 r-plotly@4.11.0 r-plot3d@1.4.2 r-moments@0.14.1 r-magrittr@2.0.4 r-gridextra@2.3 r-ggplot2@4.0.1 r-formula@1.2-5 r-adequacymodel@2.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sglg
Licenses: GPL 3
Build system: r
Synopsis: Fitting Semi-Parametric Generalized log-Gamma Regression Models
Description:

Set of tools to fit a linear multiple or semi-parametric regression models with the possibility of non-informative random right or left censoring. Under this setup, the localization parameter of the response variable distribution is modeled by using linear multiple regression or semi-parametric functions, whose non-parametric components may be approximated by natural cubic spline or P-splines. The supported distribution for the model error is a generalized log-gamma distribution which includes the generalized extreme value and standard normal distributions as important special cases. Inference is based on likelihood, penalized likelihood and bootstrap methods. Lastly, some numerical and graphical devices for diagnostic of the fitted models are offered.

r-shapboost 1.0.3
Propagated dependencies: r-xgboost@1.7.11.1 r-shapforxgboost@0.1.3 r-matrix@1.7-4 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/O-T-O-Z/SHAPBoost-R
Licenses: Expat
Build system: r
Synopsis: The SHAPBoost Feature Selection Algorithm
Description:

The implementation of SHAPBoost, a boosting-based feature selection technique that ranks features iteratively based on Shapley values.

r-spinner 1.1.1
Propagated dependencies: r-torch@0.16.3 r-tictoc@1.2.1 r-rlist@0.4.6.2 r-readr@2.1.6 r-purrr@1.2.0 r-lubridate@1.9.4 r-igraph@2.2.1 r-ggthemes@5.1.0 r-ggplot2@4.0.1 r-fastdummies@1.7.5 r-entropy@1.3.2 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://rpubs.com/giancarlo_vercellino/spinner
Licenses: GPL 3
Build system: r
Synopsis: An Implementation of Graph Net Architecture Based on 'torch'
Description:

Proposes a torch implementation of Graph Net architecture allowing different options for message passing and feature embedding.

r-simindep 0.1.2
Propagated dependencies: r-fnn@1.1.4.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SimIndep
Licenses: GPL 3
Build system: r
Synopsis: WISE: a Weighted Similarity Aggregation Test for Serial Independence
Description:

This package provides a fast implementation of the weighted information similarity aggregation (WISE) test for detecting serial dependence, particularly suited for high-dimensional and non-Euclidean time series. Includes functions for constructing similarity matrices and conducting hypothesis testing. Users can use different similarity measures and define their own weighting schemes. For more details see Q Zhu, M Liu, Y Han, D Zhou (2025) <doi:10.48550/arXiv.2509.05678>.

r-samon 4.0.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=samon
Licenses: GPL 2
Build system: r
Synopsis: Sensitivity Analysis for Missing Data
Description:

In a clinical trial with repeated measures designs, outcomes are often taken from subjects at fixed time-points. The focus of the trial may be to compare the mean outcome in two or more groups at some pre-specified time after enrollment. In the presence of missing data auxiliary assumptions are necessary to perform such comparisons. One commonly employed assumption is the missing at random assumption (MAR). The samon package allows the user to perform a (parameterized) sensitivity analysis of this assumption. In particular it can be used to examine the sensitivity of tests in the difference in outcomes to violations of the MAR assumption. The sensitivity analysis can be performed under two scenarios, a) where the data exhibit a monotone missing data pattern (see the samon() function), and, b) where in addition to a monotone missing data pattern the data exhibit intermittent missing values (see the samonIM() function).

r-survbootoutliers 1.0
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/jonydog/survBootOutliers
Licenses: GPL 2
Build system: r
Synopsis: Concordance Based Bootstrap Methods for Outlier Detection in Survival Analysis
Description:

Three new methods to perform outlier detection in a survival context. In total there are six methods provided, the first three methods are traditional residual-based outlier detection methods, the second three are the concordance-based. Package developed during the work on the two following publications: Pinto J., Carvalho A. and Vinga S. (2015) <doi:10.5220/0005225300750082>; Pinto J.D., Carvalho A.M., Vinga S. (2015) <doi:10.1007/978-3-319-27926-8_22>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457