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

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-shinyratings 0.1.0
Propagated dependencies: r-shiny@1.11.1 r-jsonlite@2.0.0 r-htmltools@0.5.8.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shinyRatings
Licenses: Expat
Build system: r
Synopsis: An Intuitive Way of Providing Star Rating in a 'shiny' App
Description:

This package provides a simple interface to integrate star ratings into your shiny apps. It can be used for customer feedback systems, user reviews, or any application that requires user ratings. shinyRatings offers a straightforward and customisable solution that enhances user engagement and facilitates valuable feedback collection.

r-samplr 1.1.2
Propagated dependencies: r-testthat@3.3.0 r-rdpack@2.6.4 r-rcppdist@0.1.1.1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-r6@2.6.1 r-pracma@2.4.6 r-lme4@1.1-37 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://lucas-castillo.github.io/samplr/
Licenses: FSDG-compatible
Build system: r
Synopsis: Compare Human Performance to Sampling Algorithms
Description:

Understand human performance from the perspective of sampling, both looking at how people generate samples and how people use the samples they have generated. A longer overview and other resources can be found at <https://sampling.warwick.ac.uk>.

r-shinyml 1.0.1
Propagated dependencies: r-tidyr@1.3.1 r-sparklyr@1.9.3 r-shinywidgets@0.9.1 r-shinyjs@2.1.0 r-shinycssloaders@1.1.0 r-shiny@1.11.1 r-plotly@4.11.0 r-lubridate@1.9.4 r-h2o@3.44.0.3 r-ggplot2@4.0.1 r-dygraphs@1.1.1.6 r-dt@0.34.0 r-dplyr@1.1.4 r-data-table@1.17.8 r-argonr@0.2.0 r-argondash@0.2.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://jeanbertinr.github.io/shinyMLpackage/
Licenses: GPL 3
Build system: r
Synopsis: Compare Supervised Machine Learning Models Using Shiny App
Description:

Implementation of a shiny app to easily compare supervised machine learning model performances. You provide the data and configure each model parameter directly on the shiny app. Different supervised learning algorithms can be tested either on Spark or H2O frameworks to suit your regression and classification tasks. Implementation of available machine learning models on R has been done by Lantz (2013, ISBN:9781782162148).

r-smtl 0.1.0
Propagated dependencies: r-juliaconnector@1.1.5 r-juliacall@0.17.6 r-glmnet@4.1-10 r-dplyr@1.1.4 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/gloewing/sMTL
Licenses: Expat
Build system: r
Synopsis: Sparse Multi-Task Learning
Description:

This package implements L0-constrained Multi-Task Learning and domain generalization algorithms. The algorithms are coded in Julia allowing for fast implementations of the coordinate descent and local combinatorial search algorithms. For more details, see a preprint of the paper: Loewinger et al., (2022) <arXiv:2212.08697>.

r-sisal 0.49
Propagated dependencies: r-r-methodss3@1.8.2 r-r-matlab@3.7.0 r-mgcv@1.9-4 r-lattice@0.22-7 r-digest@0.6.39 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/mvkorpel/sisal
Licenses: GPL 2+
Build system: r
Synopsis: Sequential Input Selection Algorithm
Description:

This package implements the SISAL algorithm by Tikka and Hollmén. It is a sequential backward selection algorithm which uses a linear model in a cross-validation setting. Starting from the full model, one variable at a time is removed based on the regression coefficients. From this set of models, a parsimonious (sparse) model is found by choosing the model with the smallest number of variables among those models where the validation error is smaller than a threshold. Also implements extensions which explore larger parts of the search space and/or use ridge regression instead of ordinary least squares.

r-savvyr 0.1.2
Propagated dependencies: r-rdpack@2.6.4 r-etm@1.1.2 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://openpharma.github.io/savvyr/
Licenses: ASL 2.0
Build system: r
Synopsis: Survival Analysis for AdVerse Events with VarYing Follow-Up Times
Description:

The SAVVY (Survival Analysis for AdVerse Events with VarYing Follow-Up Times) project is a consortium of academic and pharmaceutical industry partners that aims to improve the analyses of adverse event (AE) data in clinical trials through the use of survival techniques appropriately dealing with varying follow-up times and competing events, see Stegherr, Schmoor, Beyersmann, et al. (2021) <doi:10.1186/s13063-021-05354-x>. Although statistical methodologies have advanced, in AE analyses often the incidence proportion, the incidence density or a non-parametric Kaplan-Meier estimator are used, which either ignore censoring or competing events. This package contains functions to easily conduct the proposed improved AE analyses.

r-standby 0.2.0
Propagated dependencies: r-shiny@1.11.1 r-htmltools@0.5.8.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://standby.rsquaredacademy.com/
Licenses: GPL 3+
Build system: r
Synopsis: Alerts, Notifications and Loading Screen in 'Shiny'
Description:

Easily create alerts, notifications, modals, info tips and loading screens in Shiny'. Includes several options to customize alerts and notifications by including text, icons, images and buttons. When wrapped around a Shiny output, loading screen is automatically displayed while the output is being recalculated.

r-surrogatetest 1.3
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SurrogateTest
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Early Testing for a Treatment Effect using Surrogate Marker Information
Description:

This package provides functions to test for a treatment effect in terms of the difference in survival between a treatment group and a control group using surrogate marker information obtained at some early time point in a time-to-event outcome setting. Nonparametric kernel estimation is used to estimate the test statistic and perturbation resampling is used for variance estimation. More details will be available in the future in: Parast L, Cai T, Tian L (2019) ``Using a Surrogate Marker for Early Testing of a Treatment Effect" Biometrics, 75(4):1253-1263. <doi:10.1111/biom.13067>.

r-spdownscale 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spdownscale
Licenses: GPL 2
Build system: r
Synopsis: Spatial Downscaling Using Bias Correction Approach
Description:

Spatial downscaling of climate data (Global Circulation Models/Regional Climate Models) using quantile-quantile bias correction technique.

r-sad 0.1.3
Propagated dependencies: r-emdist@0.3-3 r-dualtrees@0.1.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sad
Licenses: Expat
Build system: r
Synopsis: Verify the Scale, Anisotropy and Direction of Weather Forecasts
Description:

Implementation of the wavelet-based spatial verification method of Buschow and Friederichs "SAD: Verifying the Scale, Anisotropy and Direction of precipitation forecasts" (2020, submitted to QJRMS). Forecasts and Observations are transformed by a decimated or redundant dual-tree complex wavelet transform to analyze the spatial scale, degree of anisotropy and preferred direction in each field. These structural attributes are compared by a series of scores. An experimental algorithm for the correction of these errors is included as well.

r-speechbr 2.0.0
Propagated dependencies: r-xml2@1.5.0 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rvest@1.0.5 r-rlang@1.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-lubridate@1.9.4 r-janitor@2.2.1 r-httr@1.4.7 r-httptest@4.2.3 r-glue@1.8.0 r-dplyr@1.1.4 r-abjutils@0.3.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/dcardosos/speechbr
Licenses: Expat
Build system: r
Synopsis: Access the Speechs and Speaker's Informations of House of Representatives of Brazil
Description:

Scrap speech text and speaker informations of speeches of House of Representatives of Brazil, and transform in a cleaned tibble.

r-srscore 0.1.2
Propagated dependencies: r-tidyr@1.3.1 r-rlang@1.1.6 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=SRscore
Licenses: Expat
Build system: r
Synopsis: Simple Transcriptome Meta-Analysis for Identifying Stress-Responsive Genes
Description:

Stress Response score (SRscore) is a stress responsiveness measure for transcriptome datasets and is based on the vote-counting method. The SRscore is determined to evaluate and score genes on the basis of the consistency of the direction of their regulation (Up-regulation, Down-regulation, or No change) under stress conditions across multiple analyzed research projects. This package is based on the HN-score (score based on the ratio of gene expression between hypoxic and normoxic conditions) proposed by Tamura and Bono (2022) <doi:10.3390/life12071079>, and can calculate both the original method and an extended calculation method described in Fukuda et al. (2025) <doi:10.1093/plphys/kiaf105>.

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-spectrolab 0.0.19
Propagated dependencies: r-shinyjs@2.1.0 r-shiny@1.11.1 r-rcolorbrewer@1.1-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://CRAN.R-project.org/package=spectrolab
Licenses: GPL 3
Build system: r
Synopsis: Class and Methods for Spectral Data
Description:

Input/Output, processing and visualization of spectra taken with different spectrometers, including SVC (Spectra Vista), ASD and PSR (Spectral Evolution). Implements an S3 class spectra that other packages can build on. Provides methods to access, plot, manipulate, splice sensor overlap, vector normalize and smooth spectra.

r-soilflux 0.1.5
Dependencies: python@3.11.14
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-tensorflow@2.20.0 r-stringr@1.6.0 r-rlang@1.1.6 r-reticulate@1.44.1 r-purrr@1.2.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://github.com/HugoMachadoRodrigues/soilFlux
Licenses: Expat
Build system: r
Synopsis: Physics-Informed Neural Networks for Soil Water Retention Curves
Description:

This package implements a physics-informed one-dimensional convolutional neural network (CNN1D-PINN) for estimating the complete soil water retention curve (SWRC) as a continuous function of matric potential, from soil texture, organic carbon, bulk density, and depth. The network architecture ensures strict monotonic decrease of volumetric water content with increasing suction by construction, through cumulative integration of non-negative slope outputs (monotone integral architecture). Four physics-based residual constraints adapted from Norouzi et al. (2025) <doi:10.1029/2024WR038149> are embedded in the loss function: (S1) linearity at the dry end (pF in [5, 7.6]); (S2) non-negativity at pF = 6.2; (S3) non-positivity at pF = 7.6; and (S4) a near-zero derivative in the saturated plateau region (pF in [-2, -0.3]). Includes tools for data preparation, model training, dense prediction, performance metrics, texture classification, and publication-quality visualisation.

r-stripless 1.0-3
Propagated dependencies: r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=stripless
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Structured Trellis Displays Without Strips for Lattice Graphics
Description:

For making Trellis-type conditioning plots without strip labels. This is useful for displaying the structure of results from factorial designs and other studies when many conditioning variables would clutter the display with layers of redundant strip labels. Settings of the variables are encoded by layout and spacing in the trellis array and decoded by a separate legend. The functionality is implemented by a single S3 generic strucplot() function that is a wrapper for the Lattice package's xyplot() function. This allows access to all Lattice graphics capabilities in the usual way.

r-spiritr 0.1.1
Propagated dependencies: r-xml2@1.5.0 r-magrittr@2.0.4 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/awconway/spiritR
Licenses: Expat
Build system: r
Synopsis: Template for Clinical Trial Protocol
Description:

This package contains an R Markdown template for a clinical trial protocol adhering to the SPIRIT statement. The SPIRIT (Standard Protocol Items for Interventional Trials) statement outlines recommendations for a minimum set of elements to be addressed in a clinical trial protocol. Also contains functions to create a xml document from the template and upload it to clinicaltrials.gov<https://www.clinicaltrials.gov/> for trial registration.

r-spatialacc 0.1-5
Propagated dependencies: r-sp@2.2-0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://stamatisgeoai.eu/
Licenses: GPL 2+
Build system: r
Synopsis: Spatial Accessibility Measures
Description:

This package provides a set of spatial accessibility measures from a set of locations (demand) to another set of locations (supply). It aims, among others, to support research on spatial accessibility to health care facilities. Includes the locations and some characteristics of major public hospitals in Greece.

r-subvis 2.0.2
Propagated dependencies: r-shiny@1.11.1 r-biostrings@2.78.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SubVis
Licenses: GPL 3
Build system: r
Synopsis: Visual Exploration of Protein Alignments Resulting from Multiple Substitution Matrices
Description:

Substitution matrices are important parameters in protein alignment algorithms. These matrices represent the likelihood that an amino acid will be substituted for another during mutation. This tool allows users to apply predefined and custom matrices and then explore the resulting alignments with interactive visualizations. SubVis requires the availability of a web browser.

r-saqgetr 0.2.21
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-readr@2.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-lubridate@1.9.4 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/skgrange/saqgetr
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Import Air Quality Monitoring Data in a Fast and Easy Way
Description:

This package provides a collection of tools to access prepared air quality monitoring data files from web servers with ease and speed. Air quality data are sourced from open and publicly accessible repositories and can be found in these locations: <https://www.eea.europa.eu/data-and-maps/data/airbase-the-european-air-quality-database-8> and <https://discomap.eea.europa.eu/map/fme/AirQualityExport.htm>. The web server space has been provided by Ricardo Energy & Environment.

r-surrogateoutcome 1.2
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SurrogateOutcome
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Estimation of the Proportion of Treatment Effect Explained by Surrogate Outcome Information
Description:

Estimates the proportion of treatment effect on a censored primary outcome that is explained by the treatment effect on a censored surrogate outcome/event. All methods are described in detail in Parast, et al (2020) "Assessing the Value of a Censored Surrogate Outcome" <doi:10.1007/s10985-019-09473-1> and Wang et al (2025) "Model-free Approach to Evaluate a Censored Intermediate Outcome as a Surrogate for Overall Survival" <doi:10.1002/sim.70268>. A tutorial for this package can be found at <https://www.laylaparast.com/surrogateoutcome>.

r-sparseindextracking 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://CRAN.R-project.org/package=sparseIndexTracking
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Design of Portfolio of Stocks to Track an Index
Description:

Computation of sparse portfolios for financial index tracking, i.e., joint selection of a subset of the assets that compose the index and computation of their relative weights (capital allocation). The level of sparsity of the portfolios, i.e., the number of selected assets, is controlled through a regularization parameter. Different tracking measures are available, namely, the empirical tracking error (ETE), downside risk (DR), Huber empirical tracking error (HETE), and Huber downside risk (HDR). See vignette for a detailed documentation and comparison, with several illustrative examples. The package is based on the paper: K. Benidis, Y. Feng, and D. P. Palomar, "Sparse Portfolios for High-Dimensional Financial Index Tracking," IEEE Trans. on Signal Processing, vol. 66, no. 1, pp. 155-170, Jan. 2018. <doi:10.1109/TSP.2017.2762286>.

r-shinycyjs 1.0.0
Propagated dependencies: r-htmlwidgets@1.6.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/jhk0530/shinyCyJS
Licenses: Expat
Build system: r
Synopsis: Create Interactive Network Visualizations in R and 'shiny'
Description:

Create Interactive Graph (Network) Visualizations. shinyCyJS can be used in Shiny apps or viewed from Rstudio Viewer. shinyCyJS includes API to build Graph model like node or edge with customized attributes for R. shinyCyJS is built with cytoscape.js and htmlwidgets R package.

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

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
Total results: 21615