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

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-wper 0.1.0
Propagated dependencies: r-sf@1.0-23 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://gr3602.github.io/wpeR/
Licenses: GPL 3+
Build system: r
Synopsis: Streamlined Analysis of Wild Pedigree Data
Description:

Analyzing pedigree data of wild populations. While primarily designed to process outputs from the COLONY (Jones & Wang (2010) <doi:10.1111/j.1755-0998.2009.02787.x>) pedigree reconstruction software, it can also accommodate data from other sources. By linking reconstructed pedigrees with genetic sample metadata, wpeR produces spatial and temporal visualizations as well as tabular summaries that support interpretation of family structures and dynamics. The main goal of the package is to provide a solution for the analysis of complex wild pedigree data and to help the user to gain insights into genetic relationships within wild animal populations.

r-wrangle 0.6.4
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wrangle
Licenses: GPL 3
Build system: r
Synopsis: Systematic Data Wrangling Idiom
Description:

Supports systematic scrutiny, modification, and integration of data. The function status() counts rows that have missing values in grouping columns (returned by na() ), have non-unique combinations of grouping columns (returned by dup() ), and that are not locally sorted (returned by unsorted() ). Functions enumerate() and itemize() give sorted unique combinations of columns, with or without occurrence counts, respectively. Function ignore() drops columns in x that are present in y, and informative() drops columns in x that are entirely NA; constant() returns values that are constant, given a key. Data that have defined unique combinations of grouping values behave more predictably during merge operations.

r-whirl 0.3.2
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://novonordisk-opensource.github.io/whirl/
Licenses: FSDG-compatible
Build system: r
Synopsis: Log Execution of Scripts
Description:

Logging of scripts suitable for clinical trials using Quarto to create nice human readable logs. whirl enables execution of scripts in batch, while simultaneously creating logs for the execution of each script, and providing an overview summary log of the entire batch execution.

r-worrms 0.4.3
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://docs.ropensci.org/worrms/
Licenses: Expat
Build system: r
Synopsis: World Register of Marine Species (WoRMS) Client
Description:

Client for World Register of Marine Species (<https://www.marinespecies.org/>). Includes functions for each of the API methods, including searching for names by name, date and common names, searching using external identifiers, fetching synonyms, as well as fetching taxonomic children and taxonomic classification.

r-waysign 0.1.1
Dependencies: xz@5.4.5
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://github.com/thomasp85/waysign
Licenses: Expat
Build system: r
Synopsis: Multi-Purpose and High-Performance Routing
Description:

This package provides routing based on the path-tree Rust crate. The routing is general purpose in the sense that any type of R object can be associated with a path, not just a handler function.

r-whereport 0.1
Propagated dependencies: r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=whereport
Licenses: Expat
Build system: r
Synopsis: Geolocalization of IATA Codes
Description:

Retrieve geographical information for airports using their IATA or ICAO codes.

r-woe 0.2
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=woe
Licenses: GPL 2
Build system: r
Synopsis: Computes Weight of Evidence and Information Values
Description:

Shows the relationship between an independent and dependent variable through Weight of Evidence and Information Value.

r-wnnsel 0.1
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wNNSel
Licenses: GPL 2
Build system: r
Synopsis: Weighted Nearest Neighbor Imputation of Missing Values using Selected Variables
Description:

New tools for the imputation of missing values in high-dimensional data are introduced using the non-parametric nearest neighbor methods. It includes weighted nearest neighbor imputation methods that use specific distances for selected variables. It includes an automatic procedure of cross validation and does not require prespecified values of the tuning parameters. It can be used to impute missing values in high-dimensional data when the sample size is smaller than the number of predictors. For more information see Faisal and Tutz (2017) <doi:10.1515/sagmb-2015-0098>.

r-wordvector 0.6.1
Propagated dependencies: r-stringi@1.8.7 r-rsvd@1.0.5 r-rspectra@0.16-2 r-rcpp@1.1.0 r-quanteda@4.3.1 r-proxyc@0.5.2 r-matrix@1.7-4 r-irlba@2.3.5.1
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://github.com/koheiw/wordvector
Licenses: ASL 2.0
Build system: r
Synopsis: Word and Document Vector Models
Description:

Create dense vector representation of words and documents using quanteda'. Implements Word2vec (Mikolov et al., 2013) <doi:10.48550/arXiv.1310.4546>, Doc2vec (Le & Mikolov, 2014) <doi:10.48550/arXiv.1405.4053> and Latent Semantic Analysis (Deerwester et al., 1990) <doi:10.1002/(SICI)1097-4571(199009)41:6%3C391::AID-ASI1%3E3.0.CO;2-9>.

r-webglobe 1.0.3
Propagated dependencies: r-jsonlite@2.0.0 r-httpuv@1.6.16 r-geojsonio@0.11.3
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://github.com/r-barnes/webglobe/
Licenses: FSDG-compatible
Build system: r
Synopsis: 3D Interactive Globes
Description:

Displays geospatial data on an interactive 3D globe in the web browser.

r-whoa 0.0.2
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=whoa
Licenses: CC0
Build system: r
Synopsis: Evaluation of Genotyping Error in Genotype-by-Sequencing Data
Description:

This is a small, lightweight package that lets users investigate the distribution of genotypes in genotype-by-sequencing (GBS) data where they expect (by and large) Hardy-Weinberg equilibrium, in order to assess rates of genotyping errors and the dependence of those rates on read depth. It implements a Markov chain Monte Carlo (MCMC) sampler using Rcpp to compute a Bayesian estimate of what we call the heterozygote miscall rate for restriction-associated digest (RAD) sequencing data and other types of reduced representation GBS data. It also provides functions to generate plots of expected and observed genotype frequencies. Some background on these topics can be found in a recent paper "Recent advances in conservation and population genomics data analysis" by Hendricks et al. (2018) <doi:10.1111/eva.12659>, and another paper describing the MCMC approach is in preparation with Gordon Luikart and Thierry Gosselin.

r-wdnet 1.2.3
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://gitlab.com/wdnetwork/wdnet
Licenses: GPL 3+
Build system: r
Synopsis: Weighted and Directed Networks
Description:

Assortativity coefficients, centrality measures, and clustering coefficients for weighted and directed networks. Rewiring unweighted networks with given assortativity coefficients. Generating general preferential attachment networks.

r-w4mrutils 1.2.1
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=W4MRUtils
Licenses: AGPL 3+
Build system: r
Synopsis: Useful Functions for Harmonized W4M Tool Development
Description:

This package provides a set of utility function to prevent the spread of utility scripts in W4M (Workflow4Metabolomics) tools, and centralize them in a single package. To note, some are meant to be replaced by the use of dedicated packages in the future, like the parse_args() function: it is here only to prepare the ground for more global changes in W4M scripts and tools. This package is used by part of the W4M Galaxy modules, some of them being available on the community-maintained GitHub repository for Metabolomics Galaxy tools <https://github.com/workflow4metabolomics/tools-metabolomics>. See Delporte et al (2025) <doi:10.1002/cpz1.70095> for more details.

r-wtest 3.2
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wtest
Licenses: GPL 2
Build system: r
Synopsis: The W-Test for Genetic Interactions Testing
Description:

Perform the calculation of W-test, diagnostic checking, calculate minor allele frequency (MAF) and odds ratio.

r-wmwpow 0.1.3
Propagated dependencies: r-smoothmest@0.1-3 r-mass@7.3-65 r-lamw@2.2.5
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wmwpow
Licenses: GPL 3
Build system: r
Synopsis: Precise and Accurate Power of the Wilcoxon-Mann-Whitney Rank-Sum Test for a Continuous Variable
Description:

Power calculator for the two-sample Wilcoxon-Mann-Whitney rank-sum test for a continuous outcome (Mollan, Trumble, Reifeis et. al., Mar. 2020) <doi:10.1080/10543406.2020.1730866> <arXiv:1901.04597>, (Mann and Whitney 1947) <doi:10.1214/aoms/1177730491>, (Shieh, Jan, and Randles 2006) <doi:10.1080/10485250500473099>.

r-walkboutr 0.6.0
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://github.com/rwalkbout/walkboutr
Licenses: Modified BSD
Build system: r
Synopsis: Generate Walk Bouts from GPS and Accelerometry Data
Description:

Process GPS and accelerometry data to generate walk bouts. A walk bout is a period of activity with accelerometer movement matching the patterns of walking with corresponding GPS measurements that confirm travel. The inputs of the walkboutr package are individual-level accelerometry and GPS data. The outputs of the model are walk bouts with corresponding times, duration, and summary statistics on the sample population, which collapse all personally identifying information. These bouts can be used to measure walking both as an outcome of a change to the built environment or as a predictor of health outcomes such as a cardioprotective behavior. Kang B, Moudon AV, Hurvitz PM, Saelens BE (2017) <doi:10.1016/j.trd.2017.09.026>.

r-wateryeartype 1.0.1
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=waterYearType
Licenses: Expat
Build system: r
Synopsis: Sacramento and San Joaquin Valley Water Year Types
Description:

This package provides Water Year Hydrologic Classification Indices based on measured unimpaired runoff (in million acre-feet). Data is provided by California Department of Water Resources and subject to revision.

r-wildpoker 1.1
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wildpoker
Licenses: GPL 3
Build system: r
Synopsis: Best Hand Analysis for Poker Variants Including Wildcards
Description:

This package provides insight into how the best hand for a poker game changes based on the game dealt, players who stay in until the showdown and wildcards added to the base game. At this time the package does not support player tactics, so draw poker variants are not included.

r-writer 0.1.0
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://github.com/talegari/writer
Licenses: LGPL 3+
Build system: r
Synopsis: Write from Multiple Sources to a Database Table
Description:

This package provides unified syntax to write data from lazy dplyr tbl or dplyr sql query or a dataframe to a database table with modes such as create, append, insert, update, upsert, patch, delete, overwrite, overwrite_schema.

r-winr 1.0.0
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=winr
Licenses: Expat
Build system: r
Synopsis: Randomization-Based Covariance Adjustment of Win Statistics
Description:

This package provides a multi-visit clinical trial may collect participant responses on an ordinal scale and may utilize a stratified design, such as randomization within centers, to assess treatment efficacy across multiple visits. Baseline characteristics may be strongly associated with the outcome, and adjustment for them can improve power. The win ratio (ignores ties) and the win odds (accounts for ties) can be useful when analyzing these types of data from randomized controlled trials. This package provides straightforward functions for adjustment of the win ratio and win odds for stratification and baseline covariates, facilitating the comparison of test and control treatments in multi-visit clinical trials. For additional information concerning the methodologies and applied examples within this package, please refer to the following publications: 1. Weideman, A.M.K., Kowalewski, E.K., & Koch, G.G. (2024). â Randomization-based covariance adjustment of win ratios and win odds for randomized multi-visit studies with ordinal outcomes.â Journal of Statistical Research, 58(1), 33â 48. <doi:10.3329/jsr.v58i1.75411>. 2. Kowalewski, E.K., Weideman, A.M.K., & Koch, G.G. (2023). â SAS macro for randomization-based methods for covariance and stratified adjustment of win ratios and win odds for ordinal outcomes.â SESUG 2023 Proceedings, Paper 139-2023.

r-weaana 0.3.0
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://weaana.bangyou.me/
Licenses: Expat
Build system: r
Synopsis: Analysis the Weather Data
Description:

This package provides functions are collected to analyse weather data for agriculture purposes including to read weather records in multiple formats, calculate extreme climate index. Demonstration data are included the SILO daily climate data (licensed under CC BY 4.0, <https://www.longpaddock.qld.gov.au/silo/>).

r-waydown 1.1.0
Propagated dependencies: r-numderiv@2016.8-1.1 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=waydown
Licenses: Expat
Build system: r
Synopsis: Computation of Approximate Potentials for Weakly Non-Gradient Fields
Description:

Computation of approximate potentials for both gradient and non gradient fields. It is known from physics that only gradient fields, also known as conservative, have a well defined potential function. Here we present an algorithm, based on the classical Helmholtz decomposition, to obtain an approximate potential function for non gradient fields. More information in Rodrà guez-Sánchez (2020) <doi:10.1371/journal.pcbi.1007788>.

r-wrgraph 1.3.11
Propagated dependencies: r-wrmisc@1.15.4 r-rcolorbrewer@1.1-3 r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=wrGraph
Licenses: GPL 3
Build system: r
Synopsis: Graphics in the Context of Analyzing High-Throughput Data
Description:

Additional options for making graphics in the context of analyzing high-throughput data are available here. This includes automatic segmenting of the current device (eg window) to accommodate multiple new plots, automatic checking for optimal location of legends in plots, small histograms to insert as legends, histograms re-transforming axis labels to linear when plotting log2-transformed data, a violin-plot <doi:10.1080/00031305.1998.10480559> function for a wide variety of input-formats, principal components analysis (PCA) <doi:10.1080/14786440109462720> with bag-plots <doi:10.1080/00031305.1999.10474494> to highlight and compare the center areas for groups of samples, generic MA-plots (differential- versus average-value plots) <doi:10.1093/nar/30.4.e15>, staggered count plots and generation of mouse-over interactive html pages.

r-widals 0.6.2
Propagated dependencies: r-snowfall@1.84-6.3
Channel: guix-cran
Location: guix-cran/packages/w.scm (guix-cran packages w)
Home page: https://cran.r-project.org/package=widals
Licenses: GPL 2+
Build system: r
Synopsis: Weighting by Inverse Distance with Adaptive Least Squares
Description:

Computationally easy modeling, interpolation, forecasting of massive temporal-spacial data.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457