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

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-utf8ify 0.2.0
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/rolkra/utf8ify
Licenses: Expat
Build system: r
Synopsis: Format Text Using Unicode
Description:

Format text (bold, italic, ...) and numbers using UTF-8. Offers functions to search for emojis and include them in your text.

r-unicol 0.4.0
Propagated dependencies: r-unikn@1.0.0
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/hneth/unicol/
Licenses: CC-BY-SA 4.0
Build system: r
Synopsis: The Colors of your University
Description:

Most universities use specific color combinations to express their unique brand identity. The unicol package provides the colors and color palettes of various universities for easy plotting and printing in R. We collect and provide a diverse range of color palettes for creating scientific visualizations.

r-usl 3.0.4
Propagated dependencies: r-nlsr@2026.4.29
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=usl
Licenses: FreeBSD
Build system: r
Synopsis: Analyze System Scalability with the Universal Scalability Law
Description:

The Universal Scalability Law (Gunther 2007) <doi:10.1007/978-3-540-31010-5> is a model to predict hardware and software scalability. It uses system capacity as a function of load to forecast the scalability for the system.

r-uni-shrinkage 1.0.0
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=uni.shrinkage
Licenses: GPL 2
Build system: r
Synopsis: Shrinkage Estimation for Univariate Normal Mean
Description:

Implement a shrinkage estimation for the univariate normal mean based on a preliminary test (pretest) estimator. This package also provides the confidence interval based on pivoting the cumulative density function. The methodologies are published in Taketomi et al.(2024) <doi:10.1007/s42081-023-00221-2> and Taketomi et al.(2024-)(under review).

r-umpire 2.0.11
Propagated dependencies: r-mc2d@0.2.1 r-bimodalindex@1.1.11
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: http://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: Simulating Realistic Gene Expression and Clinical Data
Description:

The Ultimate Microrray Prediction, Reality and Inference Engine (UMPIRE) is a package to facilitate the simulation of realistic microarray data sets with links to associated outcomes. See Zhang and Coombes (2012) <doi:10.1186/1471-2105-13-S13-S1>. Version 2.0 adds the ability to simulate realistic mixed-typed clinical data.

r-ugatsdb 0.2.3
Propagated dependencies: r-writexl@1.5.4 r-rmysql@0.11.3 r-dbi@1.3.0 r-data-table@1.18.4 r-collapse@2.1.7
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://mepd.finance.go.ug/apps.html
Licenses: GPL 3
Build system: r
Synopsis: Uganda Time Series Database API
Description:

An R API providing easy access to a relational database with macroeconomic, financial and development related time series data for Uganda. Overall more than 5000 series at varying frequency (daily, monthly, quarterly, annual in fiscal or calendar years) can be accessed through the API. The data is provided by the Bank of Uganda, the Ugandan Ministry of Finance, Planning and Economic Development, the IMF and the World Bank. The database is being updated once a month.

r-ubair 1.1.1
Propagated dependencies: r-yaml@2.3.12 r-tidyr@1.3.2 r-rlang@1.2.0 r-ranger@0.18.0 r-lubridate@1.9.5 r-lightgbm@4.6.0 r-ggplot2@4.0.3 r-forecast@9.0.2 r-dplyr@1.2.1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://gitlab.opencode.de/uba-ki-lab/ubair
Licenses: GPL 3+
Build system: r
Synopsis: Effects of External Conditions on Air Quality
Description:

Analyzes the impact of external conditions on air quality using counterfactual approaches, featuring methods for data preparation, modeling, and visualization.

r-uahdatascienceuc 1.0.1
Propagated dependencies: r-proxy@0.4-29 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=UAHDataScienceUC
Licenses: Expat
Build system: r
Synopsis: Learn Clustering Techniques Through Examples and Code
Description:

This package provides a comprehensive educational package combining clustering algorithms with detailed step-by-step explanations. Provides implementations of both traditional (hierarchical, k-means) and modern (Density-Based Spatial Clustering of Applications with Noise (DBSCAN), Gaussian Mixture Models (GMM), genetic k-means) clustering methods as described in Ezugwu et. al., (2022) <doi:10.1016/j.engappai.2022.104743>. Includes educational datasets highlighting different clustering challenges, based on scikit-learn examples (Pedregosa et al., 2011) <https://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html>. Features detailed algorithm explanations, visualizations, and weighted distance calculations for enhanced learning.

r-ufrisk 1.0.7
Propagated dependencies: r-smoots@1.1.4 r-rugarch@1.5-5 r-fracdiff@1.5-4 r-esemifar@2.0.1
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://wiwi.uni-paderborn.de/en/dep4/feng/
Licenses: GPL 3
Build system: r
Synopsis: Risk Measure Calculation in Financial TS
Description:

Enables the user to calculate Value at Risk (VaR) and Expected Shortfall (ES) by means of various parametric and semiparametric GARCH-type models. For the latter the estimation of the nonparametric scale function is carried out by means of a data-driven smoothing approach. Model quality, in terms of forecasting VaR and ES, can be assessed by means of various backtesting methods such as the traffic light test for VaR and a newly developed traffic light test for ES. The approaches implemented in this package are described in e.g. Feng Y., Beran J., Letmathe S. and Ghosh S. (2020) <https://ideas.repec.org/p/pdn/ciepap/137.html> as well as Letmathe S., Feng Y. and Uhde A. (2021) <https://ideas.repec.org/p/pdn/ciepap/141.html>.

r-usportsr 1.0.0
Propagated dependencies: r-tibble@3.3.1 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/uwaggs/usportsR
Licenses: Expat
Build system: r
Synopsis: Access U SPORTS Data
Description:

This package provides tools package to extract and analyze data from U SPORTS, the governing body of university sport in Canada.

r-uahdatasciencesc 1.0.0
Propagated dependencies: r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=UAHDataScienceSC
Licenses: Expat
Build system: r
Synopsis: Learn Supervised Classification Methods Through Examples and Code
Description:

Supervised classification methods, which (if asked) can provide step-by-step explanations of the algorithms used, as described in PK Josephine et. al., (2021) <doi:10.59176/kjcs.v1i1.1259>; and datasets to test them on, which highlight the strengths and weaknesses of each technique.

r-unityforest 0.2.0
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-matrix@1.7-5 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=unityForest
Licenses: GPL 3
Build system: r
Synopsis: Improving Interaction Modelling and Interpretability in Random Forests
Description:

Implementation of the unity forest (UFO) framework (Hornung & Hapfelmeier, 2026, <doi:10.48550/arXiv.2601.07003>). UFOs are a random forest variant designed to better take covariates with purely interaction-based effects into account, including interactions for which none of the involved covariates exhibits a marginal effect. While this framework tends to improve discrimination and predictive accuracy compared to standard random forests, it also facilitates the identification and interpretation of (marginal or interactive) effects: In addition to the UFO algorithm for tree construction, the package includes the unity variable importance measure (unity VIM), which quantifies covariate effects under the conditions in which they are strongest - either marginally or within subgroups defined by interactions - as well as covariate-representative tree roots (CRTRs) that provide interpretable visualizations of these conditions. Categorical and continuous outcomes are supported. This package is a fork of the R package ranger (main author: Marvin N. Wright), which implements random forests using an efficient C++ backend.

r-ukhsadatr 0.1.1
Propagated dependencies: r-jsonlite@2.0.0 r-httr2@1.2.2
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/silverfoxdoc/ukhsadatR
Licenses: Expat
Build system: r
Synopsis: R Interface to Access UKHSA Dashboard Data
Description:

Programmatic interface to access data from the UK Health Security Agency (UKHSA) Data Dashboard API. The package was originally based on the ukcovid19 package by Pouria Hadjibagheri and has been substantially rewritten and extended. For more information on the API, see <https://ukhsa-dashboard.data.gov.uk/access-our-data>.

r-unitedr 0.4
Propagated dependencies: r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=unitedR
Licenses: GPL 2+
Build system: r
Synopsis: Assessment and Evaluation of Formations in United
Description:

United is a software tool which can be downloaded at the following website <http://www.schroepl.net/pbm/software/united/>. In general, it is a virtual manager game for football teams. This package contains helpful functions for determining an optimal formation for a virtual match in United. E.g. knowing that the opponent has a strong defensive it is advisable to beat him in the midfield. Furthermore, this package contains functions for computing the optimal usage of hardness in a game.

r-uni-survival-tree 1.5
Propagated dependencies: r-survival@3.8-6 r-compound-cox@3.33
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=uni.survival.tree
Licenses: GPL 3
Build system: r
Synopsis: Survival Tree Based on Stabilized Score Tests for High-dimensional Covariates
Description:

This package provides a classification (decision) tree is constructed from survival data with high-dimensional covariates. The method is a robust version of the logrank tree, where the variance is stabilized. The main function "uni.tree" returns a classification tree for a given survival dataset. The inner nodes (splitting criterion) are selected by minimizing the P-value of the two-sample the score tests. The decision of declaring terminal nodes (stopping criterion) is the P-value threshold given by an argument (specified by user). This tree construction algorithm is proposed by Emura et al. (2021, in review).

r-updown 1.2.3
Propagated dependencies: r-tidyr@1.3.2 r-shiny@1.13.0 r-mixtools@2.0.0.1 r-mclust@6.1.2 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=UpDown
Licenses: GPL 3+
Build system: r
Synopsis: Detecting Group Disturbances from Longitudinal Observations
Description:

This package provides an algorithm to detect and characterize disturbances (start, end dates, intensity) that can occur at different hierarchical levels by studying the dynamics of longitudinal observations at the unit level and group level based on Nadaraya-Watson's smoothing curves, but also a shiny app which allows to visualize the observations and the detected disturbances. Finally the package provides a dataframe mimicking a pig farming system subsected to disturbances simulated according to Le et al.(2022) <doi:10.1016/j.animal.2022.100496>.

r-uncmbb 0.2.2
Propagated dependencies: r-rlang@1.2.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/joongsup/uncmbb
Licenses: CC0
Build system: r
Synopsis: UNC Men's Basketball Match Results Since 1949-1950 Season
Description:

Dataset contains select attributes for each match result since 1949-1950 season for UNC men's basketball team.

r-unifieddosefinding 0.1.10
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=UnifiedDoseFinding
Licenses: GPL 2
Build system: r
Synopsis: Dose-Finding Methods for Non-Binary Outcomes
Description:

In many phase I trials, the design goal is to find the dose associated with a certain target toxicity rate. In some trials, the goal can be to find the dose with a certain weighted sum of rates of various toxicity grades. For others, the goal is to find the dose with a certain mean value of a continuous response. This package provides the setup and calculations needed to run a dose-finding trial with non-binary endpoints and performs simulations to assess designâ s operating characteristics under various scenarios. Three dose finding designs are included in this package: unified phase I design (Ivanova et al. (2009) <doi:10.1111/j.1541-0420.2008.01045.x>), Quasi-CRM/Robust-Quasi-CRM (Yuan et al. (2007) <doi:10.1111/j.1541-0420.2006.00666.x>, Pan et al. (2014) <doi:10.1371/journal.pone.0098147>) and generalized BOIN design (Mu et al. (2018) <doi:10.1111/rssc.12263>). The toxicity endpoints can be handled with these functions including equivalent toxicity score (ETS), total toxicity burden (TTB), general continuous toxicity endpoints, with incorporating ordinal grade toxicity information into dose-finding procedure. These functions allow customization of design characteristics to vary sample size, cohort sizes, target dose-limiting toxicity (DLT) rates, discrete or continuous toxicity score, and incorporate safety and/or stopping rules.

r-unhcrthemes 0.7.1
Propagated dependencies: r-systemfonts@1.3.2 r-scales@1.4.0 r-ggtext@0.1.2 r-ggrepel@0.9.8 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://github.com/unhcr-dataviz/unhcrthemes
Licenses: Expat
Build system: r
Synopsis: UNHCR 'ggplot2' Theme and Colour Palettes
Description:

This package provides a ggplot2 theme and color palettes following the United Nations High Commissioner for Refugees (UNHCR) Data Visualization Guidelines recommendations.

r-universals 0.0.5
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://poissonconsulting.github.io/universals/
Licenses: Expat
Build system: r
Synopsis: S3 Generics for Bayesian Analyses
Description:

This package provides S3 generic methods and some default implementations for Bayesian analyses that generate Markov Chain Monte Carlo (MCMC) samples. The purpose of universals is to reduce package dependencies and conflicts. The nlist package implements many of the methods for its nlist class.

r-unifyr 1.0.0
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=unifyR
Licenses: GPL 3
Build system: r
Synopsis: Unified Scores, Reliabilities and Validities from Multiple Tests
Description:

In diagnostic contexts, individuals are often assessed using multiple tests that measure the same latent variable (e.g., intelligence). These test scores are typically not exactly identical. Simple averaging neglects the correlation between tests and the reduced variance of their combination. The unifyR package provides functions to compute statistically accurate unified scores, reliabilities and validities of multiple tests. The underlying algorithms build on and extend the method proposed by Evans (1996, <DOI:10.3758/BF03204767>) and have been validated through simulations.

r-utility 1.4.7
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=utility
Licenses: GPL 3
Build system: r
Synopsis: Construct, Evaluate and Plot Value and Utility Functions
Description:

Construct and plot objective hierarchies and associated value and utility functions. Evaluate the values and utilities and visualize the results as colored objective hierarchies or tables. Visualize uncertainty by plotting median and quantile intervals within the nodes of objective hierarchies. Get numerical results of the evaluations in standard R data types for further processing.

r-ukbnmr 3.3.2
Propagated dependencies: r-mass@7.3-65 r-lubridate@1.9.5 r-data-table@1.18.4 r-bit64@4.8.2
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=ukbnmr
Licenses: Expat
Build system: r
Synopsis: Removal of Unwanted Technical Variation from UK Biobank NMR Metabolomics Biomarker Data
Description:

This package provides a suite of utilities for working with the UK Biobank <https://www.ukbiobank.ac.uk/> Nuclear Magnetic Resonance spectroscopy (NMR) metabolomics data <https://biobank.ndph.ox.ac.uk/showcase/label.cgi?id=220>. Includes functions for extracting biomarkers from decoded UK Biobank field data, removing unwanted technical variation from biomarker concentrations, computing an extended set of lipid, fatty acid, and cholesterol fractions, and for re-deriving composite biomarkers and ratios after adjusting data for unwanted biological variation. For further details on methods see Ritchie SC et al. Sci Data (2023) <doi:10.1038/s41597-023-01949-y>.

r-uuidx 0.0.1
Channel: guix-cran
Location: guix-cran/packages/u.scm (guix-cran packages u)
Home page: https://cran.r-project.org/package=uuidx
Licenses: Expat
Build system: r
Synopsis: Modern UUIDs for R with a Rust Backend
Description:

Generate, parse, and validate RFC 9562 UUIDs from R using the Rust uuid crate via extendr'. Developed by Thomas Bryce Kelly at Icy Seas Co-Laboratory LLC. Version 7 UUIDs are the default for new identifiers, while versions 4, 5, 6, and legacy version 1 are also supported. Functions return character vectors by default and can also expose 16-byte raw representations for low-level workflows.

Total packages: 72465