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

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-vtshiny 0.1.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=VTShiny
Licenses: GPL 2
Build system: r
Synopsis: Interactive Document for Working with Variance Analysis
Description:

An interactive document on the topic of variance analysis using rmarkdown and shiny packages. Runtime examples are provided in the package function as well as at <https://predanalyticssessions1.shinyapps.io/chisquareVarianceTest/>.

r-vachette 0.40.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/certara/vachette
Licenses: LGPL 3
Build system: r
Synopsis: Method for Visualization of Pharmacometric Models
Description:

This package provides a method to visualize pharmacometric analyses which are impacted by covariate effects. Variability-aligned covariate harmonized-effects and time-transformation equivalent ('vachette') facilitates intuitive overlays of data and model predictions, allowing for comprehensive comparison without dilution effects. vachette improves upon previous methods Lommerse et al. (2021) <doi:10.1002/psp4.12679>, enabling its application to all pharmacometric models and enhancing Visual Predictive Checks (VPC) by integrating data into cohesive plots that can highlight model misspecification.

r-vasicek 0.0.3
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/statcompute/vasicek
Licenses: GPL 2+
Build system: r
Synopsis: Miscellaneous Functions for Vasicek Distribution
Description:

Provide a collection of miscellaneous R functions related to the Vasicek distribution with the intent to make the lives of risk modelers easier.

r-vsgoftest 1.0-1
Propagated dependencies: r-rcpp@1.1.0 r-fitdistrplus@1.2-4
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vsgoftest
Licenses: GPL 2+
Build system: r
Synopsis: Goodness-of-Fit Tests Based on Kullback-Leibler Divergence
Description:

An implementation of Vasicek and Song goodness-of-fit tests. Several functions are provided to estimate differential Shannon entropy, i.e., estimate Shannon entropy of real random variables with density, and test the goodness-of-fit of some family of distributions, including uniform, Gaussian, log-normal, exponential, gamma, Weibull, Pareto, Fisher, Laplace and beta distributions; see Lequesne and Regnault (2020) <doi:10.18637/jss.v096.c01>.

r-vedicdatetime 0.1.9
Propagated dependencies: r-swephr@0.3.2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://www.neerajbokde.in/viggnette/2022-09-05-VedicDateTime
Licenses: GPL 3+
Build system: r
Synopsis: Vedic Calendar System
Description:

This package provides platform for Vedic calendar system having several functionalities to facilitate conversion between Gregorian and Vedic calendar systems, and helpful in examining its impact in the time series analysis domain.

r-vagalumer 0.1.6
Propagated dependencies: r-stringr@1.6.0 r-purrr@1.2.0 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/r-music/vagalumeR
Licenses: GPL 2
Build system: r
Synopsis: Access to the 'Vagalume' API
Description:

This package provides access to the Vagalume API <https://api.vagalume.com.br>. The data extracted is basically lyrics of songs and information about artists/bands.

r-vcd2df 1.0.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/vcd2df/r
Licenses: GPL 3
Build system: r
Synopsis: Value Change Dump to Data Frame
Description:

This package provides the vcd2df function, which loads a IEEE 1364-1995/2001 VCD (.vcd) file, specified as a parameter of type string containing exactly a file path, and returns an R dataframe containing values over time. A VCD file captures the register values at discrete timepoints from a simulated trace of execution of a hardware design in Verilog or VHDL. The returned dataframe contains a row for each register, by name, and a column for each time point, specified VCD-style using octothorpe-prefixed multiples of the timescale as strings. The only non-trivial implementation details are that (1) VCD x and z non-numerical values are encoded as negative value -1 (as otherwise all bit values are positive) and (2) registers with repeated names in distinct modules are ignored, rather than duplicated, as we anticipate these registers to have the same values. Read more in arXiv preprint: vcd2df -- Leveraging Data Science Insights for Hardware Security Research <doi:10.48550/arXiv.2505.06470>.

r-vcbart 1.2.4
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/skdeshpande91/VCBART
Licenses: GPL 3+
Build system: r
Synopsis: Fit Varying Coefficient Models with Bayesian Additive Regression Trees
Description:

Fits linear varying coefficient (VC) models, which assert a linear relationship between an outcome and several covariates but allow that relationship (i.e., the coefficients or slopes in the linear regression) to change as functions of additional variables known as effect modifiers, by approximating the coefficient functions with Bayesian Additive Regression Trees. Implements a Metropolis-within-Gibbs sampler to simulate draws from the posterior over coefficient function evaluations. VC models with independent observations or repeated observations can be fit. For more details see Deshpande et al. (2024) <doi:10.1214/24-BA1470>.

r-validatetools 0.6.1
Propagated dependencies: r-validate@1.1.7 r-lpsolveapi@5.5.2.0-17.14
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/data-cleaning/validatetools
Licenses: Expat
Build system: r
Synopsis: Checking and Simplifying Validation Rule Sets
Description:

Rule sets with validation rules may contain redundancies or contradictions. Functions for finding redundancies and problematic rules are provided, given a set a rules formulated with validate'.

r-visvar 1.0.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/rameshram96/visvaR
Licenses: AGPL 3+
Build system: r
Synopsis: Shiny-Based Statistical Solutions for Agricultural Research
Description:

Visualize Variance is an intuitive shiny applications tailored for agricultural research data analysis, including one-way and two-way analysis of variance, correlation, and other essential statistical tools. Users can easily upload their datasets, perform analyses, and download the results as a well-formatted document, streamlining the process of data analysis and reporting in agricultural research.The experimental design methods are based on classical work by Fisher (1925) and Scheffe (1959). The correlation visualization approaches follow methods developed by Wei & Simko (2021) and Friendly (2002) <doi:10.1198/000313002533>.

r-virtualspecies 1.6.1
Propagated dependencies: r-viridis@0.6.5 r-terra@1.8-86 r-rnaturalearth@1.1.0 r-raster@3.6-32 r-ade4@1.7-23
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://borisleroy.com/virtualspecies/
Licenses: GPL 2+
Build system: r
Synopsis: Generation of Virtual Species Distributions
Description:

This package provides a framework for generating virtual species distributions, a procedure increasingly used in ecology to improve species distribution models. This package integrates the existing methodological approaches with the objective of generating virtual species distributions with increased ecological realism.

r-visstatistics 0.1.7
Propagated dependencies: r-vcd@1.4-13 r-nortest@1.0-4 r-multcompview@0.1-10 r-cairo@1.7-0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/shhschilling/visStatistics
Licenses: Expat
Build system: r
Synopsis: Automated Selection and Visualisation of Statistical Hypothesis Tests
Description:

Automatically selects and visualises statistical hypothesis tests between two vectors, based on their class, distribution, sample size, and a user-defined confidence level (conf.level). Visual outputs - including box plots, bar charts, regression lines with confidence bands, mosaic plots, residual plots, and Q-Q plots - are annotated with relevant test statistics, assumption checks, and post-hoc analyses where applicable. The algorithmic workflow helps the user focus on the interpretation of test results rather than test selection. It is particularly suited for quick data analysis, e.g., in statistical consulting projects or educational settings. The test selection algorithm proceeds as follows: Input vectors of class numeric or integer are considered numerical; those of class factor are considered categorical. Assumptions of residual normality and homogeneity of variances are considered met if the corresponding test yields a p-value greater than the significance level alpha = 1 - conf.level. (1) When the response vector is numerical and the predictor vector is categorical, a test of central tendencies is selected. If the categorical predictor has exactly two levels, t.test() is applied when group sizes exceed 30 (Lumley et al. (2002) <doi:10.1146/annurev.publhealth.23.100901.140546>). For smaller samples, normality of residuals is tested using shapiro.test(); if met, t.test() is used; otherwise, wilcox.test(). If the predictor is categorical with more than two levels, an aov() is initially fitted. Residual normality is evaluated using both shapiro.test() and ad.test(); residuals are considered approximately normal if at least one test yields a p-value above alpha. If this assumption is met, bartlett.test() assesses variance homogeneity. If variances are homogeneous, aov() is used; otherwise oneway.test(). Both tests are followed by TukeyHSD(). If residual normality cannot be assumed, kruskal.test() is followed by pairwise.wilcox.test(). (2) When both the response and predictor vectors are numerical, a simple linear regression model is fitted using lm(). (3) When both vectors are categorical, Cochran's rule (Cochran (1954) <doi:10.2307/3001666>) is applied to test independence either by chisq.test() or fisher.test().

r-voteogram 0.3.2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/hrbrmstr/voteogram
Licenses: FSDG-compatible
Build system: r
Synopsis: United States House and Senate Voting Cartogram Generators
Description:

ProPublica <https://projects.propublica.org/represent/> makes United States Congress member votes available and has developed their own unique cartogram to visually represent this data. Tools are provided to retrieve voting data, prepare voting data for plotting with ggplot2', create vote cartograms and theme them.

r-vpdtw 2.2.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/ethanbass/VPdtw/
Licenses: GPL 2
Build system: r
Synopsis: Variable Penalty Dynamic Time Warping
Description:

Variable Penalty Dynamic Time Warping (VPdtw) for aligning chromatographic signals. With an appropriate penalty this method performs good alignment of chromatographic data without deforming the peaks (Clifford, D., Stone, G., Montoliu, I., Rezzi S., Martin F., Guy P., Bruce S., and Kochhar S.(2009) <doi:10.1021/ac802041e>; Clifford, D. and Stone, G. (2012) <doi:10.18637/jss.v047.i08>).

r-visualdom 0.8.0
Propagated dependencies: r-waveslim@1.8.5 r-wavemulcor@3.1.2 r-plot3d@1.4.2
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=VisualDom
Licenses: GPL 2+
Build system: r
Synopsis: Visualize Dominant Variables in Wavelet Multiple Correlation
Description:

Estimates and plots as a heat map the correlation coefficients obtained via the wavelet local multiple correlation WLMC (Fernández-Macho 2018) and the dominant variable/s, i.e., the variable/s that maximizes the multiple correlation through time and scale (Polanco-Martà nez et al. 2020, Polanco-Martà nez 2022). We improve the graphical outputs of WLMC proposing a didactic and useful way to visualize the dominant variable(s) for a set of time series. The WLMC was designed for financial time series, but other kinds of data (e.g., climatic, ecological, etc.) can be used. The functions contained in VisualDom are highly flexible since these contains several parameters to personalize the time series under analysis and the heat maps. In addition, we have also included two data sets (named rdata_climate and rdata_Lorenz') to exemplify the use of the functions contained in VisualDom'. Methods derived from Fernández-Macho (2018) <doi:10.1016/j.physa.2017.11.050>, Polanco-Martà nez et al. (2020) <doi:10.1038/s41598-020-77767-8> and Polanco-Martà nez (2023, in press).

r-vol2birdr 1.2.1
Dependencies: zlib@1.3.1 proj@9.3.1 openssl@3.0.8 openssh@10.2p1 hdf5@1.14.6 gsl@2.8 curl@8.6.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/adokter/vol2birdR/
Licenses: LGPL 3+
Build system: r
Synopsis: Vertical Profiles of Biological Signals in Weather Radar Data
Description:

R implementation of the vol2bird software for generating vertical profiles of birds and other biological signals in weather radar data. See Dokter et al. (2011) <doi:10.1098/rsif.2010.0116> for a paper describing the methodology.

r-vivainsights 0.7.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://microsoft.github.io/vivainsights/
Licenses: Expat
Build system: r
Synopsis: Analyze and Visualize Data from 'Microsoft Viva Insights'
Description:

This package provides a versatile range of functions, including exploratory data analysis, time-series analysis, organizational network analysis, and data validation, whilst at the same time implements a set of best practices in analyzing and visualizing data specific to Microsoft Viva Insights'.

r-valdrviz 1.0.1
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-vgamextra 0.0-9
Propagated dependencies: r-vgam@1.1-13
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-visae 0.2.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=visae
Licenses: GPL 2+
Build system: r
Synopsis: Visualization of Adverse Events
Description:

Implementation of shiny app to visualize adverse events based on the Common Terminology Criteria for Adverse Events (CTCAE) using stacked correspondence analysis as described in Diniz et. al (2021)<doi:10.1186/s12874-021-01368-w>.

r-vmr 0.0.6
Propagated dependencies: r-jsonlite@2.0.0 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://gitlab.com/rstuff/vmr
Licenses: GPL 3+
Build system: r
Synopsis: Virtual Machines for R
Description:

Manage, provision and use Virtual Machines pre-configured for R. Develop, test and build package in a clean environment. Vagrant tool and a provider (such as Virtualbox') have to be installed.

r-vaxiner 0.1.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=vaxineR
Licenses: GPL 3+
Build system: r
Synopsis: Vaccine Coverage and Outbreak Risk Analysis
Description:

This package provides tools to analyze vaccine coverage data and simulate potential disease outbreak scenarios. It allows users to calculate key epidemiological metrics such as the effective reproduction number (Re), outbreak probabilities, and expected infection counts based on county-level vaccination rates, disease characteristics, and vaccine effectiveness. The package includes historical kindergarten vaccination data for Florida counties and offers functions for generating summary tables, visualizations, and exporting the underlying plot data.

r-vdjgermlines 0.1
Propagated dependencies: r-stringdist@0.9.15 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=VDJgermlines
Licenses: GPL 2
Build system: r
Synopsis: Variable, Diversity and Joining Sequences from Various Species
Description:

This package contains variable, diversity, and joining sequences and accompanying functions that enable both the extraction of and comparison between immune V-D-J genomic segments from a variety of species. Sources include IMGT from MP Lefranc (2009) <doi:10.1093/nar/gkn838> and Vgenerepertoire from publication DN Olivieri (2014) <doi:10.1007/s00251-014-0784-3>.

r-vfinputs 0.1.0
Propagated dependencies: r-shiny@1.11.1 r-scales@1.4.0 r-jsonlite@2.0.0 r-htmltools@0.5.8.1
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/rhenkin/vfinputs
Licenses: GPL 3
Build system: r
Synopsis: Visual Filter Inputs for Shiny
Description:

This package provides a set of visual input controls for Shiny apps to facilitate filtering across multiple outputs.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457