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

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-voigt 2.0
Propagated dependencies: r-pracma@2.4.6 r-invgamma@1.2 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=voigt
Licenses: GPL 2
Build system: r
Synopsis: The Voigt Distribution
Description:

Random generation, density function and parameter estimation for the Voigt distribution. The main objective of this package is to provide R users with efficient estimation of Voigt parameters using classic iid data in a Bayesian framework. The estimating function allows flexible prior specification, specification of fixed parameters and several options for Markov Chain Monte Carlo posterior simulation. A basic version of the algorithm is described in: Cannas M. and Piras, N. (2025) <doi:10.1007/978-3-031-96303-2_53>.

r-vital 2.0.3
Propagated dependencies: r-vctrs@0.7.3 r-tsibble@1.2.0 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-stmomo@0.4.1 r-rlang@1.2.0 r-purrr@1.2.2 r-patchwork@1.3.2 r-mortalitylaws@2.2.0 r-mgcv@1.9-4 r-hmdhfdplus@2.0.8 r-ggplot2@4.0.3 r-fabletools@0.8.0 r-fable@0.5.0 r-dplyr@1.2.1 r-distributional@0.7.0 r-cobs@1.3-9-1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://pkg.robjhyndman.com/vital/
Licenses: GPL 3
Build system: r
Synopsis: Tidy Analysis Tools for Mortality, Fertility, Migration and Population Data
Description:

Analysing vital statistics based on tools consistent with the tidyverse. Tools are provided for data visualization, life table calculations, computing net migration numbers, Lee-Carter modelling; functional data modelling and forecasting.

r-veesa 0.1.7
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-purrr@1.2.2 r-ggplot2@4.0.3 r-forcats@1.0.1 r-fdasrvf@2.4.4 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=veesa
Licenses: Expat
Build system: r
Synopsis: Pipeline for Explainable Machine Learning with Functional Data
Description:

This package implements the Variable importance Explainable Elastic Shape Analysis pipeline for explainable machine learning with functional data inputs. Converts training and testing data functional inputs to elastic shape analysis principal components that account for vertical and/or horizontal variability. Computes feature importance to identify important principal components and visualizes variability captured by functional principal components. See Goode et al. (2025) <doi:10.48550/arXiv.2501.07602> for technical details about the methodology.

r-vectra 0.7.1
Propagated dependencies: r-tidyselect@1.2.1 r-rlang@1.2.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://gillescolling.com/vectra/
Licenses: Expat
Build system: r
Synopsis: Columnar Query Engine for Larger-than-RAM Data
Description:

This package provides a minimal columnar query engine with lazy execution on datasets larger than RAM. Provides dplyr'-like verbs (filter(), select(), mutate(), group_by(), summarise(), joins, window functions) and common aggregations (n(), sum(), mean(), min(), max(), sd(), first(), last()) backed by a pure C11 pull-based execution engine and a custom on-disk format ('.vtr'). Reads and writes GeoTIFF (including tiled and BigTIFF layouts) and a tiled raster format ('.vec') with overview pyramids and time cubes for larger-than-RAM raster data.

r-vamc 0.2.1
Propagated dependencies: r-rdpack@2.6.6
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vamc
Licenses: GPL 2
Build system: r
Synopsis: Monte Carlo Valuation Framework for Variable Annuities
Description:

Implementation of a Monte Carlo simulation engine for valuing synthetic portfolios of variable annuities, which reflect realistic features of common annuity contracts in practice. It aims to facilitate the development and dissemination of research related to the efficient valuation of a portfolio of large variable annuities. The main valuation methodology was proposed by Gan (2017) <doi:10.1515/demo-2017-0021>.

r-vam 1.1.0
Propagated dependencies: r-matrix@1.7-5 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=VAM
Licenses: GPL 2+
Build system: r
Synopsis: Variance-Adjusted Mahalanobis
Description:

This package contains logic for cell-specific gene set scoring of single cell RNA sequencing data.

r-vfunc 1.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vfunc
Licenses: GPL 2
Build system: r
Synopsis: Manipulate Virtual Functions
Description:

If f <- function(x)x^2 and g <- function(x)x+1 it is a constant source of annoyance that "f+g" is not defined. Package vfunc allows you to do this, and we have (f+g)(2) returning 5. The other arithmetic operators are similarly implemented. A wide class of coding bugs is eliminated.

r-validatesuggest 0.3.2
Propagated dependencies: r-whisker@0.4.1 r-validate@1.1.7 r-rpart@4.1.27
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/data-cleaning/validatesuggest
Licenses: Expat
Build system: r
Synopsis: Generate Suggestions for Validation Rules
Description:

Generate suggestions for validation rules from a reference data set, which can be used as a starting point for domain specific rules to be checked with package validate'.

r-vccp 0.1.1
Propagated dependencies: r-vinecopula@2.6.1 r-mvtnorm@1.3-7 r-mosum@1.2.7
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vccp
Licenses: Expat
Build system: r
Synopsis: Vine Copula Change Point Detection in Multivariate Time Series
Description:

This package implements the Vine Copula Change Point (VCCP) methodology for the estimation of the number and location of multiple change points in the vine copula structure of multivariate time series. The method uses vine copulas, various state-of-the-art segmentation methods to identify multiple change points, and a likelihood ratio test or the stationary bootstrap for inference. The vine copulas allow for various forms of dependence between time series including tail, symmetric and asymmetric dependence. The functions have been extensively tested on simulated multivariate time series data and fMRI data. For details on the VCCP methodology, please see Xiong & Cribben (2021).

r-vowr 0.1.0
Propagated dependencies: r-survminer@0.5.2 r-survival@3.8-6 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/zerish12/VOWR
Licenses: Expat
Build system: r
Synopsis: Vital Operational Waiting Risk for Healthcare Systems
Description:

Vital Operational Waiting Risk (VOWR) provides tools for analysing monthly Referral-to-Treatment (RTT) panel data in healthcare systems. The package supports provider-level profiling, operational risk classification, waiting-time volatility assessment, Kaplan-Meier survival analysis, Cox proportional hazards modelling, and visualisation of time-to-threshold breach patterns. It is designed to help analysts and decision-makers identify providers with high waiting times, unstable performance, and increased risk of earlier threshold breach. The survival modelling methods follow Cox (1972) <doi:10.1111/j.2517-6161.1972.tb00899.x> and Kaplan and Meier (1958) <doi:10.1080/01621459.1958.10501452>.

r-viscollin 0.1.2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/friendly/VisCollin
Licenses: GPL 3+
Build system: r
Synopsis: Visualizing Collinearity Diagnostics
Description:

This package provides methods to calculate diagnostics for multicollinearity among predictors in a linear or generalized linear model. It also provides methods to visualize those diagnostics following Friendly & Kwan (2009), "Whereâ s Waldo: Visualizing Collinearity Diagnostics", <doi:10.1198/tast.2009.0012>. These include better tabular presentation of collinearity diagnostics that highlight the important numbers, a semi-graphic tableplot of the diagnostics to make warning and danger levels more salient, and a "collinearity biplot" of the smallest dimensions of predictor space, where collinearity is most apparent.

r-vec2dtransf 1.1.5
Propagated dependencies: r-sp@2.2-1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/gacarrillor/vec2dtransf
Licenses: GPL 2+
Build system: r
Synopsis: 2D Cartesian Coordinate Transformation
Description:

Applies affine and similarity transformations on vector spatial data (sp objects). Transformations can be defined from control points or directly from parameters. If redundant control points are provided Least Squares is applied allowing to obtain residuals and RMSE.

r-verbalisr 0.7.2
Propagated dependencies: r-ribd@1.7.1 r-pedtools@2.11.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/magnusdv/verbalisr
Licenses: GPL 3
Build system: r
Synopsis: Describe Pedigree Relationships in Words
Description:

Describe in words the genealogical relationship between two members of a given pedigree, using the algorithm in Vigeland (2022) <doi:10.1186/s12859-022-04759-y>. verbalisr is part of the pedsuite collection of packages for pedigree analysis. For a demonstration of verbalisr', see the online app QuickPed at <https://magnusdv.shinyapps.io/quickped>.

r-vbphenor 1.1.0
Propagated dependencies: r-pracma@2.4.6 r-knitr@1.51 r-ggplot2@4.0.3 r-dbscan@1.2.4 r-data-table@1.18.4 r-cholwishart@1.1.4
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/buckleybrian/VBphenoR
Licenses: FSDG-compatible
Build system: r
Synopsis: Variational Bayes for Latent Patient Phenotypes in EHR
Description:

Identification of Latent Patient Phenotype from Electronic Health Records (EHR) Data using Variational Bayes Gaussian Mixture Model for Latent Class Analysis and Variational Bayes regression for Biomarker level shifts, both implemented by Coordinate Ascent Variational Inference algorithms. Variational methods are used to enable Bayesian analysis of very large Electronic Health Records data. For VB GMM details see Bishop (2006,ISBN:9780-387-31073-2). For Logistic VB see Jaakkola and Jordan (2000) <doi:10.1023/A:1008932416310>. Please see preprint of JSS-submitted paper <doi:10.48550/arXiv.2512.14272>.

r-vocaldia 0.8.4
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://git.ecdf.ed.ac.uk/sluzfil/vocaldia
Licenses: GPL 3
Build system: r
Synopsis: Create and Manipulate Vocalisation Diagrams
Description:

Create adjacency matrices of vocalisation graphs from dataframes containing sequences of speech and silence intervals, transforming these matrices into Markov diagrams, and generating datasets for classification of these diagrams by flattening them and adding global properties (functionals) etc. Vocalisation diagrams date back to early work in psychiatry (Jaffe and Feldstein, 1970) and social psychology (Dabbs and Ruback, 1987) but have only recently been employed as a data representation method for machine learning tasks including meeting segmentation (Luz, 2012) <doi:10.1145/2328967.2328970> and classification (Luz, 2013) <doi:10.1145/2522848.2533788>.

r-vgamdata 1.1-13
Propagated dependencies: r-vgam@1.1-14
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://www.stat.auckland.ac.nz/~yee/VGAMdata/
Licenses: GPL 2
Build system: r
Synopsis: Data Supporting the 'VGAM' Package
Description:

Mainly data sets to accompany the VGAM package and the book "Vector Generalized Linear and Additive Models: With an Implementation in R" (Yee, 2015) <DOI:10.1007/978-1-4939-2818-7>. These are used to illustrate vector generalized linear and additive models (VGLMs/VGAMs), and associated models (Reduced-Rank VGLMs, Quadratic RR-VGLMs, Row-Column Interaction Models, and constrained and unconstrained ordination models in ecology). This package now contains some old VGAM family functions which have been replaced by newer ones (often because they are now special cases).

r-vws 0.3.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-fntl@0.1.2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/andrewraim/vws
Licenses: Expat
Build system: r
Synopsis: Vertical Weighted Strips
Description:

This package provides a reference implementation of the Vertical Weighted Strips method explored by Raim, Livsey, and Irimata (2025) <doi:10.48550/arXiv.2401.09696> for rejection sampling.

r-vbsparsepca 0.1.0
Propagated dependencies: r-pracma@2.4.6 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=VBsparsePCA
Licenses: GPL 3
Build system: r
Synopsis: The Variational Bayesian Method for Sparse PCA
Description:

This package contains functions for a variational Bayesian method for sparse PCA proposed by Ning (2020) <arXiv:2102.00305>. There are two algorithms: the PX-CAVI algorithm (if assuming the loadings matrix is jointly row-sparse) and the batch PX-CAVI algorithm (if without this assumption). The outputs of the main function, VBsparsePCA(), include the mean and covariance of the loadings matrix, the score functions, the variable selection results, and the estimated variance of the random noise.

r-valdrviz 1.0.1
Propagated dependencies: r-zoo@1.8-15 r-webshot2@0.1.2 r-tidyr@1.3.2 r-tibble@3.3.1 r-shinycssloaders@1.1.0 r-shiny@1.13.0 r-rlang@1.2.0 r-readr@2.2.0 r-rcolorbrewer@1.1-3 r-plotly@4.12.0 r-pagedown@0.24 r-magrittr@2.0.5 r-lubridate@1.9.5 r-ggplot2@4.0.3 r-dt@0.34.0 r-dplyr@1.2.1 r-bslib@0.11.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=valdrViz
Licenses: Expat
Build system: r
Synopsis: Visualise and Report 'VALD ForceDecks' Test Results
Description:

This package provides a shiny dashboard and plotting utilities to explore and report VALD ForceDecks testing data. Includes interactive modules for metric exploration, radar charts, longitudinal comparisons, quadrant plots, and athlete reports.

r-vcpen 1.9
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-knitr@1.51
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vcpen
Licenses: GPL 3+
Build system: r
Synopsis: Penalized Variance Components Analysis
Description:

Method to perform penalized variance component analysis.

r-vip 0.4.6
Propagated dependencies: r-yardstick@1.4.0 r-tibble@3.3.1 r-ggplot2@4.0.3 r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/koalaverse/vip/
Licenses: GPL 2+
Build system: r
Synopsis: Variable Importance Plots
Description:

This package provides a general framework for constructing variable importance plots from various types of machine learning models in R. Aside from some standard model- specific variable importance measures, this package also provides model- agnostic approaches that can be applied to any supervised learning algorithm. These include 1) an efficient permutation-based variable importance measure, 2) variable importance based on Shapley values (Strumbelj and Kononenko, 2014) <doi:10.1007/s10115-013-0679-x>, and 3) the variance-based approach described in Greenwell et al. (2018) <doi:10.48550/arXiv.1805.04755>. A variance-based method for quantifying the relative strength of interaction effects is also included (see the previous reference for details).

r-vgamextra 0.0-9
Propagated dependencies: r-vgam@1.1-14
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=VGAMextra
Licenses: GPL 2
Build system: r
Synopsis: Additions and Extensions of the 'VGAM' Package
Description:

Extending the functionalities of the VGAM package with additional functions and datasets. At present, VGAMextra comprises new family functions (ffs) to estimate several time series models by maximum likelihood using Fisher scoring, unlike popular packages in CRAN relying on optim(), including ARMA-GARCH-like models, the Order-(p, d, q) ARIMAX model (non- seasonal), the Order-(p) VAR model, error correction models for cointegrated time series, and ARMA-structures with Student-t errors. For independent data, new ffs to estimate the inverse- Weibull, the inverse-gamma, the generalized beta of the second kind and the general multivariate normal distributions are available. In addition, VGAMextra incorporates new VGLM-links for the mean-function, and the quantile-function (as an alternative to ordinary quantile modelling) of several 1-parameter distributions, that are compatible with the class of VGLM/VGAM family functions. Currently, only fixed-effects models are implemented. All functions are subject to change; see the NEWS for further details on the latest changes.

r-videogameinsightsr 0.1.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rvest@1.0.5 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-httr2@1.2.2 r-dplyr@1.2.1 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/econosopher/videogameinsightsR
Licenses: Expat
Build system: r
Synopsis: Interface to 'Video Game Insights' API for Gaming Market Analytics
Description:

Interface to the Video Game Insights API <https://app.sensortower.com/vgi/> for video game market analytics and intelligence. Provides functions to retrieve game metadata, developer and publisher information, player statistics (concurrent players, daily and monthly active users), revenue and sales data, review analytics, wish-list tracking, and platform-specific rankings. The package includes data processing utilities to analyze player demographics, track pricing history, calculate player overlap between games, and monitor market trends. Supports analysis across multiple gaming platforms including Steam', PlayStation', Xbox', and Nintendo with unified data structures for cross-platform comparison.

r-varclust 0.9.4
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-pesel@0.7.5 r-foreach@1.5.2 r-dorng@1.8.6.3 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=varclust
Licenses: GPL 3
Build system: r
Synopsis: Variables Clustering
Description:

This package performs clustering of quantitative variables, assuming that clusters lie in low-dimensional subspaces. Segmentation of variables, number of clusters and their dimensions are selected based on BIC. Candidate models are identified based on many runs of K-means algorithm with different random initializations of cluster centers.

Total packages: 22167